Searched refs:SB_LOCK (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket2.c519 while (sb->sb_flags & SB_LOCK) {
549 sb->sb_flags |= SB_LOCK;
1790 if (sb->sb_flags & SB_LOCK)
1793 sb->sb_flags |= SB_LOCK;
1808 sb->sb_flags &= ~SB_LOCK;
H A Duipc_socket.c1371 if ((so->so_snd.sb_flags & SB_LOCK) != 0 &&
2141 * the head of the list. We cannot rely on SB_LOCK
2168 * Clear SB_LOCK but don't unlock the socket.
2317 * to the socket buffer. We still have SB_LOCK
2357 * See comments above about SB_LOCK.
4397 if (rcv->sb_flags & SB_LOCK)
4399 if (snd->sb_flags & SB_LOCK)
H A Duipc_usrreq.c2081 if (so->so_rcv.sb_flags & SB_LOCK) {
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h187 #define SB_LOCK 0x01 /* lock on data queue */ macro

Completed in 34 milliseconds