Home
last modified time | relevance | path

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

/external/valgrind/helgrind/
Dlibhb.h84 void libhb_so_send ( Thr* thr, SO* so, Bool strong_send );
Dlibhb_core.c6610 void libhb_so_send ( Thr* thr, SO* so, Bool strong_send ) in libhb_so_send() argument
6639 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()