Searched refs:tid (Results 226 - 250 of 707) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h18 ThreadMemory(lldb_private::Process &process, lldb::tid_t tid,
21 ThreadMemory(lldb_private::Process &process, lldb::tid_t tid,
/freebsd-current/contrib/sendmail/libmilter/
H A Dsignal.c164 sthread_t tid; local
180 r = thread_create(&tid, mi_signal_thread, (void *)name);
/freebsd-current/crypto/heimdal/base/
H A Dbaselocl.h117 #define heim_base_make_tagged_object(x, tid) \
118 ((heim_object_t)((((uintptr_t)(x)) << 5) | ((tid) << 2) | 0x1))
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadSpec.h47 void SetTID(lldb::tid_t tid) { m_tid = tid; } argument
/freebsd-current/crypto/openssh/regress/
H A Dknownhosts.sh4 tid="known hosts"
H A Dagent-ptrace.sh4 tid="disallow agent ptrace attach"
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/
H A DCommandObjectThreadTraceExportCTF.cpp77 size_t tid = m_options.m_thread_index.value_or(LLDB_INVALID_THREAD_ID); local
79 "Thread index {0} is out of range (valid values are 1 - {1}).\n", tid,
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h52 int tid; member in struct:__tsan::ReportMop
78 Tid tid = kInvalidTid; member in struct:__tsan::ReportLocation
/freebsd-current/tools/test/stress2/misc/
H A Dpmc5.sh97 pthread_t tid[THREADS];
129 if ((rc = pthread_create(&tid[i], NULL, test, NULL)) != 0)
133 if ((rc = pthread_join(tid[i], NULL)) != 0)
H A Dmmap18.sh236 pthread_t tid[4];
239 if ((rc = pthread_create(&tid[0], NULL, tmmap, NULL)) != 0)
241 if ((rc = pthread_create(&tid[1], NULL, tmlock, NULL)) != 0)
243 if ((rc = pthread_create(&tid[2], NULL, tmprotect, NULL)) != 0)
245 if ((rc = pthread_create(&tid[3], NULL, tmlockall, NULL)) != 0)
257 if ((rc = pthread_join(tid[i], NULL)) != 0)
H A Dmmap10.sh233 pthread_t tid[4];
236 if ((rc = pthread_create(&tid[0], NULL, tmmap, NULL)) != 0)
238 if ((rc = pthread_create(&tid[1], NULL, tmlock, NULL)) != 0)
240 if ((rc = pthread_create(&tid[2], NULL, tmprotect, NULL)) != 0)
242 if ((rc = pthread_create(&tid[3], NULL, tmlockall, NULL)) != 0)
254 if ((rc = pthread_join(tid[i], NULL)) != 0)
H A Dpthread2.sh250 pthread_t tid[3];
272 if ((rc = pthread_create(&tid[0], NULL, loop_create, NULL)) != 0)
274 if ((rc = pthread_create(&tid[1], NULL, loop_rename, NULL)) != 0)
276 if ((rc = pthread_create(&tid[2], NULL, loop_unlink, NULL)) != 0)
280 if ((rc = pthread_join(tid[i], NULL)) != 0)
H A Dpthread4.sh246 pthread_t tid[3];
272 if ((rc = pthread_create(&tid[0], NULL, loop_create, NULL)) != 0)
274 if ((rc = pthread_create(&tid[1], NULL, loop_rename, NULL)) != 0)
276 if ((rc = pthread_create(&tid[2], NULL, loop_unlink, NULL)) != 0)
280 if ((rc = pthread_join(tid[i], NULL)) != 0)
H A Dpthread7.sh235 pthread_t tid[3];
261 if ((rc = pthread_create(&tid[0], NULL, loop_create, NULL)) != 0)
263 if ((rc = pthread_create(&tid[1], NULL, loop_rename, NULL)) != 0)
265 if ((rc = pthread_create(&tid[2], NULL, loop_unlink, NULL)) != 0)
269 if ((rc = pthread_join(tid[i], NULL)) != 0)
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DTraceGDBRemotePackets.cpp50 for (lldb::tid_t tid : tids_)
51 tids->push_back(tid);
89 return o && o.map("tid", packet.tid) &&
95 Object{{"tid", packet.tid}, {"binaryData", packet.binary_data}});
140 {"tid", packet.tid},
149 o.map("tid", packet.tid)
[all...]
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Ddebugfs_sta.c48 void ath10k_sta_update_rx_tid_stats_ampdu(struct ath10k *ar, u16 peer_id, u8 tid, argument
56 if (tid > IEEE80211_NUM_TIDS || !(ar->sta_tid_stats_mask & BIT(tid)))
70 &arsta->tid_stats[tid],
90 u8 tid = IEEE80211_NUM_TIDS; local
98 tid = *ieee80211_get_qos_ctl(hdr) & IEEE80211_QOS_CTL_TID_MASK;
100 if (!(ar->sta_tid_stats_mask & BIT(tid)) || non_data_frm)
112 stats = &arsta->tid_stats[tid];
120 ath10k_rx_stats_update_amsdu_subfrm(ar, &arsta->tid_stats[tid],
244 u32 tid, buf_siz local
295 u32 tid, status; local
345 u32 tid, initiator, reason; local
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/fw/api/
H A Ddatapath.h481 * @tid: the TID for this session
488 u8 tid; member in struct:iwl_rx_baid_cfg_cmd_alloc
498 * @tid: TID of the BAID
503 __le32 tid; member in struct:iwl_rx_baid_cfg_cmd_modify
517 * @tid: the TID of the BAID to remove
521 __le32 tid; member in struct:iwl_rx_baid_cfg_cmd_remove
562 * @u.add.tid: TID
570 * @u.remove.tid: TID of queue to remove
572 * @u.modify.tid: TID of queue to modify
580 u8 tid; member in struct:iwl_scd_queue_cfg_cmd::__anon27::__anon28
589 __le32 tid; member in struct:iwl_scd_queue_cfg_cmd::__anon27::__anon29
593 __le32 tid; member in struct:iwl_scd_queue_cfg_cmd::__anon27::__anon30
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.cpp43 ReportDeadlySignal(signal, tid, &OnStackUnwind, &scariness);
51 AsanThreadIdAndName(tid).c_str());
66 AsanThreadIdAndName(tid).c_str());
107 (void *)addr_description.Address(), AsanThreadIdAndName(tid).c_str());
172 count, size, AsanThreadIdAndName(tid).c_str());
185 count, size, AsanThreadIdAndName(tid).c_str());
199 size, GetPageSizeCached(), AsanThreadIdAndName(tid).c_str());
212 alignment, AsanThreadIdAndName(tid).c_str());
226 "(thread %s)\n", alignment, size, AsanThreadIdAndName(tid).c_str());
231 AsanThreadIdAndName(tid)
405 ErrorGeneric(u32 tid, uptr pc_, uptr bp_, uptr sp_, uptr addr, bool is_write_, uptr access_size_) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp246 lldb::tid_t tid = thread.GetID(); local
252 s.Format("\nthread #{0}: tid = {1}", thread.GetIndexID(), thread.GetID());
253 if (!IsTraced(tid)) {
303 GetThreadTimer(tid).ForEachTimedTask(print_duration);
343 storage.multicpu_decoder->GetNumContinuousExecutionsForThread(tid));
347 storage.multicpu_decoder->GePSBBlocksCountForThread(tid));
357 lldb::tid_t tid = thread.GetID(); local
359 if (!IsTraced(tid)) {
380 json_str.attribute("tid", tid);
597 IsTraced(lldb::tid_t tid) argument
731 OnThreadBufferRead(lldb::tid_t tid, OnBinaryDataReadCallback callback) argument
738 GetThreadTimer(lldb::tid_t tid) argument
[all...]
H A DTraceIntelPTBundleLoader.cpp81 lldb::tid_t tid = static_cast<lldb::tid_t>(thread.tid); local
88 std::make_shared<ThreadPostMortemTrace>(process, tid, trace_file);
256 "tid": integer,
338 indexed_threads[&process].insert(thread.tid);
341 auto on_thread_seen = [&](lldb::pid_t pid, tid_t tid) {
345 if (indexed_threads[proc->second].count(tid))
347 indexed_threads[proc->second].insert(tid);
348 proc->second->threads.push_back({tid, /*ipt_trace=*/std::nullopt});
361 on_thread_seen(execution.pid, execution.tid);
[all...]
/freebsd-current/sys/dev/cxgbe/tom/
H A Dt4_listen.c373 V_FW_WR_FLOWID(synqe->tid));
401 CTR5(KTR_CXGBE, "%s: synqe %p (0x%x), tid %d%s",
402 __func__, synqe, synqe->flags, synqe->tid,
419 INIT_TP_WR_MIT_CPL(req, CPL_ABORT_REQ, synqe->tid);
860 remove_tid(sc, synqe->tid, ntids);
861 release_tid(sc, synqe->tid, lctx->ctrlq);
869 synack_failure_cleanup(struct adapter *sc, int tid) argument
871 struct synq_entry *synqe = lookup_tid(sc, tid);
883 unsigned int tid = GET_TID(cpl); local
884 struct synq_entry *synqe = lookup_tid(sc, tid);
933 unsigned int tid = GET_TID(cpl); local
1127 send_synack(struct adapter *sc, struct synq_entry *synqe, uint64_t opt0, uint32_t opt2, int tid) argument
1183 unsigned int tid = GET_TID(cpl); local
1461 unsigned int tid = GET_TID(cpl); local
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-sta.c139 u16 *queue, u8 tid,
160 txq = iwl_mvm_tvqm_enable_txq(mvm, NULL, sta->sta_id, tid,
179 int link_id, const u8 *addr, u8 tid,
193 queue, tid, wdg_timeout);
308 u16 *queueptr, u8 tid)
313 if (tid == IWL_MAX_TID_COUNT)
314 tid = IWL_MGMT_TID;
321 .u.remove.tid = cpu_to_le32(tid),
340 bool flush, u8 tid, u1
136 iwl_mvm_mld_add_int_sta_with_queue(struct iwl_mvm *mvm, struct iwl_mvm_int_sta *sta, const u8 *addr, int link_id, u16 *queue, u8 tid, unsigned int *_wdg_timeout) argument
175 iwl_mvm_mld_add_int_sta(struct iwl_mvm *mvm, struct iwl_mvm_int_sta *int_sta, u16 *queue, enum nl80211_iftype iftype, enum iwl_fw_sta_type sta_type, int link_id, const u8 *addr, u8 tid, unsigned int *wdg_timeout) argument
307 iwl_mvm_mld_disable_txq(struct iwl_mvm *mvm, u32 sta_mask, u16 *queueptr, u8 tid) argument
338 iwl_mvm_mld_rm_int_sta(struct iwl_mvm *mvm, struct iwl_mvm_int_sta *int_sta, bool flush, u8 tid, u16 *queuptr) argument
943 int tid; local
[all...]
/freebsd-current/contrib/libbegemot/
H A Drpoll.c668 void tfunc0(int tid, void *arg);
669 void tfunc1(int tid, void *arg);
672 tfunc0(int tid, void *arg) argument
674 printf("%4.1f -- %d: %s\n", elaps(), tid, (char *)arg);
677 tfunc1(int tid, void *arg) argument
679 printf("%4.1f -- %d: %s\n", elaps(), tid, (char *)arg);
682 tfunc2(int tid, void *arg) argument
687 printf("%4.1f -- %d\n", elaps(), tid);
690 void first(int tid, void *arg);
691 void second(int tid, voi
694 second(int tid, void *arg) argument
702 first(int tid, void *arg) argument
[all...]
/freebsd-current/lib/libsdp/
H A Dsearch.c160 xpdu.pdu.tid = htons(ss->tid);
197 xpdu.pdu.tid = ntohs(xpdu.pdu.tid);
202 xpdu.pdu.tid != ss->tid ||
210 ss->tid ++;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp230 tid_t tid = LLDB_INVALID_THREAD_ID; local
231 if (!thread_dict.GetValueForKeyAsInteger("tid", tid))
245 // See if a thread already exists for "tid"
246 thread_sp = old_thread_list.FindThreadByID(tid, false);
248 // A thread already does exist for "tid", make sure it was an operating
262 thread_sp = std::make_shared<ThreadMemory>(*m_process, tid, name, queue,
304 "OperatingSystemPython::CreateRegisterContextForThread (tid "
314 "OperatingSystemPython::CreateRegisterContextForThread (tid "
339 "OperatingSystemPython::CreateRegisterContextForThread (tid "
359 CreateThread(lldb::tid_t tid, addr_t context) argument
[all...]

Completed in 340 milliseconds

1234567891011>>