zephyr::raw

Function k_pipe_close

Source
pub unsafe extern "C" fn k_pipe_close(pipe: *mut k_pipe)
Expand description

@brief Close a pipe

This routine closes a pipe. Any threads that were blocked on the pipe will be unblocked and receive an error code.

@param pipe Address of the pipe.