Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPerfControl.cpp346 clientData.target_thread_group = dext_thread_group; in registerDevice()
379 thread_group_release(clientData.target_thread_group); in unregisterDevice()
380 clientData.target_thread_group = nullptr; in unregisterDevice()
/xnu-11215/iokit/IOKit/perfcontrol/
H A DIOPerfControl.h328 struct thread_group *target_thread_group; member