Home
last modified time | relevance | path

Searched refs:lwpid_t (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/lldb/test/API/functionalities/postmortem/netbsd-core/
D2lwp_t2_SIGSEGV.c22 lwpid_t lid; in main()
D2lwp_process_SIGSEGV.c27 lwpid_t lid; in main()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeProcessFreeBSD.cpp871 std::vector<lwpid_t> lwp_ids; in ReinitializeThreads()
874 lwp_ids.size() * sizeof(lwpid_t), &num_lwps); in ReinitializeThreads()
879 for (lwpid_t lwp : lwp_ids) in ReinitializeThreads()
DNativeThreadFreeBSD.cpp176 if (procinfo.ki_tid == static_cast<lwpid_t>(GetID())) in GetName()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_netbsd_libcdep.cpp339 lwpid_t tid = GetThreadID(index); in GetRegistersAndSP()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs4 pub type lwpid_t = i32; typedef
180 pub sigev_notify_thread_id: ::lwpid_t,
1421 pub fn rtprio_thread(function: ::c_int, lwpid: ::lwpid_t, rtp: *mut super::rtprio) -> ::c_int; in rtprio_thread() argument
/external/python/cpython3/Python/
Dthread_pthread.h348 lwpid_t native_id; in PyThread_get_thread_native_id()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs6 pub type lwpid_t = i32; typedef
1088 lwpid: lwpid_t, in lwp_rtprio() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DThreading.inc203 if (kp[i].ki_tid == (lwpid_t)tid) {
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DFreeBSDThread.cpp142 if (kp[i].ki_tid == (lwpid_t)GetID()) { in GetName()
DProcessMonitor.cpp1007 lwpid_t *tids; in GetCurrentThreadIDs()
1015 tids = (lwpid_t *)malloc(tdcnt * sizeof(*tids)); in GetCurrentThreadIDs()
/external/llvm-project/llvm/lib/Support/Unix/
DThreading.inc215 if (kp[i].ki_tid == (lwpid_t)tid) {
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs11 pub type lwpid_t = ::c_uint; typedef
2054 pub fn _lwp_self() -> lwpid_t; in _lwp_self()
/external/rust/crates/nix/src/sys/
Dsignal.rs792 pub type type_of_thread_id = libc::lwpid_t;