/third_party/musl/libc-test/src/functionalext/thread/ |
D | pthread_mutex_ext.c | 45 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
|
D | pthread_rwlock_rdlock.c | 48 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
|
D | pthread_rwlock_wrlock.c | 230 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
|
D | pthread_cond_timedwait.c | 289 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/ |
D | timer_query.c | 221 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/ |
D | affinity.c | 7 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/ |
D | affinity.c | 7 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/ |
D | rt_tgsigqueueinfo01.c | 83 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/ |
D | tgkill02.c | 26 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/ |
D | memory_check.c | 50 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/ |
D | testpi-2.c | 86 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
|
D | testpi-1.c | 84 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
|
D | testpi-4.c | 85 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/ |
D | testThreads.c | 27 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/ |
D | twoptimers.c | 37 timer_t tid; in main() local 90 timer_t tid; in main() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | reduce_fp32.c | 26 …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/ |
D | thread_id.cpp | 233 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/ |
D | err_prn.c | 29 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/ |
D | reduce_fp16.c | 22 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/ |
D | cmake_thread_test.cc | 19 auto* tid = absl::base_internal::CurrentThreadIdentityIfPresent(); in main() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | cmake_thread_test.cc | 19 auto* tid = absl::base_internal::CurrentThreadIdentityIfPresent(); in main() local
|
/third_party/ltp/libs/libltpipc/ |
D | libmsgctl.c | 30 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/ |
D | testrtpool.c | 51 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/ |
D | 6-3.c | 27 timer_t tid; in main() local
|
/third_party/musl/porting/linux/user/src/linux/ |
D | tgkill.c | 19 int tgkill(int tgid, int tid, int sig) in tgkill()
|