/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-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
|
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
|
/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/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/mingw-w64/mingw-w64-libraries/winpthreads/tests/ |
D | test.c | 74 int tid = pthread_self(); in spinlock_threadfunc() local 155 int tid = 0; in mutex_threadfunc() local 198 int tid = pthread_self(); in mutex_threadfunc_raced() local 302 int tid = pthread_self(); in mutex_threadfunc_timed() local 353 int tid = pthread_self(); in mutex_threadfuncDL1() local 381 int tid = pthread_self(); in mutex_main_DL() local 572 int tid = 0; in mutex_main() local 653 int tid; in condTimed_threadfunc() local 800 int tid; in condTimed_threadfunc() local
|
/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/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/testcases/kernel/syscalls/ipc/lib/ |
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
|
D | 6-1.c | 22 timer_t tid; in main() local
|
D | 6-2.c | 30 timer_t tid; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/speculative/ |
D | 6-3.c | 25 timer_t tid; in main() local
|
D | 6-2.c | 25 timer_t tid; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/behavior/timers/ |
D | 1-1.c | 24 timer_t tid; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/ |
D | 15-1.c | 33 timer_t tid; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/speculative/ |
D | 5-1.c | 22 timer_t tid; in main() local
|