Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mutex_test.cpp89 static void *lock_thread(void *param) { in lock_thread() function
133 PTHREAD_CREATE(&threads[i], 0, lock_thread<SpinMutex>, &data); in TEST()