HomeSort by relevance Sort by last modified time
    Searched refs:coretid (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/helgrind/
hg_basics.h 46 static inline Bool HG_(is_sane_ThreadId) ( ThreadId coretid ) {
47 return coretid >= 0 && coretid < VG_N_THREADS;
hg_errors.c 503 tl_assert( HG_(is_sane_ThreadId)(thr->coretid) );
504 tl_assert( thr->coretid != VG_INVALID_THREADID );
510 VG_(maybe_record_error)( thr->coretid,
526 tl_assert( HG_(is_sane_ThreadId)(thr->coretid) );
527 tl_assert( thr->coretid != VG_INVALID_THREADID );
528 VG_(maybe_record_error)( thr->coretid,
546 tl_assert( HG_(is_sane_ThreadId)(thr->coretid) );
547 tl_assert( thr->coretid != VG_INVALID_THREADID );
548 VG_(maybe_record_error)( thr->coretid,
561 tl_assert( HG_(is_sane_ThreadId)(thr->coretid) );
    [all...]
hg_lock_n_thread.h 73 Since these are never freed, the .coretid field only indicates the
87 ThreadId coretid; /* .. via its hgthread field */ member in struct:_Thread
hg_main.c 175 thread->coretid = VG_INVALID_THREADID;
449 VG_(printf)("coretid %d -> Thread %p\n", i, map_threads[i]);
508 if (thr->coretid == VG_INVALID_THREADID)
511 VG_(printf)("tid %d ", thr->coretid);
628 thr->coretid = 1; /* FIXME: hardwires an assumption about the
634 tl_assert(HG_(is_sane_ThreadId)(thr->coretid));
635 tl_assert(thr->coretid != VG_INVALID_THREADID);
637 map_threads[thr->coretid] = thr;
650 static Thread* map_threads_maybe_lookup ( ThreadId coretid )
653 tl_assert( HG_(is_sane_ThreadId)(coretid) );
1409 ThreadId coretid; local
    [all...]

Completed in 240 milliseconds