Home
last modified time | relevance | path

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

/xnu-11215/bsd/pthread/
H A Dpthread_shims.c387 thread_set_tag(th, THREAD_TAG_USER_JOIN); in bsdthread_terminate()
600 .thread_set_tag = thread_set_tag,
H A Dpthread_workqueue.c1051 thread_set_tag(th, THREAD_TAG_PTHREAD | THREAD_TAG_WORKQUEUE); in workq_thread_init_and_wq_lock()
/xnu-11215/bsd/sys/
H A Dpthread_shims.h288 uint16_t (*thread_set_tag)(thread_t thread, uint16_t tag); member
/xnu-11215/iokit/Kernel/
H A DIOWorkLoop.cpp185 (void) thread_set_tag(workThread, THREAD_TAG_IOWORKLOOP); in init()
/xnu-11215/bsd/kern/
H A Dkern_fork.c529 thread_set_tag(child_thread, THREAD_TAG_MAINTHREAD); in fork_create_child()
/xnu-11215/osfmk/kern/
H A Dthread.h1382 uint16_t thread_set_tag(thread_t thread, uint16_t tag);
H A Dthread.c3050 thread_set_tag(thread_t th, uint16_t tag) in thread_set_tag() function