Searched refs:thread_local_var (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/test/lsan/TestCases/
H A Dfork.cc11 __thread void *thread_local_var; variable
15 thread_local_var = malloc(1337);
H A Dfork_threaded.cc13 __thread void *thread_local_var; variable
29 thread_local_var = malloc(1337);

Completed in 66 milliseconds