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

/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c187 struct mtx ifc_state_mtx; member in struct:iflib_ctx
565 #define STATE_LOCK_INIT(_sc, _name) mtx_init(&(_sc)->ifc_state_mtx, _name, "iflib state lock", MTX_DEF)
566 #define STATE_LOCK(ctx) mtx_lock(&(ctx)->ifc_state_mtx)
567 #define STATE_UNLOCK(ctx) mtx_unlock(&(ctx)->ifc_state_mtx)
568 #define STATE_LOCK_DESTROY(ctx) mtx_destroy(&(ctx)->ifc_state_mtx)

Completed in 45 milliseconds