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

/freebsd-10-stable/lib/libkse/thread/
H A Dthr_kern.c146 static pthread_mutex_t _tcb_mutex; variable
412 _pthread_mutex_init(&_tcb_mutex, NULL);
2400 _pthread_mutex_lock(&_tcb_mutex);
2402 _pthread_mutex_unlock(&_tcb_mutex);
2460 _pthread_mutex_lock(&_tcb_mutex);
2462 _pthread_mutex_unlock(&_tcb_mutex);

Completed in 108 milliseconds