Home
last modified time | relevance | path

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

12345678910>>...12

/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
329 pthread_t tid; in pthread_mutex_lock_timeout_np_0010() local
362 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.c289 pthread_t tid; in clockwait_timedwait_0020() local
367 pthread_t tid; in clockwait_timedwait_0040() local
427 pthread_t tid; in clockwait_timedwait_0050() local
470 pthread_t tid; in clockwait_timedwait_0060() local
591 pthread_t tid; in monotonic_timewait_0020() local
620 pthread_t tid; in monotonic_timewait_0030() local
697 pthread_t tid; in timeoutnp_timewait_0020() local
/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/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/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/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/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/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/realtime/func/pi-tests/
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-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-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/libxml2/
DtestThreads.c27 static pthread_t tid[MAX_ARGC]; variable
29 static HANDLE tid[MAX_ARGC]; variable
31 static thread_id tid[MAX_ARGC]; variable
/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/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dreduce_fp32.c26 …ean(int outer_size, int inner_size, int axis_size, const float *src_data, float *dst_data, int tid, in ReduceMean()
51 …uceMean(int outer_size, int inner_size, int axis_size, const int *src_data, int *dst_data, int tid, in IntReduceMean()
100 …Sum(int outer_size, int inner_size, int axis_size, const float *src_data, float *dst_data, int tid, in ReduceSum()
141 …duceSum(int outer_size, int inner_size, int axis_size, const int *src_data, int *dst_data, int tid, in IntReduceSum()
182 …Max(int outer_size, int inner_size, int axis_size, const float *src_data, float *dst_data, int tid, in ReduceMax()
207 …duceMax(int outer_size, int inner_size, int axis_size, const int *src_data, int *dst_data, int tid, in IntReduceMax()
232 …Min(int outer_size, int inner_size, int axis_size, const float *src_data, float *dst_data, int tid, in ReduceMin()
257 …duceMin(int outer_size, int inner_size, int axis_size, const int *src_data, int *dst_data, int tid, in IntReduceMin()
282 …ceAll(int outer_size, int inner_size, int axis_size, const bool *src_data, bool *dst_data, int tid, in ReduceAll()
307 …rod(int outer_size, int inner_size, int axis_size, const float *src_data, float *dst_data, int tid, in ReduceProd()
[all …]
/third_party/boost/libs/log/src/
Dthread_id.cpp233 void format_thread_id(char* buf, std::size_t size, thread::id tid) in format_thread_id()
239 …m< CharT, TraitsT >& operator<< (std::basic_ostream< CharT, TraitsT >& strm, thread::id const& tid) in operator <<()
/third_party/openssl/crypto/err/
Derr_prn.c29 CRYPTO_THREAD_ID tid; in ERR_print_errors_cb() member
31 } tid; in ERR_print_errors_cb() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dreduce_fp16.c22 int tid, int thread_num) { in ReduceMeanFp16()
47 int tid, int thread_num) { in ReduceMaxFp16()
69 int tid, int thread_num) { in ReduceSumFp16()
/third_party/abseil-cpp/absl/base/internal/
Dcmake_thread_test.cc19 auto* tid = absl::base_internal::CurrentThreadIdentityIfPresent(); in main() 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/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/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/speculative/
D6-3.c27 timer_t tid; in main() local
/third_party/musl/porting/linux/user/src/linux/
Dtgkill.c19 int tgkill(int tgid, int tid, int sig) in tgkill()

12345678910>>...12