Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/core/
H A Dskywalk_var.h363 return net_thread_is_marked(NET_THREAD_CHANNEL_SYNC) != 0; in sk_is_sync_protected()
371 net_thread_marks_push(NET_THREAD_CHANNEL_SYNC); in sk_sync_protect()
/xnu-12377.61.12/bsd/net/
H A Ddlil.h261 #define NET_THREAD_CHANNEL_SYNC 0x10000 /* thread is doing channel sync */ macro