Home | History | Annotate | Download | only in helgrind

Lines Matching full:thr_c

1589       Thread* thr_c;
1598 thr_c = map_threads_maybe_lookup( child );
1601 tl_assert(thr_c == NULL);
1611 thr_c = mk_Thread( hbthr_c );
1613 libhb_set_Thr_hgthread(hbthr_c, thr_c);
1616 map_threads[child] = thr_c;
1617 tl_assert(thr_c->coretid == VG_INVALID_THREADID);
1618 thr_c->coretid = child;
1637 thr_c->created_at = VG_(record_ExeContext)(parent, first_ip_delta);
1641 HG_(thread_enter_pthread_create)(thr_c);
1642 tl_assert(thr_c->synchr_nesting == 0);
1643 HG_(thread_enter_synchr)(thr_c);