Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/console/
H A Dserial_console.c325 lck_ticket_unlock(&console_ring.write_lock); in console_ring_reserve_space()
447 lck_ticket_unlock(&console_ring.write_lock); in console_ring_try_empty()
H A Dvideo_console.c169 lck_ticket_unlock(&vcputc_lock); \
/xnu-8020.101.4/osfmk/kern/
H A Dticket_lock.h204 void lck_ticket_unlock(lck_ticket_t *tlock);
H A Dprocessor.h436 #define pset_unlock(p) lck_ticket_unlock(&(p)->sched_lock)
H A Dlock_ticket.c724 lck_ticket_unlock(lck_ticket_t *tlock) in lck_ticket_unlock() function
H A Dbtlog.c319 lck_ticket_unlock(&btl->btl_lock); in __btlib_unlock()
1040 lck_ticket_unlock(&btlu.btl->btl_lock); in __btlog_unlock()
H A Dlocks.c1781 ^{}, ^{ lck_ticket_unlock(lock); }); in lck_ticket_sleep_with_inheritor()
1785 ^{ lck_ticket_lock(lock, grp); }, ^{ lck_ticket_unlock(lock); }); in lck_ticket_sleep_with_inheritor()
H A Dclock.c118 lck_ticket_unlock(&clock_lock)
H A Dthread_call.c218 lck_ticket_unlock(&group->tcg_lock); in thread_call_unlock()
/xnu-8020.101.4/osfmk/ipc/
H A Dipc_space.c164 lck_ticket_unlock(&space->is_lock); in ipc_space_unlock()
/xnu-8020.101.4/osfmk/arm64/
H A Dplatform_tests.c299 lck_ticket_unlock(&lt_ticket_lock); in lt_stress_ticket_lock()
313 lck_ticket_unlock(&lt_ticket_lock); in lt_stress_ticket_lock()
/xnu-8020.101.4/osfmk/arm/
H A Dmodel_dep.c741 lck_ticket_unlock(&clock_lock); in panic_display_times()
/xnu-8020.101.4/bsd/pthread/
H A Dpthread_workqueue.c514 lck_ticket_unlock(&wq->wq_lock); in workq_unlock()