HomeSort by relevance Sort by last modified time
    Searched full:curthread (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/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 1022 milliseconds