Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/dev/i386/
H A Dsystemcalls.c243 prior __assert_only = thread_set_allocation_name(NULL); in unix_syscall()
452 prior __assert_only = thread_set_allocation_name(NULL); in unix_syscall64()
586 prior __assert_only = thread_set_allocation_name(NULL); in unix_syscall_return()
/xnu-10063.121.3/bsd/dev/arm/
H A Dsystemcalls.c203 prior __assert_only = thread_set_allocation_name(NULL); in unix_syscall()
258 prior __assert_only = thread_set_allocation_name(NULL); in unix_syscall_return()
/xnu-10063.121.3/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp620 prior = thread_set_allocation_name(name); in AllocationNameTest()
628 thread_set_allocation_name(prior); in AllocationNameTest()
/xnu-10063.121.3/osfmk/kern/
H A Dthread.h1820 extern kern_allocation_name_t thread_set_allocation_name(kern_allocation_name_t new_name);
H A Dthread.c3904 thread_set_allocation_name(kern_allocation_name_t new_name) in thread_set_allocation_name() function
/xnu-10063.121.3/iokit/Kernel/
H A DIOUserServer.cpp3258 prior = thread_set_allocation_name(fAllocationName); in server()
3264 thread_set_allocation_name(prior); in server()