Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/integration/src/threads/
H A Dmtx_test.cpp76 int stepper(void *arg) { in stepper() function
101 __llvm_libc::thrd_create(&thread, stepper, nullptr); in wait_and_step()
/llvm-project-15.0.7/libc/test/integration/src/pthread/
H A Dpthread_mutex_test.cpp76 void *stepper(void *arg) { in stepper() function
99 __llvm_libc::pthread_create(&thread, nullptr, stepper, nullptr); in wait_and_step()
/llvm-project-15.0.7/libunwind/test/
H A Dbad_unwind_info.pass.cpp69 extern "C" void stepper() { in stepper() function