Home
last modified time | relevance | path

Searched defs:join_threads (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestthread.c83 static void join_threads(abts_case *tc, void *data) in join_threads() function
/aosp_15_r20/external/ltp/testcases/realtime/lib/
H A Dlibrttest.c395 void join_threads(void) in join_threads() function
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp594 auto join_threads = std::move(thread_joiner); in RunWithManagedStdio() local
/aosp_15_r20/external/pytorch/test/profiler/
H A Dtest_profiler.py400 def join_threads(context: bool): function