Searched refs:libhb_so_recv (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/helgrind/ |
D | libhb.h | 94 void libhb_so_recv ( Thr* thr, SO* so, Bool strong_recv );
|
D | hg_main.c | 1129 libhb_so_recv( thr->hbthr, lk->hbso, True/*strong_recv*/ ); in evhH__post_thread_w_acquires_lock() 1172 libhb_so_recv( thr->hbthr, lk->hbso, True/*strong_recv*/ ); in evhH__post_thread_w_acquires_lock() 1228 libhb_so_recv( thr->hbthr, lk->hbso, False/*!strong_recv*/ ); in evhH__post_thread_r_acquires_lock() 1247 libhb_so_recv( thr->hbthr, lk->hbso, False/*!strong_recv*/ ); in evhH__post_thread_r_acquires_lock() 1751 libhb_so_recv(hbthr_s, so, True/*strong_recv*/); in generate_quitter_stayer_dependence() 2535 libhb_so_recv( thr->hbthr, cvi->so, True/*strong_recv*/ ); in evh__HG_PTHREAD_COND_WAIT_POST() 2925 libhb_so_recv( hbthr, so, True/*strong recv*/ ); in evh__HG_POSIX_SEM_WAIT_POST() 3126 libhb_so_recv( hbthr, so, True/*strong recv*/ ); in do_barrier_cross_sync_and_empty() 3385 libhb_so_recv( thr->hbthr, so, True/*strong_recv*/ ); in evh__HG_USERSO_RECV_POST()
|
D | libhb_core.c | 6663 void libhb_so_recv ( Thr* thr, SO* so, Bool strong_recv ) in libhb_so_recv() function
|