/third_party/musl/src/thread/ |
D | thrd_create.c | 4 int thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()
|
/third_party/mesa3d/src/c11/impl/ |
D | threads_posix.c | 255 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() 279 thrd_detach(thrd_t thr) in thrd_detach() 301 thrd_join(thrd_t thr, int *res) in thrd_join()
|
D | threads_win32.c | 311 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() 374 thrd_detach(thrd_t thr) in thrd_detach() 398 thrd_join(thrd_t thr, int *res) in thrd_join()
|
/third_party/glfw/deps/ |
D | tinycthread.c | 361 int thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() 402 int thrd_detach(thrd_t thr) in thrd_detach() 432 int thrd_join(thrd_t thr, int *res) in thrd_join()
|
/third_party/ltp/testcases/kernel/crypto/ |
D | af_alg02.c | 59 pthread_t thr; in run() local
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | thrd_equal.c | 21 static thrd_t thr; variable
|
D | thrd_current.c | 21 static thrd_t thr; variable
|
/third_party/ltp/testcases/realtime/stress/pi-tests/ |
D | testpi-3.c | 305 void stopThread(Thread * thr) in stopThread() 311 void joinThread(Thread * thr) in joinThread()
|
/third_party/ltp/testcases/kernel/syscalls/pidfd_send_signal/ |
D | pidfd_send_signal01.c | 49 pthread_t thr; in verify_pidfd_send_signal() local
|
/third_party/ltp/testcases/kernel/syscalls/userfaultfd/ |
D | userfaultfd01.c | 79 pthread_t thr; in run() local
|
/third_party/ltp/testcases/kernel/syscalls/rt_sigqueueinfo/ |
D | rt_sigqueueinfo01.c | 62 pthread_t thr; in verify_sigqueueinfo() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/ |
D | 3-2.c | 176 pthread_t thr; in main() local
|
D | 1-2.c | 171 pthread_t thr; in main() local
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
D | hugemmap06.c | 47 static void *thr(void *arg) in thr() function
|
/third_party/ffmpeg/libavfilter/ |
D | vf_deband.c | 43 int thr[4]; member 147 const int thr = s->thr[p]; in deband_8_c() local 204 const int thr = s->thr[p]; in deband_8_coupling_c() local 269 const int thr = s->thr[p]; in deband_16_coupling_c() local 328 const int thr = s->thr[p]; in deband_16_c() local
|
/third_party/mesa3d/src/egl/main/ |
D | eglcurrent.c | 177 _EGLThreadInfo *thr = _eglGetCurrentThread(); in _eglDebugReport() local
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
D | tring.c | 71 pthread_t thr; in main() local
|
D | tinjpage.c | 556 pthread_t thr; in setup_sniper() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/ |
D | 3-1.c | 94 pthread_t *thr; member
|
/third_party/ltp/testcases/realtime/func/pi_perf/ |
D | pi_perf.c | 119 struct thread *thr = (struct thread *)arg; in busy_thread() local
|
/third_party/ffmpeg/libavcodec/ |
D | aacpsy.c | 110 float thr; ///< energy threshold member 577 float thr = band->thr; in calc_reduced_thr_3gpp() local 807 float thr = band->thr; in psy_3gpp_analyze_channel() local
|
D | mss12.c | 50 int thr; in model_calc_threshold() local
|
D | dolby_e.c | 686 int thr = 0; in calc_lowcomp() local
|
/third_party/ltp/testcases/realtime/func/rt-migrate/ |
D | rt-migrate.c | 314 struct thread *thr = (struct thread *)data; in start_task() local
|
/third_party/rust/crates/nix/test/sys/ |
D | test_socket.rs | 1522 let thr = thread::spawn(move || { in test_named_unixdomain() localVariable 2168 let thr = thread::spawn(move || { in test_vsock() localVariable
|