Searched refs:strong_send (Results 1 – 2 of 2) sorted by relevance
84 void libhb_so_send ( Thr* thr, SO* so, Bool strong_send );
6610 void libhb_so_send ( Thr* thr, SO* so, Bool strong_send ) in libhb_so_send() argument6639 so->viR = strong_send ? thr->viR : VtsID__join2( so->viR, thr->viR ); in libhb_so_send()6640 so->viW = strong_send ? thr->viW : VtsID__join2( so->viW, thr->viW ); in libhb_so_send()6657 if (strong_send) in libhb_so_send()