Home
last modified time | relevance | path

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

/dflybsd-src/sys/kern/
H A Dkern_mutex.c91 int isasync; in __mtx_lock_ex() local
180 isasync = (link->callback != NULL); in __mtx_lock_ex()
188 if (isasync) { in __mtx_lock_ex()
242 int isasync; in __mtx_lock_sh() local
332 isasync = (link->callback != NULL); in __mtx_lock_sh()
340 if (isasync) { in __mtx_lock_sh()