Searched refs:coretid (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/helgrind/
H A Dhg_basics.h46 static inline Bool HG_(is_sane_ThreadId) ( ThreadId coretid ) {
47 return coretid >= 0 && coretid < VG_N_THREADS;
H A Dhg_lock_n_thread.h73 Since these are never freed, the .coretid field only indicates the
87 ThreadId coretid; /* .. via its hgthread field */ member in struct:_Thread
H A Dhg_errors.c553 tl_assert( HG_(is_sane_ThreadId)(thr->coretid) );
554 tl_assert( thr->coretid != VG_INVALID_THREADID );
560 VG_(maybe_record_error)( thr->coretid,
576 tl_assert( HG_(is_sane_ThreadId)(thr->coretid) );
577 tl_assert( thr->coretid != VG_INVALID_THREADID );
578 VG_(maybe_record_error)( thr->coretid,
596 tl_assert( HG_(is_sane_ThreadId)(thr->coretid) );
597 tl_assert( thr->coretid != VG_INVALID_THREADID );
598 VG_(maybe_record_error)( thr->coretid,
611 tl_assert( HG_(is_sane_ThreadId)(thr->coretid) );
[all...]
H A Dhg_main.c171 thread->coretid = VG_INVALID_THREADID;
445 VG_(printf)("coretid %d -> Thread %p\n", i, map_threads[i]);
592 thr->coretid = 1; /* FIXME: hardwires an assumption about the
598 tl_assert(HG_(is_sane_ThreadId)(thr->coretid));
599 tl_assert(thr->coretid != VG_INVALID_THREADID);
601 map_threads[thr->coretid] = thr;
614 static Thread* map_threads_maybe_lookup ( ThreadId coretid )
617 tl_assert( HG_(is_sane_ThreadId)(coretid) );
618 thr = map_threads[coretid];
623 static inline Thread* map_threads_lookup ( ThreadId coretid )
1373 ThreadId coretid; local
[all...]

Completed in 278 milliseconds