Searched refs:tid (Results 201 - 225 of 707) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp41 int UniqueTid() override { return thr->tid; }
87 DPrintf("#%d: MutexCreate %zx flagz=0x%x\n", thr->tid, addr, flagz);
99 DPrintf("#%d: MutexDestroy %zx\n", thr->tid, addr);
141 DPrintf("#%d: MutexPreLock %zx flagz=0x%x\n", thr->tid, addr, flagz);
152 if (s->owner_tid != thr->tid)
160 thr->tid, addr, flagz, rec);
182 s->owner_tid = thr->tid;
184 } else if (s->owner_tid == thr->tid) {
217 DPrintf("#%d: MutexUnlock %zx flagz=0x%x\n", thr->tid, addr, flagz);
231 if (!SANITIZER_GO && (s->recursion == 0 || s->owner_tid != thr->tid)) {
567 Tid tid; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DOperatingSystem.h58 virtual lldb::ThreadSP CreateThread(lldb::tid_t tid, lldb::addr_t context) { argument
/freebsd-current/crypto/heimdal/base/
H A Dheimbasepriv.h62 heim_tid_t tid; member in struct:heim_type_data
87 /* tagged tid */
/freebsd-current/tools/test/stress2/misc/
H A Dmmap14.sh191 pthread_t tid[4];
194 if ((rc = pthread_create(&tid[0], NULL, tmmap, NULL)) != 0)
196 if ((rc = pthread_create(&tid[1], NULL, tmlock, NULL)) != 0)
210 if ((rc = pthread_join(tid[i], NULL)) != 0)
H A Dmmap15.sh180 pthread_t tid[2];
183 if ((rc = pthread_create(&tid[0], NULL, tmmap, NULL)) != 0)
185 if ((rc = pthread_create(&tid[1], NULL, tmlock, NULL)) != 0)
199 if ((rc = pthread_join(tid[i], NULL)) != 0)
H A Dmmap19.sh181 pthread_t tid[2];
184 if ((rc = pthread_create(&tid[0], NULL, tmmap, NULL)) != 0)
186 if ((rc = pthread_create(&tid[1], NULL, tmprotect, NULL)) != 0)
199 if ((rc = pthread_join(tid[i], NULL)) != 0)
H A Dshm.sh165 pthread_t tid[2];
171 if ((rc = pthread_create(&tid[0], NULL, t1, NULL)) != 0)
173 if ((rc = pthread_create(&tid[1], NULL, t2, NULL)) != 0)
177 if ((rc = pthread_join(tid[i], NULL)) != 0)
/freebsd-current/crypto/openssh/regress/
H A Dallow-deny-users.sh5 tid="AllowUsers/DenyUsers"
H A Dcipher-speed.sh4 tid="cipher speed"
H A Dreexec.sh4 tid="reexec tests"
H A Dpercent.sh4 tid="percent expansions"
71 verbose $tid $i percent
117 verbose $tid $i dollar
126 verbose $tid $i tilde
/freebsd-current/sys/contrib/dev/iwlwifi/fw/api/
H A Dtxq.h87 * @tid: tid of the queue
96 u8 tid; member in struct:iwl_tx_queue_cfg_cmd
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DThreadFreeBSDKernel.h16 ThreadFreeBSDKernel(lldb_private::Process &process, lldb::tid_t tid,
/freebsd-current/sys/net80211/
H A Dieee80211_ht.h236 int ieee80211_ampdu_rx_start_ext(struct ieee80211_node *ni, int tid,
238 void ieee80211_ampdu_rx_stop_ext(struct ieee80211_node *ni, int tid);
239 int ieee80211_ampdu_tx_request_ext(struct ieee80211_node *ni, int tid);
241 int tid, int status);
/freebsd-current/usr.sbin/bhyve/
H A Dmevent_test.c193 pthread_t tid; local
239 pthread_create(&tid, NULL, echoer,
249 pthread_t tid; local
251 pthread_create(&tid, NULL, acceptor, NULL);
/freebsd-current/sys/sys/
H A Dtimers.h86 int itimer_accept(struct proc *p, int tid, ksiginfo_t *ksi);
/freebsd-current/lib/libthr/thread/
H A Dthr_symbols.c43 int _thread_off_tid = offsetof(struct pthread, tid);
H A Dthr_setschedparam.c68 ret = _thr_setscheduler(pthread->tid, policy, param);
H A Dthr_setprio.c57 ret = _thr_setscheduler(pthread->tid,
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/oformat/
H A Dtst.agg.avg.ksh25 @[probefunc] = avg(tid);
H A Dtst.agg.max.ksh25 @[probefunc] = max(tid);
H A Dtst.agg.min.ksh25 @[probefunc] = min(tid);
H A Dtst.agg.stddev.ksh25 @[probefunc] = stddev(tid);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h57 uint64_t tid; member in struct:lldb_private::process_gdb_remote::PidTid
217 bool GetpPacketSupported(lldb::tid_t tid);
229 bool GetDefaultThreadId(lldb::tid_t &tid);
262 bool GetThreadStopInfo(lldb::tid_t tid, StringExtractorGDBRemote &response);
299 std::optional<PidTid> SendSetCurrentThreadPacket(uint64_t tid, uint64_t pid,
302 bool SetCurrentThread(uint64_t tid,
305 bool SetCurrentThreadForRun(uint64_t tid,
396 lldb::tid_t tid,
400 lldb::DataBufferSP ReadAllRegisters(lldb::tid_t tid);
403 WriteRegister(lldb::tid_t tid,
[all...]
/freebsd-current/sys/dev/cxgbe/tom/
H A Dt4_tom.c139 toep->tid = -1;
168 CH_ERR(vi, "tid %d cannot be bound to traffic class %d "
170 toep->tid, cp->tc_idx, tc->state);
310 int tid = toep->tid; local
317 CTR5(KTR_CXGBE, "%s: toep %p (tid %d, l2te %p, ce %p)",
318 __func__, toep, tid, toep->l2te, toep->ce);
336 if (tid >= 0) {
337 remove_tid(sc, tid, toep->ce ? 2 : 1);
338 release_tid(sc, tid, toe
466 send_get_tcb(struct adapter *sc, u_int tid) argument
490 alloc_tcb_histent(struct adapter *sc, u_int tid, int flags) argument
519 add_tid_to_history(struct adapter *sc, u_int tid) argument
571 lookup_tcb_histent(struct adapter *sc, u_int tid, bool addrem) argument
687 const u_int tid = GET_TID(cpl); local
767 read_tcb_using_memwin(struct adapter *sc, u_int tid, uint64_t *buf) argument
792 fill_tcp_info(struct adapter *sc, u_int tid, struct tcp_info *ti) argument
1008 insert_tid(struct adapter *sc, int tid, void *ctx, int ntids) argument
1020 lookup_tid(struct adapter *sc, int tid) argument
1028 update_tid(struct adapter *sc, int tid, void *ctx) argument
1036 remove_tid(struct adapter *sc, int tid, int ntids) argument
1757 u_int opcode, atid, tid; local
[all...]

Completed in 457 milliseconds

1234567891011>>