Home
last modified time | relevance | path

Searched defs:tid (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/third_party/alsa-lib/src/timer/
Dtimer_query.c221 int snd_timer_query_next_device(snd_timer_query_t *timer, snd_timer_id_t *tid) in snd_timer_query_next_device()
284 int snd_timer_ginfo_set_tid(snd_timer_ginfo_t *obj, snd_timer_id_t *tid) in snd_timer_ginfo_set_tid()
489 void snd_timer_id_set_class(snd_timer_id_t * tid, int dev_class) in snd_timer_id_set_class()
500 int snd_timer_id_get_class(snd_timer_id_t * tid) in snd_timer_id_get_class()
511 void snd_timer_id_set_sclass(snd_timer_id_t * tid, int dev_sclass) in snd_timer_id_set_sclass()
522 int snd_timer_id_get_sclass(snd_timer_id_t * tid) in snd_timer_id_get_sclass()
533 void snd_timer_id_set_card(snd_timer_id_t * tid, int card) in snd_timer_id_set_card()
544 int snd_timer_id_get_card(snd_timer_id_t * tid) in snd_timer_id_get_card()
555 void snd_timer_id_set_device(snd_timer_id_t * tid, int device) in snd_timer_id_set_device()
566 int snd_timer_id_get_device(snd_timer_id_t * tid) in snd_timer_id_get_device()
[all …]
/third_party/musl/libc-test/src/functionalext/thread/
Dpthread_mutex_ext.c45 pthread_t tid; in pthread_mutex_clocklock_0010() local
77 pthread_t tid; in pthread_mutex_clocklock_0020() local
113 pthread_t tid; in pthread_mutex_clocklock_0030() local
145 pthread_t tid; in pthread_mutex_clocklock_0040() local
185 pthread_t tid; in pthread_mutex_clocklock_0050() local
217 pthread_t tid; in pthread_mutex_clocklock_0060() local
260 pthread_t tid; in pthread_mutex_timedlock_monotonic_np_0010() local
292 pthread_t tid; in pthread_mutex_timedlock_monotonic_np_0020() local
343 pthread_t tid; in pthread_mutex_lock_timeout_np_0010() local
376 pthread_t tid; in pthread_mutex_lock_timeout_np_0020() local
Dpthread_rwlock_rdlock.c48 pthread_t tid[2]; in pthread_rwlock_clockrdlock_0010() local
92 pthread_t tid[2]; in pthread_rwlock_clockrdlock_0020() local
133 pthread_t tid[2]; in pthread_rwlock_clockrdlock_0030() local
177 pthread_t tid[2]; in pthread_rwlock_clockrdlock_0040() local
217 pthread_t tid[2]; in pthread_rwlock_timedrdlock_monotonic_np_0010() local
261 pthread_t tid[2]; in pthread_rwlock_timedrdlock_monotonic_np_0020() local
Dpthread_rwlock_wrlock.c230 pthread_t tid[2]; in pthread_rwlock_timedwrlock_0050() local
248 pthread_t tid[2]; in pthread_rwlock_timedwrlock_0060() local
266 pthread_t tid[2]; in pthread_rwlock_timedwrlock_0070() local
284 pthread_t tid[2]; in pthread_rwlock_timedwrlock_0080() local
302 pthread_t tid[2]; in pthread_rwlock_timedwrlock_0090() local
320 pthread_t tid[2]; in pthread_rwlock_timedwrlock_0100() local
Dpthread_cond_timedwait.c302 pthread_t tid; in clockwait_timedwait_0020() local
380 pthread_t tid; in clockwait_timedwait_0040() local
440 pthread_t tid; in clockwait_timedwait_0050() local
483 pthread_t tid; in clockwait_timedwait_0060() local
604 pthread_t tid; in monotonic_timewait_0020() local
633 pthread_t tid; in monotonic_timewait_0030() local
710 pthread_t tid; in timeoutnp_timewait_0020() local
/third_party/elfutils/libdwfl/
Dlinux-pid-attach.c75 __libdwfl_ptrace_attach (pid_t tid, bool *tid_was_stoppedp) in __libdwfl_ptrace_attach()
196 pid_t tid = pid_arg->tid_attached; in pid_memory_read() local
281 pid_t tid = tidl; in pid_next_thread() local
293 pid_getthread (Dwfl *dwfl __attribute__ ((unused)), pid_t tid, in pid_getthread()
328 pid_t tid = INTUSE(dwfl_thread_tid) (thread); in pid_set_initial_registers() local
352 __libdwfl_ptrace_detach (pid_t tid, bool tid_was_stopped) in __libdwfl_ptrace_detach()
367 pid_t tid = INTUSE(dwfl_thread_tid) (thread); in pid_thread_detach() local
507 __libdwfl_ptrace_attach (pid_t tid __attribute__ ((unused)), in __libdwfl_ptrace_attach()
517 __libdwfl_ptrace_detach (pid_t tid __attribute__ ((unused)), in __libdwfl_ptrace_detach()
/third_party/musl/src/sched/
Daffinity.c7 int sched_setaffinity(pid_t tid, size_t size, const cpu_set_t *set) in sched_setaffinity()
17 static int do_getaffinity(pid_t tid, size_t size, cpu_set_t *set) in do_getaffinity()
25 int sched_getaffinity(pid_t tid, size_t size, cpu_set_t *set) in sched_getaffinity()
/third_party/rust/crates/nix/test/sys/
Dtest_pthread.rs6 let tid = pthread_self(); in test_pthread_self() localVariable
13 let tid = pthread_self(); in test_pthread_self() localVariable
/third_party/ltp/testcases/kernel/syscalls/rt_tgsigqueueinfo/
Drt_tgsigqueueinfo01.c83 pid_t *tid = arg; in receiver_func() local
106 pid_t tid = -1; in verify_signal_parent_thread() local
128 pid_t *tid = arg; in sender_func() local
145 pid_t tid = -1; in verify_signal_inter_thread() local
/third_party/musl/porting/liteos_a/user/src/sched/
Daffinity.c7 int sched_setaffinity(pid_t tid, size_t size, const cpu_set_t *set) in sched_setaffinity()
24 static int do_getaffinity(pid_t tid, size_t size, cpu_set_t *set, int flag) in do_getaffinity()
38 int sched_getaffinity(pid_t tid, size_t size, cpu_set_t *set) in sched_getaffinity()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dmemory_check.c50 static inline void lock_stat_bin(int tid) in lock_stat_bin()
57 static inline void unlock_stat_bin(int tid) in unlock_stat_bin()
73 static int try_delete_node(int tid, void *ptr) in try_delete_node()
98 int tid = ((struct pthread *)pthread_self())->tid; in delete_node() local
164 static struct node *create_node(int tid, void *ptr, size_t size) in create_node()
188 int tid = ((struct pthread *)pthread_self())->tid; in insert_node() local
340 static int check_mem_integrity(int tid, void *ptr) in check_mem_integrity()
381 int tid = ((struct pthread *)pthread_self())->tid; in get_integrity_info() local
491 int tid = ((struct pthread *)pthread_self())->tid; in get_free_trace() local
531 int tid, ret; in watch_mem() local
[all …]
/third_party/ltp/testcases/kernel/syscalls/tgkill/
Dtgkill02.c26 pid_t *tid = arg; in thread_func() local
47 pid_t tid = -1; in run() local
/third_party/ltp/testcases/realtime/func/pi-tests/
Dtestpi-1.c84 int i, tid = gettid(); in func_nonrt() local
114 int i, tid = gettid(); in func_rt() local
142 int i, tid = gettid(); in func_noise() local
Dtestpi-2.c86 int i, tid = gettid(); in func_lowrt() local
116 int i, tid = gettid(); in func_rt() local
144 int i, tid = gettid(); in func_noise() local
Dtestpi-4.c85 int i, tid = gettid(); in func_nonrt() local
116 int i, tid = gettid(); in func_rt() local
144 int i, tid = gettid(); in func_noise() local
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/timers/
Dtwoptimers.c37 timer_t tid; in main() local
90 timer_t tid; in main() local
/third_party/ltp/libs/libltpipc/
Dlibmsgctl.c30 int doreader(long key, int tid, long type, int child, int nreps) in doreader()
86 int dowriter(long key, int tid, long type, int child, int nreps) in dowriter()
/third_party/gstreamer/gstreamer/tests/examples/streams/
Dtestrtpool.c51 TestRTId *tid; in default_push() local
90 TestRTId *tid = (TestRTId *) id; in default_join() local
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dcmake_thread_test.cc19 auto* tid = absl::base_internal::CurrentThreadIdentityIfPresent(); in main() local
/third_party/ltp/testcases/realtime/stress/pi-tests/
Dtestpi-3.c101 int rc, i, j, policy, tid = gettid(); in func_nonrt() local
150 int rc, i, j, policy, tid = gettid(); in func_rt() local
206 int rc, i, j, policy, tid = gettid(); in func_noise() local
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
Drand_win.c131 DWORD tid; in ossl_pool_add_nonce_data() member
153 DWORD tid; in ossl_rand_pool_add_additional_data() member
/third_party/openssl/providers/implementations/rands/seeding/
Drand_win.c131 DWORD tid; in ossl_pool_add_nonce_data() member
153 DWORD tid; in ossl_rand_pool_add_additional_data() member
/third_party/ltp/testcases/realtime/func/thread_clock/
Dtc-2.c92 int tid = (int)(long)pthr->arg; in workerthread() local
114 int tid = (int)(long)pthr->arg; in sleeperthread() local
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
Dlinux_gettid_test.cpp20 pid_t tid = gettid(); variable
/third_party/musl/porting/linux/user/src/linux/
Dtgkill.c19 int tgkill(int tgid, int tid, int sig) in tgkill()

12345678910>>...12