Home
last modified time | relevance | path

Searched refs:THR_LOCK (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/lib/libthr/thread/
Dthr_getschedparam.c64 THR_LOCK(curthread); in _pthread_getschedparam()
Dthr_setprio.c52 THR_LOCK(curthread); in _pthread_setprio()
Dthr_setschedparam.c60 THR_LOCK(curthread); in _pthread_setschedparam()
Dthr_exit.c304 THR_LOCK(curthread);
Dthr_create.c267 THR_LOCK(curthread); in thread_start()
Dthr_private.h638 #define THR_LOCK(curthrd) THR_LOCK_ACQUIRE(curthrd, &(curthrd)->lock) macro