Home
last modified time | relevance | path

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

/llvm-project/libunwind/test/
H A Dunwind_scalable_vectors.pass.cpp17 __attribute__((noinline)) extern "C" void stepper() { in stepper() function
32 stepper(); // def-use of v has cross the function, so that in foo()
H A Dbad_unwind_info.pass.cpp69 extern "C" void stepper() { in stepper() function
/llvm-project/libc/test/integration/src/threads/
H A Dmtx_test.cpp77 int stepper(void *arg) { in stepper() function
103 LIBC_NAMESPACE::thrd_create(&thread, stepper, nullptr); in wait_and_step()
/llvm-project/libc/test/integration/src/pthread/
H A Dpthread_mutex_test.cpp77 void *stepper(void *arg) { in stepper() function
100 LIBC_NAMESPACE::pthread_create(&thread, nullptr, stepper, nullptr); in wait_and_step()