/third_party/musl/src/thread/ |
H A D | thrd_create.c | 4 int thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() argument
|
/third_party/ltp/testcases/kernel/crypto/ |
H A D | af_alg02.c | 59 pthread_t thr; in run() local
|
/third_party/musl/src/exit/ |
H A D | cxa_thread_atexit_impl.c | 113 pthread_t thr = __pthread_self();
in __cxa_thread_atexit_impl() local 124 pthread_t thr = __pthread_self();
in __cxa_thread_finalize() local
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglcurrent.c | 177 _EGLThreadInfo *thr = _eglGetCurrentThread(); in _eglDebugReport() local
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | tring.c | 71 pthread_t thr; in main() local
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
H A D | hugemmap06.c | 45 static void *thr(void *arg) in thr() function
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | tring.c | 71 pthread_t thr; in main() local
|
/third_party/ltp/testcases/kernel/syscalls/pidfd_send_signal/ |
H A D | pidfd_send_signal01.c | 53 pthread_t thr; in verify_pidfd_send_signal() local
|
/third_party/ltp/testcases/kernel/syscalls/rt_sigqueueinfo/ |
H A D | rt_sigqueueinfo01.c | 62 pthread_t thr; in verify_sigqueueinfo() local
|
/third_party/ltp/testcases/kernel/syscalls/userfaultfd/ |
H A D | userfaultfd01.c | 77 pthread_t thr; in run() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/ |
H A D | 3-2.c | 176 pthread_t thr; in main() local
|
H A D | 1-2.c | 171 pthread_t thr; in main() local
|
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/ |
H A D | cxa_thread_atexit_test.cpp | 145 pthread_t thr;
in HWTEST_F() local 216 pthread_t thr;
in HWTEST_F() local
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | thrd_current.c | 34 static thrd_t thr; variable
|
H A D | thrd_equal.c | 34 static thrd_t thr; variable
|
/third_party/ltp/testcases/realtime/stress/pi-tests/ |
H A D | testpi-3.c | 305 void stopThread(Thread * thr) in stopThread() argument 311 void joinThread(Thread * thr) in joinThread() argument
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/ |
H A D | 3-1.c | 94 pthread_t *thr; member
|
/third_party/glfw/deps/ |
H A D | tinycthread.c | 361 int thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() argument 402 int thrd_detach(thrd_t thr) in thrd_detach() argument 432 int thrd_join(thrd_t thr, int *res) in thrd_join() argument [all...] |
/third_party/mesa3d/src/c11/impl/ |
H A D | threads_posix.c | 255 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() argument 279 thrd_detach(thrd_t thr) in thrd_detach() argument 301 thrd_join(thrd_t thr, int *res) in thrd_join() argument
|
H A D | threads_win32.c | 311 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() argument 374 thrd_detach(thrd_t thr) in thrd_detach() argument 398 thrd_join(thrd_t thr, int *res) in thrd_join() argument [all...] |
/third_party/node/deps/cares/src/lib/ |
H A D | ares__threads.c | 158 ares__thread_t *thr = NULL; in ares__thread_create() local 374 ares__thread_t *thr = NULL; ares__thread_create() local [all...] |
/third_party/ltp/testcases/realtime/func/pi_perf/ |
H A D | pi_perf.c | 119 struct thread *thr = (struct thread *)arg; in busy_thread() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_deband.c | 43 int thr[4]; member 143 const int thr = s->thr[p]; in deband_8_c() local 200 const int thr = s->thr[p]; deband_8_coupling_c() local 265 const int thr = s->thr[p]; deband_16_coupling_c() local 324 const int thr = s->thr[p]; deband_16_c() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | mss12.c | 50 int thr; in model_calc_threshold() local
|
/third_party/lame/libmp3lame/ |
H A D | lame-analysis.h | 50 double thr[2][4][SBMAX_l]; member
|