Home
last modified time | relevance | path

Searched defs:run_thread (Results 1 – 8 of 8) sorted by relevance

/external/curl/tests/libtest/
Dlib1565.c44 static void *run_thread(void *ptr) in run_thread() function
/external/autotest/client/tests/monotonic_time/src/
Dthreads.c33 static void *run_thread(void *arg) in run_thread() function
/external/curl/docs/examples/
Dthreaded-shared-conn.c97 static void *run_thread(void *ptr) in run_thread() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_mac.cpp84 pthread_t run_thread = (pthread_t)internal_start_thread(RunThread, &arg); in StopTheWorld() local
/external/ltp/include/
Dtst_fuzzy_sync.h251 static void *tst_fzsync_thread_wrapper(void *run_thread) in tst_fzsync_thread_wrapper()
/external/python/cpython2/Lib/test/
Dtest_gc.py349 def run_thread(): function
/external/adhd/cras/src/libcras/
Dcras_client.h1362 int (*run_thread)(struct cras_client *client); member
/external/python/cpython3/Lib/test/
Dtest_gc.py405 def run_thread(): function