Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Dast.h45 #define AST_KEVENT_REDRIVE_THREADREQ 0x0002 macro
H A Dkern_event.c6704 act_clear_astkevent(current_thread(), AST_KEVENT_REDRIVE_THREADREQ)) { in knote_apply_touch()
7589 if (act_clear_astkevent(thread, AST_KEVENT_REDRIVE_THREADREQ)) { in kevent_internal()
9135 if (bits & AST_KEVENT_REDRIVE_THREADREQ) { in kevent_ast()
/xnu-10002.81.5/osfmk/kern/
H A Dast.h208 #define AST_KEVENT_REDRIVE_THREADREQ 0x0002 macro
/xnu-10002.81.5/bsd/pthread/
H A Dpthread_workqueue.c4230 act_set_astkevent(current_thread(), AST_KEVENT_REDRIVE_THREADREQ); in workq_schedule_creator()