Searched refs:tid (Results 351 - 375 of 545) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/contrib/gdb/gdb/gdbserver/
H A Dthread-db.c273 process->tid = ti_p->ti_tid;
/freebsd-12-stable/contrib/gdb/gdb/
H A Dinferior.h75 ptid_t ptid_build (int pid, long lwp, long tid);
86 /* Fetch the tid (thread id) component from a ptid. */
109 /* Collected pid, tid, etc. of the debugged inferior. When there's
H A Dcorelow.c93 static int core_file_thread_alive (ptid_t tid);
609 core_file_thread_alive (ptid_t tid)
607 core_file_thread_alive(ptid_t tid) argument
/freebsd-12-stable/sys/dev/mpr/
H A Dmpr_sas.h63 uint16_t tid; member in struct:mprsas_target
/freebsd-12-stable/sys/net80211/
H A Dieee80211_crypto.h252 uint64_t rsc, int tid);
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dmad_priv.h133 __be64 tid; member in struct:ib_mad_send_wr_private
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dib_smi.h57 __be64 tid; member in struct:ib_smp
/freebsd-12-stable/sys/kern/
H A Dkern_thr.c102 long *tid; member in struct:thr_create_initthr_args
110 /* Copy out the child tid. */
112 if (args->tid != NULL && suword_lwpid(args->tid, td->td_tid))
127 args.tid = uap->id;
153 * Here we copy out tid to two places, one for child and one
155 * if parent wants to safely access child tid, it has to provide
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_init_fw_funcs.h504 * @param tid - context tid.
509 u32 tid);
/freebsd-12-stable/lib/libthr/thread/
H A Dthr_fork.c237 thr_self(&curthread->tid);
/freebsd-12-stable/crypto/openssl/crypto/rand/
H A Drand_unix.c757 CRYPTO_THREAD_ID tid; member in struct:__anon8197
767 data.tid = CRYPTO_THREAD_get_current_id();
777 CRYPTO_THREAD_ID tid; member in struct:__anon8198
788 data.tid = CRYPTO_THREAD_get_current_id();
/freebsd-12-stable/crypto/openssh/regress/
H A Dhostkey-rotate.sh4 tid="hostkey rotate"
H A Dlimit-keytype.sh4 tid="restrict pubkey type"
H A Dsshcfgparse.sh4 tid="ssh config parse"
/freebsd-12-stable/sys/dev/smartpqi/
H A Dsmartpqi_discovery.c47 int i, tid = PQI_MAX_PHYSICALS + PQI_MAX_LOGICALS - 1; local
50 softs->tid_pool.tid[i] = tid--;
62 return softs->tid_pool.tid[softs->tid_pool.index--];
65 void pqisrc_free_tid(pqisrc_softstate_t *softs, int tid) argument
73 softs->tid_pool.tid[softs->tid_pool.index] = tid;
1364 int tid = 0; local
1436 tid = pqisrc_alloc_tid(softs);
1437 if(INVALID_ELEM != tid)
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp183 d->AddIntegerItem("tid", thread_sp->GetID());
327 info->GetObjectForDotSeparatedPath("tid");
328 tid_t tid = thread_id_obj ? thread_id_obj->GetIntegerValue() : 0; local
330 HistoryThread *history_thread = new HistoryThread(*process_sp, tid, PCs);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp38 lldb::tid_t tid)
39 : NativeThreadProtocol(process, tid), m_state(StateType::eStateInvalid),
79 LLDB_LOG(log, "tid = {0} in called with signal {1}", GetID(), signo);
228 LLDB_LOG(log, "tid = {0} in state {1} cannot answer stop reason", GetID(),
37 NativeThreadNetBSD(NativeProcessNetBSD &process, lldb::tid_t tid) argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fake_stack.cpp65 void FakeStack::Destroy(int tid) { argument
72 Report("T%d: FakeStack destroyed: %s\n", tid, str.data());
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp109 loc->tid = b->tid;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cpp66 b->tid = thr->tid;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h91 explicit Type(LLVMContext &C, TypeID tid) argument
92 : Context(C), ID(tid), SubclassData(0) {}
/freebsd-12-stable/sys/dev/advansys/
H A Dadwcam.c825 u_int tid; local
855 for (tid = 0; tid < ADW_MAX_TID; tid++) {
859 tid_mask = 0x1 << tid;
875 switch (ADW_TARGET_GROUP(tid)) {
890 mc_sdtr >>= ADW_TARGET_GROUP_SHIFT(tid);
893 adw_set_user_sdtr(adw, tid, mc_sdtr);
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_l2t.c282 unsigned int tid = GET_TID(rpl); local
283 unsigned int idx = tid % L2T_SIZE;
H A Dt4_smt.c273 unsigned int tid = GET_TID(rpl); local
274 unsigned int smtidx = G_TID_TID(tid);
/freebsd-12-stable/sys/dev/mwl/
H A Dif_mwlvar.h193 mwl_bastream_setup(struct mwl_bastate *bas, int tid, int txq) argument
196 bas->qos = htole16(tid | IEEE80211_QOS_ACKPOLICY_BA);

Completed in 506 milliseconds

<<11121314151617181920>>