Home | History | Annotate | Download | only in helgrind

Lines Matching refs:cond_is_init

2302                                         void* cond, Bool cond_is_init ) {
2333 if (!cond_is_init) {
2555 void* cond, Bool cond_is_init )
2562 "(ctid=%d, cond=%p, cond_is_init=%d)\n",
2563 (Int)tid, (void*)cond, (Int)cond_is_init );
2565 map_cond_to_CVInfo_delete( tid, cond, cond_is_init );
5286 /* cond=arg[1], cond_is_init=arg[2] */