Home
last modified time | relevance | path

Searched refs:threadName (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOService.cpp5168 char threadName[MAXTHREADNAMESIZE]; in configThread() local
5169 snprintf(threadName, sizeof(threadName), "IOConfigThread_'%s'", name); in configThread()
5170 thread_set_thread_name(thread, threadName); in configThread()
H A DIOPMrootDomain.cpp12316 char threadName[40]; local
12317 snprintf(threadName, sizeof(threadName), " Thread 0x%llx.", thread_tid(*thread));
12318 strlcat(failureStr, threadName, strLen);