Searched refs:call_mutex_unlock (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/sched/nptl/ |
D | nptl01.c | 92 void call_mutex_unlock(pthread_mutex_t * mutex, char *buf, size_t buf_len) in call_mutex_unlock() function 161 call_mutex_unlock(mutex, buf, buf_len); in do_timedwait() 174 call_mutex_unlock(&ack, buf, sizeof(buf)); in run() 178 call_mutex_unlock(&wait, buf, sizeof(buf)); in run() 181 call_mutex_unlock(&req, buf, sizeof(buf)); in run() 267 call_mutex_unlock(&ack, buf, sizeof(buf)); in main() 273 call_mutex_unlock(&req, buf, sizeof(buf)); in main()
|