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

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A D_callout.h20 struct mtx * c_mtx; member in struct:callout
/haiku/src/libs/compat/freebsd_network/
H A Dcallout.cpp37 invoke_callout(callout *c, struct mtx *c_mtx) argument
39 if (c_mtx != NULL) {
40 mtx_lock(c_mtx);
43 mtx_unlock(c_mtx);
51 if (c_mtx != NULL && (c->c_flags & CALLOUT_RETURNUNLOCKED) == 0)
52 mtx_unlock(c_mtx);
84 struct mtx *c_mtx = c->c_mtx; local
90 invoke_callout(c, c_mtx);
184 c->c_mtx
[all...]

Completed in 34 milliseconds