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

/darwin-on-arm/xnu/osfmk/kern/
H A Dledger.c92 * holding the lt_lock. Modfying the table address requires both lt_lock
106 lck_mtx_t lt_lock; member in struct:ledger_template
110 #define template_lock(template) lck_mtx_lock(&(template)->lt_lock)
111 #define template_unlock(template) lck_mtx_unlock(&(template)->lt_lock)
205 lck_mtx_init(&template->lt_lock, &ledger_lck_grp, LCK_ATTR_NULL);

Completed in 54 milliseconds