Home
last modified time | relevance | path

Searched refs:PIPE_IS_POLICY_0 (Results 1 - 2 of 2) sorted by relevance

/third_party/NuttX/drivers/pipes/
H A Dpipe_common.c335 if (PIPE_IS_POLICY_0(dev->d_flags)) in pipecommon_close()
351 else if (PIPE_IS_POLICY_0(dev->d_flags) || dev->d_wrndx == dev->d_rdndx) in pipecommon_close()
755 PIPE_IS_POLICY_0(dev->d_flags) && in pipecommon_poll()
H A Dpipe_common.h83 #define PIPE_IS_POLICY_0(f) (((f) & PIPE_FLAG_POLICY) == 0) macro

Completed in 2 milliseconds