Home
last modified time | relevance | path

Searched defs:thrd (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
Dthread_thrd_test.cpp30 thrd_t thrd; variable
45 thrd_t thrd; variable
/third_party/ltp/testcases/realtime/stress/pi-tests/
Dtestpi-3.c249 int startThread(Thread * thrd) in startThread()
/third_party/mesa3d/src/util/
Du_thread.h107 static inline int u_thread_create(thrd_t *thrd, int (*routine)(void *), void *param) in u_thread_create()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dtest_quiesce.c190 pthread_t thrd; in testGet() local
/third_party/python/Programs/
D_testembed.c380 unsigned long thrd = PyThread_start_new_thread(bpo20891_thread, &lock); in test_bpo20891() local