Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dexclaves_conclave.c281 task = current_thread()->conclave_stop_task;
400 task = current_thread()->conclave_stop_task;
H A Dexclaves_memory.c136 if (current_thread()->conclave_stop_task != NULL) { in get_conclave_mem_ledger()
137 ledger = current_thread()->conclave_stop_task->ledger; in get_conclave_mem_ledger()
H A Dthread.h1039 task_t conclave_stop_task; member
H A Dtask.c10213 thread->conclave_stop_task = task; in task_stop_conclave()
10218 thread->conclave_stop_task = TASK_NULL; in task_stop_conclave()
10233 thread->conclave_stop_task = task; in task_suspend_conclave()
10238 thread->conclave_stop_task = TASK_NULL; in task_suspend_conclave()
10253 thread->conclave_stop_task = task; in task_resume_conclave()
10258 thread->conclave_stop_task = TASK_NULL; in task_resume_conclave()