OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curthread
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/helgrind/tests/
tls_threads.c
60
int
curthread
= 0;
local
69
pthread_create(&threads[
curthread
++], NULL, level2, NULL);
72
for(i = 0; i <
curthread
; i++)
82
int
curthread
= 0;
local
88
pthread_create(&threads[
curthread
++], NULL, level1, NULL);
93
for(i = 0; i <
curthread
; i++)
/external/valgrind/none/tests/
tls.c
91
int
curthread
= 0;
local
96
pthread_create(&threads[
curthread
++], NULL, tls_ptr, (void *)&tests[i]);
97
pthread_create(&threads[
curthread
++], NULL, tls_ptr, (void *)&tests[i]);
100
for(i = 0; i <
curthread
; i++)
Completed in 793 milliseconds