Home
last modified time | relevance | path

Searched defs:return_arg (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libc/test/integration/src/threads/
H A Dthrd_test.cpp36 static int return_arg(void *arg) { return *reinterpret_cast<int *>(arg); } in return_arg() function
/llvm-project/libc/test/integration/src/pthread/
H A Dpthread_test.cpp39 static void *return_arg(void *arg) { return arg; } in return_arg() function