Lines Matching defs:cond
110 #define pipe_condvar_init(cond) \ argument
113 #define pipe_condvar_destroy(cond) \ argument
116 #define pipe_condvar_wait(cond, mutex) \ argument
119 #define pipe_condvar_signal(cond) \ argument
122 #define pipe_condvar_broadcast(cond) \ argument
215 #define pipe_static_condvar(cond) \ argument
218 #define pipe_condvar_init(cond) \ argument
221 #define pipe_condvar_destroy(cond) \ argument
227 #define pipe_condvar_wait(cond, mutex) \ argument
233 #define pipe_condvar_signal(cond) \ argument
236 #define pipe_condvar_broadcast(cond) \ argument
397 pipe_condvar cond; member