OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coretid
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/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
519
tl_assert( HG_(is_sane_ThreadId)(thr->
coretid
) );
520
tl_assert( thr->
coretid
!= VG_INVALID_THREADID );
526
VG_(maybe_record_error)( thr->
coretid
,
542
tl_assert( HG_(is_sane_ThreadId)(thr->
coretid
) );
543
tl_assert( thr->
coretid
!= VG_INVALID_THREADID );
544
VG_(maybe_record_error)( thr->
coretid
,
562
tl_assert( HG_(is_sane_ThreadId)(thr->
coretid
) );
563
tl_assert( thr->
coretid
!= VG_INVALID_THREADID );
564
VG_(maybe_record_error)( thr->
coretid
,
577
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_addrdescr.c
93
if (thr->
coretid
== ai->Addr.Stack.tinfo.tid) {
hg_main.c
181
thread->
coretid
= VG_INVALID_THREADID;
461
VG_(printf)("
coretid
%d -> Thread %p\n", i, map_threads[i]);
520
if (thr->
coretid
== VG_INVALID_THREADID)
523
VG_(printf)("tid %u ", thr->
coretid
);
638
thr->
coretid
= 1; /* FIXME: hardwires an assumption about the
644
tl_assert(HG_(is_sane_ThreadId)(thr->
coretid
));
645
tl_assert(thr->
coretid
!= VG_INVALID_THREADID);
647
map_threads[thr->
coretid
] = thr;
660
static Thread* map_threads_maybe_lookup ( ThreadId
coretid
)
663
tl_assert( HG_(is_sane_ThreadId)(
coretid
) );
1447
ThreadId
coretid
;
local
[
all
...]
Completed in 52 milliseconds