Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/hwasan/TestCases/
Dmany-threads-uaf.c12 void *BoringThread(void *arg) { in BoringThread() function
42 pthread_create(&t, NULL, BoringThread, NULL); in main()