Home
last modified time | relevance | path

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

/xnu-11215/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-11215/osfmk/kern/
H A Dthread.h1504 extern uint64_t thread_get_runtime_self(void);
H A Dthread.c2267 thread_get_runtime_self(void) in thread_get_runtime_self() function
3677 uint64_t current_runtime = thread_get_runtime_self(); in thread_arm_workqueue_quantum()
/xnu-11215/bsd/kern/
H A Dkern_resource.c3154 runtime = thread_get_runtime_self(); in thread_selfusage()
/xnu-11215/osfmk/vm/
H A Dvm_pageout.c4096 vmct_stats.vmct_runtimes[cqid] = thread_get_runtime_self();