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 | 1127 libhb_so_recv( thr->hbthr, lk->hbso, True/*strong_recv*/ ); in evhH__post_thread_w_acquires_lock() 1170 libhb_so_recv( thr->hbthr, lk->hbso, True/*strong_recv*/ ); in evhH__post_thread_w_acquires_lock() 1226 libhb_so_recv( thr->hbthr, lk->hbso, False/*!strong_recv*/ ); in evhH__post_thread_r_acquires_lock() 1245 libhb_so_recv( thr->hbthr, lk->hbso, False/*!strong_recv*/ ); in evhH__post_thread_r_acquires_lock() 1749 libhb_so_recv(hbthr_s, so, True/*strong_recv*/); in generate_quitter_stayer_dependence() 2533 libhb_so_recv( thr->hbthr, cvi->so, True/*strong_recv*/ ); in evh__HG_PTHREAD_COND_WAIT_POST() 2923 libhb_so_recv( hbthr, so, True/*strong recv*/ ); in evh__HG_POSIX_SEM_WAIT_POST() 3124 libhb_so_recv( hbthr, so, True/*strong recv*/ ); in do_barrier_cross_sync_and_empty() 3383 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
|