Home
last modified time | relevance | path

Searched refs:coretid (Results 1 – 13 of 13) sorted by relevance

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/helgrind/
H A Dhg_basics.h46 static inline Bool HG_(is_sane_ThreadId) ( ThreadId coretid ) { in HG_()
47 return coretid >= 0 && coretid < VG_N_THREADS; in HG_()
H A Dhg_errors.c520 tl_assert( HG_(is_sane_ThreadId)(thr->coretid) ); in HG_()
521 tl_assert( thr->coretid != VG_INVALID_THREADID ); in HG_()
527 VG_(maybe_record_error)( thr->coretid, in HG_()
545 VG_(maybe_record_error)( thr->coretid, in HG_()
565 VG_(maybe_record_error)( thr->coretid, in HG_()
580 VG_(maybe_record_error)( thr->coretid, in HG_()
611 VG_(maybe_record_error)( thr->coretid, in HG_()
631 VG_(maybe_record_error)( thr->coretid, in HG_()
650 VG_(maybe_record_error)( thr->coretid, in HG_()
1301 if (threadp->coretid == VG_INVALID_THREADID) in HG_()
[all …]
H A Dhg_main.c652 map_threads[thr->coretid] = thr; in initialise_data_structures()
669 thr = map_threads[coretid]; in map_threads_maybe_lookup()
678 thr = map_threads[coretid]; in map_threads_lookup()
692 tid = thr->coretid; in map_threads_maybe_reverse_lookup_SLOW()
711 tl_assert(coretid != 0); in map_threads_delete()
713 thr = map_threads[coretid]; in map_threads_delete()
715 map_threads[coretid] = NULL; in map_threads_delete()
1455 ThreadId coretid; in get_current_Thread() local
1467 coretid = 1; /* KLUDGE */ in get_current_Thread()
1650 thr_c->coretid = child; in evh__pre_thread_ll_create()
[all …]
H A Dhg_lock_n_thread.h87 ThreadId coretid; /* .. via its hgthread field */ member
H A Dhg_addrdescr.c93 if (thr->coretid == ai->Addr.Stack.tinfo.tid) { in HG_()
H A Dlibhb_core.c4055 UWord cached_stackvalid = VG_(get_SP_s1) (thr->hgthread->coretid); in cached_rcec_valid()
4061 VG_(set_SP_s1) (thr->hgthread->coretid, valid); in set_cached_rcec_validity()
4469 VG_(get_StackTrace)( thr->hgthread->coretid, &frames[0], N_FRAMES, in check_cached_rcec_ok()
4630 thr->hgthread->coretid, in check_cached_rcec_ok()
4646 VG_(gdbserver) ( thr->hgthread->coretid ); in check_cached_rcec_ok()
4663 const Addr cur_ip = VG_(get_IP)(thr->hgthread->coretid); in get_RCEC()
4668 thr->hgthread->coretid, in get_RCEC()
4670 (void*)VG_(get_SP)(thr->hgthread->coretid), in get_RCEC()
4692 = (ULong) *(Addr*)(UWord)VG_(get_SP)(thr->hgthread->coretid); in get_RCEC()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/helgrind/
H A Dhg_basics.h46 static inline Bool HG_(is_sane_ThreadId) ( ThreadId coretid ) { in HG_()
47 return coretid >= 0 && coretid < VG_N_THREADS; in HG_()
H A Dhg_errors.c520 tl_assert( HG_(is_sane_ThreadId)(thr->coretid) ); in HG_()
521 tl_assert( thr->coretid != VG_INVALID_THREADID ); in HG_()
527 VG_(maybe_record_error)( thr->coretid, in HG_()
545 VG_(maybe_record_error)( thr->coretid, in HG_()
565 VG_(maybe_record_error)( thr->coretid, in HG_()
580 VG_(maybe_record_error)( thr->coretid, in HG_()
611 VG_(maybe_record_error)( thr->coretid, in HG_()
631 VG_(maybe_record_error)( thr->coretid, in HG_()
650 VG_(maybe_record_error)( thr->coretid, in HG_()
1301 if (threadp->coretid == VG_INVALID_THREADID) in HG_()
[all …]
H A Dhg_main.c652 map_threads[thr->coretid] = thr; in initialise_data_structures()
669 thr = map_threads[coretid]; in map_threads_maybe_lookup()
678 thr = map_threads[coretid]; in map_threads_lookup()
692 tid = thr->coretid; in map_threads_maybe_reverse_lookup_SLOW()
711 tl_assert(coretid != 0); in map_threads_delete()
713 thr = map_threads[coretid]; in map_threads_delete()
715 map_threads[coretid] = NULL; in map_threads_delete()
1455 ThreadId coretid; in get_current_Thread() local
1467 coretid = 1; /* KLUDGE */ in get_current_Thread()
1650 thr_c->coretid = child; in evh__pre_thread_ll_create()
[all …]
H A Dhg_lock_n_thread.h87 ThreadId coretid; /* .. via its hgthread field */ member
H A Dhg_addrdescr.c93 if (thr->coretid == ai->Addr.Stack.tinfo.tid) { in HG_()
H A Dlibhb_core.c4055 UWord cached_stackvalid = VG_(get_SP_s1) (thr->hgthread->coretid); in cached_rcec_valid()
4061 VG_(set_SP_s1) (thr->hgthread->coretid, valid); in set_cached_rcec_validity()
4469 VG_(get_StackTrace)( thr->hgthread->coretid, &frames[0], N_FRAMES, in check_cached_rcec_ok()
4630 thr->hgthread->coretid, in check_cached_rcec_ok()
4646 VG_(gdbserver) ( thr->hgthread->coretid ); in check_cached_rcec_ok()
4663 const Addr cur_ip = VG_(get_IP)(thr->hgthread->coretid); in get_RCEC()
4668 thr->hgthread->coretid, in get_RCEC()
4670 (void*)VG_(get_SP)(thr->hgthread->coretid), in get_RCEC()
4692 = (ULong) *(Addr*)(UWord)VG_(get_SP)(thr->hgthread->coretid); in get_RCEC()
/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/
H A DDict.pm89 my %coretid; # hash of table name to tid for _tab1/_col1
93 %coretid = (
1160 object_id => $coretid{$tablename},
1221 object_id => $coretid{$tablename},
1255 object_id => $coretid{$tablename},
1300 object_id => $coretid{$tablename},
1321 while (my ($tname, $tidcnt) = each(%coretid))
1353 object_id => $coretid{$tablename},
1363 my $objid = $coretid{$tname}; # get real oid/tid
2024 if (exists($coretid{$tablename}))
[all …]