Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/vfs/
H A Dvfs_syscalls.c3169 #define SYNC_THREAD_RUNNING 0x0002 macro
3202 sync_thread_state &= ~SYNC_THREAD_RUNNING; in sync_thread()
3235 if (!(sync_thread_state & SYNC_THREAD_RUNNING)) { in sync_internal()
3238 sync_thread_state |= SYNC_THREAD_RUNNING; in sync_internal()
3241 sync_thread_state &= ~SYNC_THREAD_RUNNING; in sync_internal()