Home | History | Annotate | Download | only in src

Lines Matching defs:mutex

107     pthread_mutex_t       mutex;
213 os_mutex_init(&thread_ctrl_blks[i].mutex);
449 os_mutex_lock(&p_thread_arg->mutex);
452 mutex, p_args->abort_time);
456 os_mutex_unlock(&p_thread_arg->mutex);
467 os_mutex_unlock(&p_thread_arg->mutex);
470 os_mutex_lock(&p_thread_arg->mutex);
473 os_cond_wait(&p_thread_arg->cond, &p_thread_arg->mutex);
475 os_mutex_unlock(&p_thread_arg->mutex);
566 os_mutex_lock(&p_thread_arg->mutex);
569 os_mutex_unlock(&p_thread_arg->mutex);