Home
last modified time | relevance | path

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

12345678910

/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-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
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
/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/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/mingw-w64/mingw-w64-libraries/winpthreads/tests/
Dtest.c74 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/
Derr_prn.c29 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/
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/testcases/kernel/syscalls/ipc/lib/
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
D6-1.c22 timer_t tid; in main() local
D6-2.c30 timer_t tid; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/speculative/
D6-3.c25 timer_t tid; in main() local
D6-2.c25 timer_t tid; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/behavior/timers/
D1-1.c24 timer_t tid; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/
D15-1.c33 timer_t tid; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/speculative/
D5-1.c22 timer_t tid; in main() local

12345678910