Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/vfs/
H A Dvfs_syscalls.c3184 #define SYNC_THREAD_RUN 0x0001 macro
3200 while (sync_thread_state & SYNC_THREAD_RUN) { in sync_thread()
3201 sync_thread_state &= ~SYNC_THREAD_RUN; in sync_thread()
3250 sync_thread_state |= SYNC_THREAD_RUN; in sync_internal()