Searched refs:THR_LOCK (Results 1 – 6 of 6) sorted by relevance
64 THR_LOCK(curthread); in _pthread_getschedparam()
52 THR_LOCK(curthread); in _pthread_setprio()
60 THR_LOCK(curthread); in _pthread_setschedparam()
304 THR_LOCK(curthread);
267 THR_LOCK(curthread); in thread_start()
638 #define THR_LOCK(curthrd) THR_LOCK_ACQUIRE(curthrd, &(curthrd)->lock) macro