Searched refs:cond_is_init (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/helgrind/ |
D | hg_intercepts.c | 1577 unsigned long cond_is_init; in pthread_cond_destroy_WRK() local 1589 cond_is_init = my_memcmp(cond, &cond_init, sizeof(*cond)) == 0; in pthread_cond_destroy_WRK() 1591 cond_is_init = 0; in pthread_cond_destroy_WRK() 1595 pthread_cond_t*, cond, unsigned long, cond_is_init); in pthread_cond_destroy_WRK()
|
D | hg_main.c | 2304 void* cond, Bool cond_is_init ) { in map_cond_to_CVInfo_delete() argument 2335 if (!cond_is_init) { in map_cond_to_CVInfo_delete() 2557 void* cond, Bool cond_is_init ) in evh__HG_PTHREAD_COND_DESTROY_PRE() argument 2565 (Int)tid, (void*)cond, (Int)cond_is_init ); in evh__HG_PTHREAD_COND_DESTROY_PRE() 2567 map_cond_to_CVInfo_delete( tid, cond, cond_is_init ); in evh__HG_PTHREAD_COND_DESTROY_PRE()
|