OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_local_var
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/lsan/TestCases/
fork.cc
11
__thread void *
thread_local_var
;
variable
15
thread_local_var
= malloc(1337);
fork_threaded.cc
13
__thread void *
thread_local_var
;
variable
29
thread_local_var
= malloc(1337);
Completed in 96 milliseconds