Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h284 #define SOF1_ACCEPT_LIST_HELD 0x00020000 /* Another thread is accessing one of the accept… macro
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket.c956 if (!(head->so_flags1 & SOF1_ACCEPT_LIST_HELD)) { in so_acquire_accept_list()
957 head->so_flags1 |= SOF1_ACCEPT_LIST_HELD; in so_acquire_accept_list()
963 while (head->so_flags1 & SOF1_ACCEPT_LIST_HELD) { in so_acquire_accept_list()
968 head->so_flags1 |= SOF1_ACCEPT_LIST_HELD; in so_acquire_accept_list()
985 head->so_flags1 &= ~SOF1_ACCEPT_LIST_HELD; in so_release_accept_list()