Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/core/
H A Dskywalk_common.h674 prior = thread_set_allocation_name((tag)); \
678 (void) thread_set_allocation_name(prior); \
689 prior = thread_set_allocation_name((tag)); \
692 (void) thread_set_allocation_name(prior); \
709 prior = thread_set_allocation_name((tag)); \
713 (void) thread_set_allocation_name(prior); \
724 prior = thread_set_allocation_name((tag)); \
727 (void) thread_set_allocation_name(prior); \
738 prior = thread_set_allocation_name((tag)); \
741 (void) thread_set_allocation_name(prior); \
[all …]
/xnu-8019.80.24/bsd/dev/i386/
H A Dsystemcalls.c247 prior __assert_only = thread_set_allocation_name(NULL); in unix_syscall()
460 prior __assert_only = thread_set_allocation_name(NULL); in unix_syscall64()
594 prior __assert_only = thread_set_allocation_name(NULL); in unix_syscall_return()
/xnu-8019.80.24/bsd/dev/arm/
H A Dsystemcalls.c209 prior __assert_only = thread_set_allocation_name(NULL); in unix_syscall()
267 prior __assert_only = thread_set_allocation_name(NULL); in unix_syscall_return()
/xnu-8019.80.24/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp620 prior = thread_set_allocation_name(name); in AllocationNameTest()
628 thread_set_allocation_name(prior); in AllocationNameTest()
/xnu-8019.80.24/osfmk/kern/
H A Dthread.h1535 extern kern_allocation_name_t thread_set_allocation_name(kern_allocation_name_t new_name);
H A Dthread.c3624 thread_set_allocation_name(kern_allocation_name_t new_name) in thread_set_allocation_name() function
/xnu-8019.80.24/iokit/Kernel/
H A DIOUserServer.cpp3054 prior = thread_set_allocation_name(fAllocationName); in server()
3060 thread_set_allocation_name(prior); in server()