Home
last modified time | relevance | path

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

/xnu-10002.81.5/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-10002.81.5/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-10002.81.5/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp620 prior = thread_set_allocation_name(name); in AllocationNameTest()
628 thread_set_allocation_name(prior); in AllocationNameTest()
/xnu-10002.81.5/osfmk/kern/
H A Dthread.h1711 extern kern_allocation_name_t thread_set_allocation_name(kern_allocation_name_t new_name);
H A Dthread.c3833 thread_set_allocation_name(kern_allocation_name_t new_name) in thread_set_allocation_name() function
/xnu-10002.81.5/iokit/Kernel/
H A DIOUserServer.cpp3250 prior = thread_set_allocation_name(fAllocationName); in server()
3256 thread_set_allocation_name(prior); in server()