Lines Matching defs:mutex
87 #define pipe_static_mutex(mutex) \ argument
90 #define pipe_mutex_init(mutex) \ argument
93 #define pipe_mutex_destroy(mutex) \ argument
96 #define pipe_mutex_lock(mutex) \ argument
99 #define pipe_mutex_unlock(mutex) \ argument
107 #define pipe_static_condvar(mutex) \ argument
116 #define pipe_condvar_wait(cond, mutex) \ argument
164 #define pipe_static_mutex(mutex) \ argument
167 #define pipe_mutex_init(mutex) \ argument
170 #define pipe_mutex_destroy(mutex) \ argument
173 #define pipe_mutex_lock(mutex) \ argument
176 #define pipe_mutex_unlock(mutex) \ argument
227 #define pipe_condvar_wait(cond, mutex) \ argument
269 #define pipe_static_mutex(mutex) \ argument
272 #define pipe_mutex_init(mutex) \ argument
275 #define pipe_mutex_destroy(mutex) \ argument
278 #define pipe_mutex_lock(mutex) \ argument
281 #define pipe_mutex_unlock(mutex) \ argument
298 #define pipe_condvar_wait(condvar, mutex) \ argument
344 pipe_mutex mutex; member
396 pipe_mutex mutex; member