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

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_test.cc40 void *IncrementerThread(void *argument) { function in namespace:__sanitizer
53 // This callback checks that IncrementerThread is suspended at the time of its
77 pthread_create_result = pthread_create(&thread_id, NULL, IncrementerThread,

Completed in 89 milliseconds