Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/miscfs/specfs/
H A Dspec_vnops.c2493 extern thread_t pm_sync_thread;
2526 if (current_thread() == pm_sync_thread) { in spec_strategy()
/xnu-10002.1.13/bsd/vfs/
H A Dvfs_syscalls.c3185 thread_t pm_sync_thread; variable
3193 pm_sync_thread = current_thread(); in sync_thread()
3217 pm_sync_thread = NULL; in sync_thread()