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

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-sched.c130 pthread_mutex_t work_done_wait_mutex; member in struct:perf_sched
505 ret = pthread_mutex_lock(&sched->work_done_wait_mutex);
507 ret = pthread_mutex_unlock(&sched->work_done_wait_mutex);
531 err = pthread_mutex_lock(&sched->work_done_wait_mutex);
555 pthread_mutex_unlock(&sched->work_done_wait_mutex);
563 ret = pthread_mutex_lock(&sched->work_done_wait_mutex);
1676 .work_done_wait_mutex = PTHREAD_MUTEX_INITIALIZER,

Completed in 37 milliseconds