Home
last modified time | relevance | path

Searched defs:thr (Results 1 – 25 of 32) sorted by relevance

12

/third_party/musl/src/exit/
Dcxa_thread_atexit_impl.c113 pthread_t thr = __pthread_self(); in __cxa_thread_atexit_impl() local
124 pthread_t thr = __pthread_self(); in __cxa_thread_finalize() local
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
Dcxa_thread_atexit_test.cpp145 pthread_t thr; variable
216 pthread_t thr; variable
/third_party/musl/src/thread/
Dthrd_create.c4 int thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()
/third_party/mesa3d/src/c11/impl/
Dthreads_posix.c255 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()
Dthreads_win32.c311 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/
Dtinycthread.c361 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/
Daf_alg02.c59 pthread_t thr; in run() local
/third_party/ltp/testcases/realtime/stress/pi-tests/
Dtestpi-3.c305 void stopThread(Thread * thr) in stopThread()
311 void joinThread(Thread * thr) in joinThread()
/third_party/ltp/testcases/kernel/syscalls/userfaultfd/
Duserfaultfd01.c77 pthread_t thr; in run() local
/third_party/ltp/testcases/kernel/syscalls/rt_sigqueueinfo/
Drt_sigqueueinfo01.c62 pthread_t thr; in verify_sigqueueinfo() local
/third_party/ltp/testcases/kernel/syscalls/pidfd_send_signal/
Dpidfd_send_signal01.c53 pthread_t thr; in verify_pidfd_send_signal() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
D3-2.c176 pthread_t thr; in main() local
D1-2.c171 pthread_t thr; in main() local
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
Dhugemmap06.c45 static void *thr(void *arg) in thr() function
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dthrd_current.c34 static thrd_t thr; variable
Dthrd_equal.c34 static thrd_t thr; variable
/third_party/mesa3d/src/egl/main/
Deglcurrent.c177 _EGLThreadInfo *thr = _eglGetCurrentThread(); in _eglDebugReport() local
/third_party/ffmpeg/libavfilter/
Dvf_deband.c43 int thr[4]; member
143 const int thr = s->thr[p]; in deband_8_c() local
200 const int thr = s->thr[p]; in deband_8_coupling_c() local
265 const int thr = s->thr[p]; in deband_16_coupling_c() local
324 const int thr = s->thr[p]; in deband_16_c() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
D3-1.c94 pthread_t *thr; member
/third_party/lame/libmp3lame/
Dpsymodel.c361 convert_partition2scalefac(PsyConst_CB2SB_t const *const gd, FLOAT const *eb, FLOAT const *thr, in convert_partition2scalefac()
406 convert_partition2scalefac_s(lame_internal_flags * gfc, FLOAT const *eb, FLOAT const *thr, int chn, in convert_partition2scalefac_s()
422 convert_partition2scalefac_l(lame_internal_flags * gfc, FLOAT const *eb, FLOAT const *thr, int chn) in convert_partition2scalefac_l()
432 convert_partition2scalefac_l_to_s(lame_internal_flags * gfc, FLOAT const *eb, FLOAT const *thr, in convert_partition2scalefac_l_to_s()
1043 FLOAT * eb, FLOAT * thr, int chn, int sblock) in vbrpsy_compute_masking_s()
1430 FLOAT eb[4][CBANDS], thr[4][CBANDS]; in L3psycho_anal_vbr() local
Dlame-analysis.h50 double thr[2][4][SBMAX_l]; member
/third_party/ltp/testcases/realtime/func/pi_perf/
Dpi_perf.c119 struct thread *thr = (struct thread *)arg; in busy_thread() local
/third_party/node/deps/cares/src/lib/
Dares__threads.c158 ares__thread_t *thr = NULL; in ares__thread_create() local
374 ares__thread_t *thr = NULL; in ares__thread_create() local
/third_party/ffmpeg/libavcodec/
Daacpsy.c110 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
/third_party/ltp/testcases/realtime/func/rt-migrate/
Drt-migrate.c314 struct thread *thr = (struct thread *)data; in start_task() local

12