Home
last modified time | relevance | path

Searched refs:check_stats (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Posix/
Dcurrent_allocated_bytes.cc19 void* check_stats(void *arg) { in check_stats() function
32 pthread_create(&thr[j], 0, (j < 2) ? allocate : check_stats, 0)); in main()
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/
Dcurrent_allocated_bytes.cpp19 void* check_stats(void *arg) { in check_stats() function
32 pthread_create(&thr[j], 0, (j < 2) ? allocate : check_stats, 0)); in main()