Searched refs:SBLOCKWAIT (Results 1 – 1 of 1) sorted by relevance
1979 #define SBLOCKWAIT(f) (((f) & MSG_DONTWAIT) ? 0 : SBL_WAIT) macro2014 error = sblock(&so->so_snd, SBLOCKWAIT(flags)); in sosendcheck()3504 error = sblock(&so->so_rcv, SBLOCKWAIT(flags)); in soreceive()4174 error = sblock(&so->so_rcv, SBLOCKWAIT(flags)); in soreceive_m_list()