Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dstrerror_test.cc60 auto thread_fun = [&]() { in TEST() local
79 threads.push_back(std::thread(thread_fun)); in TEST()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_atfork.c57 static void *thread_fun(void *arg) in thread_fun() function
89 int ret = pthread_create(&tid, NULL, thread_fun, NULL); in pthread_atfork_0100()