Home
last modified time | relevance | path

Searched refs:child_tid (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_barrier.cpp303 kmp_uint32 child_tid; in __kmp_tree_barrier_gather() local
320 child_tid = (tid << branch_bits) + 1; in __kmp_tree_barrier_gather()
321 if (child_tid < nproc) { in __kmp_tree_barrier_gather()
326 kmp_info_t *child_thr = other_threads[child_tid]; in __kmp_tree_barrier_gather()
330 if (child + 1 <= branch_factor && child_tid + 1 < nproc) in __kmp_tree_barrier_gather()
332 &other_threads[child_tid + 1]->th.th_bar[bt].bb.b_arrived); in __kmp_tree_barrier_gather()
337 gtid, team->t.t_id, tid, __kmp_gtid_from_tid(child_tid, team), in __kmp_tree_barrier_gather()
338 team->t.t_id, child_tid, &child_bar->b_arrived, new_state)); in __kmp_tree_barrier_gather()
354 gtid, team->t.t_id, tid, __kmp_gtid_from_tid(child_tid, team), in __kmp_tree_barrier_gather()
355 team->t.t_id, child_tid)); in __kmp_tree_barrier_gather()
[all …]
/external/ltp/testcases/kernel/syscalls/tgkill/
Dtgkill03.c21 static pid_t child_tid; variable
28 child_tid = sys_gettid(); in child_thread_func()
83 { "Defunct tgid", &defunct_tid, &child_tid, SIGUSR1, ESRCH },
84 { "Valid tgkill call", &parent_tgid, &child_tid, SIGUSR1, 0 },
/external/llvm-project/lldb/source/Plugins/Process/POSIX/
DProcessMessage.h92 lldb::tid_t child_tid) { in NewThread() argument
93 return ProcessMessage(parent_tid, eNewThreadMessage, child_tid); in NewThread()
155 ProcessMessage(lldb::tid_t tid, Kind kind, lldb::tid_t child_tid) in ProcessMessage() argument
158 m_addr(0), m_child_tid(child_tid) {} in ProcessMessage()
/external/llvm-project/lldb/test/API/linux/thread/create_during_instruction_step/
Dmain.cpp15 pid_t child_tid; variable
35 &child_tid); in main()
/external/linux-kselftest/tools/testing/selftests/clone3/
Dclone3_selftests.h19 __aligned_u64 child_tid; member
/external/ltp/testcases/kernel/sched/nptl/
Dnptl01.c188 pthread_t child_tid; in create_child_thread() local
206 if ((ret = pthread_create(&child_tid, &attr, run, NULL)) != 0) { in create_child_thread()
/external/kernel-headers/original/uapi/linux/
Dsched.h95 __aligned_u64 child_tid; member
/external/ltp/lib/
Dcloner.c50 pid_t *parent_tid, void *tls, pid_t *child_tid);