Searched refs:tid (Results 251 - 275 of 707) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp287 for (lldb::tid_t tid = 0; tid < num_threads; ++tid) {
288 const ThreadData &td = m_thread_data[tid];
487 thread_data.tid = data.GetU32(&offset); // pr_pid
695 lldb::tid_t tid;
696 if (name.getAsInteger(10, tid))
714 thread_data.tid = tid;
721 if (!had_nt_regs || tid !
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp88 DPrintf("#%d: TracePartAlloc: part=%p\n", thr->tid, part);
147 // anymore. However, their tid's can still be stored in some aux places
148 // (e.g. tid of thread that created something).
244 DPrintf("#%d: DoReset epoch=%lu\n", thr ? thr->tid : -1, epoch);
285 DPrintf("#%d: preempting sid=%d tid=%d\n", thr->tid, (u32)slot->sid,
286 slot->thr->tid);
297 DPrintf("#%d: SlotAttach: slot=%u\n", thr->tid, static_cast<int>(slot->sid));
316 slot->journal.PushBack({thr->tid, epoch});
386 thread_registry([](Tid tid)
406 ThreadState(Tid tid) argument
729 Tid tid = ThreadCreate(nullptr, 0, 0, true); local
[all...]
/freebsd-current/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad.c96 pthread_t tid; member in struct:_umad_receiver
141 if (m->tid) {
143 old_tid = m->tid;
145 m->tid = 0;
151 "evicting entry %p (tid was 0x%" PRIx64
163 static osm_madw_t *get_madw(osm_vendor_t * p_vend, ib_net64_t * tid, argument
167 ib_net64_t mtid = (*tid & CL_HTON64(0x00000000ffffffffULL));
179 if (m->tid == mtid && m->mgmt_class == mgmt_class) {
180 m->tid = 0;
182 *tid
200 put_madw(osm_vendor_t * p_vend, osm_madw_t * p_madw, ib_net64_t tid, uint8_t mgmt_class) argument
1118 uint64_t tid; local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp57 u32 tid, u32 stack) {
58 u64 context = tid;
65 u32 &tid, u32 &stack) {
69 tid = context;
121 void SetAllocContext(u32 tid, u32 stack) { argument
122 AtomicContextStore(&alloc_context_id, tid, stack);
125 void GetAllocContext(u32 &tid, u32 &stack) const { argument
126 AtomicContextLoad(&alloc_context_id, tid, stack);
134 void SetFreeContext(u32 tid, u32 stack) { argument
135 AtomicContextStore(&free_context_id, tid, stac
56 AtomicContextStore(volatile atomic_uint64_t *atomic_context, u32 tid, u32 stack) argument
64 AtomicContextLoad(const volatile atomic_uint64_t *atomic_context, u32 &tid, u32 &stack) argument
138 GetFreeContext(u32 &tid, u32 &stack) const argument
927 u32 tid = 0; local
947 u32 tid = 0; local
1184 u32 tid = 0; local
[all...]
H A Dasan_descriptions.cpp23 Init(t->tid, t->name);
26 AsanThreadIdAndName::AsanThreadIdAndName(u32 tid) { argument
27 if (tid == kInvalidTid) {
28 Init(tid, "");
31 AsanThreadContext *t = GetThreadContextByTidLocked(tid);
32 Init(tid, t->name);
36 void AsanThreadIdAndName::Init(u32 tid, const char *tname) { argument
37 int len = internal_snprintf(name, sizeof(name), "T%d", tid);
47 if (context->tid == kMainTid || context->announced) {
199 descr->tid
[all...]
H A Dasan_fuchsia.cpp127 u32 tid = asanThreadRegistry().CreateThread(0, detached, parent_tid, &args); local
128 asanThreadRegistry().SetThreadName(tid, name);
162 DCHECK_EQ(t->tid(), 0);
204 asanThreadRegistry().FinishThread(thread->tid());
217 asanThreadRegistry().StartThread(thread->tid(), os_id, ThreadType::Regular,
/freebsd-current/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp149 ThreadId tid; member in struct:__anon2488::thread_stack_ll
172 ThreadId tid = GetTid(); local
179 (-1 == TgKill(stack->pid, stack->tid, 0) && errno == ESRCH)) {
192 cur_stack->tid = tid;
/freebsd-current/tools/test/stress2/misc/
H A Dpthread3.sh243 pthread_t tid[3];
265 if ((rc = pthread_create(&tid[0], NULL, loop_create, NULL)) != 0)
267 if ((rc = pthread_create(&tid[1], NULL, loop_rename, NULL)) != 0)
269 if ((rc = pthread_create(&tid[2], NULL, loop_unlink, NULL)) != 0)
273 if ((rc = pthread_join(tid[i], NULL)) != 0)
H A Dpthread6.sh238 pthread_t tid[3];
264 if ((rc = pthread_create(&tid[0], NULL, loop_create, NULL)) != 0)
266 if ((rc = pthread_create(&tid[1], NULL, loop_rename, NULL)) != 0)
268 if ((rc = pthread_create(&tid[2], NULL, loop_unlink, NULL)) != 0)
274 if ((rc = pthread_join(tid[i], NULL)) != 0)
H A Dmmap34.sh166 pthread_t tid[2];
178 if ((r = pthread_create(&tid[0], NULL, t1, NULL)) != 0)
180 if ((r = pthread_create(&tid[1], NULL, t2, NULL)) != 0)
183 if ((r = pthread_join(tid[0], NULL)) != 0)
185 if ((r = pthread_join(tid[1], NULL)) != 0)
H A Dindir_trunc.sh167 pthread_t tid[2];
179 if ((r = pthread_create(&tid[0], NULL, t1, NULL)) != 0)
181 if ((r = pthread_create(&tid[1], NULL, t2, NULL)) != 0)
184 if ((r = pthread_join(tid[0], NULL)) != 0)
186 if ((r = pthread_join(tid[1], NULL)) != 0)
/freebsd-current/crypto/openssl/crypto/cmp/
H A Dcmp_hdr.c274 char *tid; local
279 tid = OPENSSL_buf2hexstr(ctx->transactionID->data,
281 if (tid != NULL)
283 "Starting new transaction with ID=%s", tid);
284 OPENSSL_free(tid);
/freebsd-current/tests/sys/kern/
H A Dlistener_wakeup.c225 pthread_t tid; local
242 ATF_REQUIRE(pthread_create(&tid, NULL,
258 ATF_REQUIRE(pthread_create(&tid, NULL,
265 if ((error = pthread_timedjoin_np(tid, NULL, &ts)) != 0) {
266 ATF_REQUIRE(pthread_cancel(tid) == 0);
/freebsd-current/sys/kern/
H A Dkern_rwlock.c275 uintptr_t tid, v; local
287 tid = (uintptr_t)curthread;
289 if (!_rw_write_lock_fetch(rw, &v, tid))
304 uintptr_t tid, v; local
309 tid = (uintptr_t)td;
323 if (atomic_fcmpset_acq_ptr(&rw->rw_lock, &v, tid))
327 if (v == tid && (rw->lock_object.lo_flags & LO_RECURSABLE)) {
899 uintptr_t tid; local
928 tid = (uintptr_t)curthread;
934 if (_rw_write_lock_fetch(rw, &v, tid))
1209 uintptr_t tid, setv; local
1285 uintptr_t v, setv, tid; local
1369 uintptr_t tid, v; local
[all...]
H A Dkern_lock.c586 uintptr_t tid, x; local
603 tid = (uintptr_t)curthread;
616 if (LK_HOLDER(x) == tid) {
772 uintptr_t tid, x, v; local
789 tid = (uintptr_t)curthread;
839 if (atomic_fcmpset_acq_ptr(&lk->lk_lock, &x, tid))
896 tid | v)) {
978 uintptr_t tid, v, setv; local
985 tid = (uintptr_t)curthread;
1008 setv = tid;
1039 uintptr_t x, tid; local
1120 uintptr_t tid, v; local
1252 uintptr_t tid; local
1273 uintptr_t x, tid; local
1309 uintptr_t tid, v, x; local
1615 uintptr_t tid, x; local
[all...]
/freebsd-current/contrib/openbsm/bsm/
H A Dlibbsm.h467 au_tid32_t tid; member in struct:__anon5855
478 au_tid64_t tid; member in struct:__anon5856
502 au_tidaddr32_t tid; member in struct:__anon5857
513 au_tidaddr64_t tid; member in struct:__anon5858
617 au_tid32_t tid; member in struct:__anon5867
628 au_tid64_t tid; member in struct:__anon5868
652 au_tidaddr32_t tid; member in struct:__anon5869
663 au_tidaddr64_t tid; member in struct:__anon5870
1010 * @param tid - A pointer to an au_tid_t struct.
1012 * @return - kAUNoErr on success; kAUBadParamErr if tid i
[all...]
/freebsd-current/crypto/openssh/regress/
H A Dsftp-perm.sh4 tid="sftp permissions"
41 verbose "$tid: read-only $_desc"
61 verbose "$tid: explicit $_op"
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp25 lldb::tid_t tid = LLDB_INVALID_THREAD_ID; local
36 spec_dict.GetValueForKeyAsInteger(GetKey(OptionNames::ThreadID), tid);
38 thread_spec_up->SetTID(tid);
141 s->Printf("tid: 0x%" PRIx64 " ", GetTID());
/freebsd-current/crypto/openssl/crypto/err/
H A Derr_prn.c23 CRYPTO_THREAD_ID tid = CRYPTO_THREAD_get_current_id(); local
36 hex = ossl_buf2hexstr_sep((const unsigned char *)&tid, sizeof(tid), '\0');
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Ddp_rx.h16 u8 tid; member in struct:ath12k_dp_rx_tid
97 struct ath12k_peer *peer, u8 tid);
99 u8 tid, u32 ba_win_sz, u16 ssn,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp110 tid_t tid = tid_sp->GetValueAsUnsigned(0) + 1; local
134 new HistoryThread(*process_sp, tid, pcs, pcs_are_call_addresses);
137 thread_name_with_number << thread_name << " Thread " << tid; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.h102 bool IsTraced(lldb::tid_t tid) override;
171 llvm::Error OnThreadBufferRead(lldb::tid_t tid,
186 ScopedTaskTimer &GetThreadTimer(lldb::tid_t tid);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp58 void Append(tid_t tid);
333 void SuspendedThreadsListNetBSD::Append(tid_t tid) { argument
334 thread_ids_.push_back(tid);
339 lwpid_t tid = GetThreadID(index); local
344 internal_iserror(internal_ptrace(PT_GETREGS, ppid, &regs, tid), &pterrno);
348 ppid, tid, pterrno);
/freebsd-current/sys/net80211/
H A Dieee80211_proto.h333 uint8_t tid; local
337 tid = ((const struct ieee80211_qosframe_addr4 *)wh)->
340 tid = ((const struct ieee80211_qosframe *)wh)->i_qos[0];
341 tid &= IEEE80211_QOS_TID;
343 tid = IEEE80211_NONQOS_TID;
344 return tid;
/freebsd-current/sys/contrib/dev/rtw89/
H A Dtxrx.h349 static inline u8 rtw89_core_get_qsel(struct rtw89_dev *rtwdev, u8 tid) argument
351 switch (tid) {
353 rtw89_warn(rtwdev, "Should use tag 1d: %d\n", tid);
395 static inline u8 rtw89_core_get_tid_indicate(struct rtw89_dev *rtwdev, u8 tid) argument
397 switch (tid) {
404 rtw89_warn(rtwdev, "Should use tag 1d: %d\n", tid);

Completed in 312 milliseconds

<<11121314151617181920>>