Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/
H A Duse_registers_extra.cpp17 extern "C" void *registers_thread_func(void *arg) { in registers_thread_func() function
51 int res = pthread_create(&thread_id, 0, registers_thread_func, &sync); in main()
H A Duse_registers.cpp14 extern "C" void *registers_thread_func(void *arg) { in registers_thread_func() function
69 int res = pthread_create(&thread_id, 0, registers_thread_func, &sync); in main()