Home
last modified time | relevance | path

Searched refs:mutex_cond_init_pshared (Results 1 – 5 of 5) sorted by relevance

/external/fio/
Dmutex.h45 extern int mutex_cond_init_pshared(pthread_mutex_t *, pthread_cond_t *);
Dmutex.c96 int mutex_cond_init_pshared(pthread_mutex_t *mutex, pthread_cond_t *cond) in mutex_cond_init_pshared() function
118 ret = mutex_cond_init_pshared(&mutex->lock, &mutex->cond); in __fio_mutex_init()
Dworkqueue.c278 ret = mutex_cond_init_pshared(&sw->lock, &sw->cond); in start_worker()
318 ret = mutex_cond_init_pshared(&wq->flush_lock, &wq->flush_cond); in workqueue_init()
Dhelper_thread.c167 ret = mutex_cond_init_pshared(&hd->lock, &hd->cond); in helper_thread_create()
Dbackend.c1488 ret = mutex_cond_init_pshared(&td->io_u_lock, &td->free_cond); in thread_main()