OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:map_threads
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/helgrind/
hg_main.c
135
static Thread**
map_threads
= NULL; /* Array[VG_N_THREADS] of Thread* */
variable
451
space(d); VG_(printf)("
map_threads
");
453
if (
map_threads
[i] != NULL)
458
if (
map_threads
[i] == NULL)
461
VG_(printf)("coretid %d -> Thread %p\n", i,
map_threads
[i]);
608
tl_assert(
map_threads
== NULL);
609
map_threads
= HG_(zalloc)( "hg.ids.1", VG_N_THREADS * sizeof(Thread*) );
647
map_threads
[thr->coretid] = thr;
656
/*---
map_threads
:: array[core-ThreadId] of Thread* ---*/
659
/* Doesn't assert if the relevant
map_threads
entry is NULL. *
[
all
...]
Completed in 99 milliseconds