Home
last modified time | relevance | path

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

/llvm-project/libcxxabi/test/
H A Dguard_threaded_test.pass.cpp134 Callback access_callback(InitFn init) { in access_callback() function
197 test_obj.access_callback([&]() { in test_free_for_all()
217 threads.Create(test_obj.access_callback( in test_waiting_for_init()
232 test_obj.access_callback([]() { assert(false); }) in test_waiting_for_init()
252 threads.Create(test_obj.access_callback( in test_aborted_init()
263 test_obj.access_callback([&]() { in test_aborted_init()
292 test_obj.access_callback([]() { assert(false); }) in test_completed_init()
/llvm-project/compiler-rt/test/tsan/
H A Dload_shared_lib.cpp46 void race_two_threads(void *(*access_callback)(void *unused)) { in race_two_threads()
48 pthread_create(&t1, NULL, access_callback, (void*)1); in race_two_threads()
49 pthread_create(&t2, NULL, access_callback, NULL); in race_two_threads()