Searched refs:cond_is_init (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/helgrind/ |
D | hg_intercepts.c | 1569 unsigned long cond_is_init; in pthread_cond_destroy_WRK() local 1581 cond_is_init = my_memcmp(cond, &cond_init, sizeof(*cond)) == 0; in pthread_cond_destroy_WRK() 1583 cond_is_init = 0; in pthread_cond_destroy_WRK() 1587 pthread_cond_t*, cond, unsigned long, cond_is_init); in pthread_cond_destroy_WRK()
|
D | hg_main.c | 2302 void* cond, Bool cond_is_init ) { in map_cond_to_CVInfo_delete() argument 2333 if (!cond_is_init) { in map_cond_to_CVInfo_delete() 2555 void* cond, Bool cond_is_init ) in evh__HG_PTHREAD_COND_DESTROY_PRE() argument 2563 (Int)tid, (void*)cond, (Int)cond_is_init ); in evh__HG_PTHREAD_COND_DESTROY_PRE() 2565 map_cond_to_CVInfo_delete( tid, cond, cond_is_init ); in evh__HG_PTHREAD_COND_DESTROY_PRE()
|