Searched refs:call_mutex_lock (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/sched/nptl/ |
D | nptl01.c | 82 void call_mutex_lock(pthread_mutex_t * mutex, char *buf, size_t buf_len) in call_mutex_lock() function 150 call_mutex_lock(mutex, buf, buf_len); in do_timedwait() 170 call_mutex_lock(&ack, buf, sizeof(buf)); in run() 173 call_mutex_lock(&req, buf, sizeof(buf)); in run() 176 call_mutex_lock(&wait, buf, sizeof(buf)); in run() 257 call_mutex_lock(&ack, buf, sizeof(buf)); in main() 271 call_mutex_lock(&req, buf, sizeof(buf)); in main() 281 call_mutex_lock(&ack, buf, sizeof(buf)); in main()
|