Home
last modified time | relevance | path

Searched refs:thread_get_runtime_self (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.61.3/iokit/Kernel/
H A DIOInterruptEventSource.cpp352 startCPUTime = thread_get_runtime_self(); in checkForWork()
369 endCPUTime = thread_get_runtime_self(); in checkForWork()
404 startCPUTime = thread_get_runtime_self(); in checkForWork()
422 endCPUTime = thread_get_runtime_self(); in checkForWork()
/xnu-10002.61.3/osfmk/kern/
H A Dthread.h1377 extern uint64_t thread_get_runtime_self(void);
H A Dthread.c2262 thread_get_runtime_self(void) in thread_get_runtime_self() function
3674 uint64_t current_runtime = thread_get_runtime_self(); in thread_arm_workqueue_quantum()
/xnu-10002.61.3/bsd/kern/
H A Dkern_resource.c2964 runtime = thread_get_runtime_self(); in thread_selfusage()
/xnu-10002.61.3/osfmk/vm/
H A Dvm_pageout.c4339 vmct_stats.vmct_runtimes[cq->id] = thread_get_runtime_self(); in vm_pageout_iothread_internal_continue()