Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_socket.c1375 #define SBLOCKWAIT(f) (((f) & MSG_DONTWAIT) ? 0 : SBL_WAIT) macro
1588 error = sblock(&so->so_snd, SBLOCKWAIT(flags));
1938 error = sblock(&so->so_rcv, SBLOCKWAIT(flags));
2432 error = sblock(sb, SBLOCKWAIT(flags));