Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/ipc/
H A Dipc_mqueue.c176 spl_t th_spl; in ipc_mqueue_add_locked() local
179 THREAD_AWAKENED, WAITQ_KEEP_LOCKED, &th_spl); in ipc_mqueue_add_locked()
212 splx(th_spl); in ipc_mqueue_add_locked()
240 splx(th_spl); in ipc_mqueue_add_locked()
260 splx(th_spl); in ipc_mqueue_add_locked()
612 spl_t th_spl; in ipc_mqueue_post() local
618 WAITQ_KEEP_LOCKED, &th_spl); in ipc_mqueue_post()
676 splx(th_spl); in ipc_mqueue_post()
688 splx(th_spl); in ipc_mqueue_post()
723 splx(th_spl); in ipc_mqueue_post()
[all …]