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_lock_n_thread.h 68 Since these are never freed, the .coretid field only indicates the
82 ThreadId coretid; member in struct:_Thread
hg_errors.c 408 tl_assert( HG_(is_sane_ThreadId)(thr->coretid) );
409 tl_assert( thr->coretid != VG_INVALID_THREADID );
415 VG_(maybe_record_error)( thr->coretid,
429 tl_assert( HG_(is_sane_ThreadId)(thr->coretid) );
430 tl_assert( thr->coretid != VG_INVALID_THREADID );
431 VG_(maybe_record_error)( thr->coretid,
448 tl_assert( HG_(is_sane_ThreadId)(thr->coretid) );
449 tl_assert( thr->coretid != VG_INVALID_THREADID );
450 VG_(maybe_record_error)( thr->coretid,
463 tl_assert( HG_(is_sane_ThreadId)(thr->coretid) );
    [all...]
hg_main.c 175 thread->coretid = VG_INVALID_THREADID;
431 VG_(printf)("coretid %d -> Thread %p\n", i, map_threads[i]);
578 thr->coretid = 1; /* FIXME: hardwires an assumption about the
584 tl_assert(HG_(is_sane_ThreadId)(thr->coretid));
585 tl_assert(thr->coretid != VG_INVALID_THREADID);
587 map_threads[thr->coretid] = thr;
604 static Thread* map_threads_maybe_lookup ( ThreadId coretid )
607 tl_assert( HG_(is_sane_ThreadId)(coretid) );
608 thr = map_threads[coretid];
613 static inline Thread* map_threads_lookup ( ThreadId coretid )
1479 ThreadId coretid; local
    [all...]

Completed in 7290 milliseconds