Home
last modified time | relevance | path

Searched refs:__requires_unlocked (Results 1 – 3 of 3) sorted by relevance

/freebsd/include/
H A Dpthread.h236 __requires_unlocked(*__mutex);
239 __requires_unlocked(*__mutex);
251 __requires_unlocked(*__rwlock);
254 __requires_unlocked(*__rwlock);
287 __requires_unlocked(*__spin);
289 __requires_unlocked(*__spin);
/freebsd/lib/libstdthreads/
H A Dthreads.h88 __requires_unlocked(*__mtx);
90 __requires_unlocked(*__mtx);
/freebsd/sys/sys/
H A Dcdefs.h736 #define __requires_unlocked(...) \ macro