Searched defs:tid (Results 151 - 175 of 396) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.h235 virtual int DoReadGPR(lldb::tid_t tid, int flavor, GPR &gpr) { return -1; } argument
/freebsd-current/crypto/openssl/crypto/cmp/
H A Dcmp_server.c499 char *tid; local
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c112 DWORD ret, tid; local
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cpp160 bool FdLocation(uptr addr, int *fd, Tid *tid, StackID *stack, bool *closed) { argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStack.cpp440 lldb::tid_t tid = elem.first; local
470 bool ThreadPlanStackMap::DumpPlansForTID(Stream &strm, lldb::tid_t tid, argument
513 PrunePlansForTID(lldb::tid_t tid) argument
[all...]
H A DTrace.cpp188 Trace::GetLiveThreadBinaryDataSize(lldb::tid_t tid, llvm::StringRef kind) { argument
233 Trace::GetLiveThreadBinaryData(lldb::tid_t tid, llvm::StringRef kind) { argument
241 TraceGetBinaryDataRequest request{GetPluginName().str(), kind.str(), tid, local
375 GetPostMortemThreadDataFile(lldb::tid_t tid, llvm::StringRef kind) argument
400 SetPostMortemThreadDataFile(lldb::tid_t tid, llvm::StringRef kind, FileSpec file_spec) argument
413 OnLiveThreadBinaryDataRead(lldb::tid_t tid, llvm::StringRef kind, OnBinaryDataReadCallback callback) argument
454 OnPostMortemThreadBinaryDataRead(lldb::tid_t tid, llvm::StringRef kind, OnBinaryDataReadCallback callback) argument
472 OnThreadBinaryDataRead(lldb::tid_t tid, llvm::StringRef kind, OnBinaryDataReadCallback callback) argument
[all...]
/freebsd-current/sys/dev/ath/
H A Dif_ath_tx_ht.c818 ath_tx_form_aggr(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, ath_bufhead *bf_q) argument
/freebsd-current/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c197 u_int tid = GET_TID(cpl); local
234 u_int tid = GET_TID(cpl); local
448 u_int tid = GET_TID(cpl); local
585 u_int tid = GET_TID(cpl); local
[all...]
/freebsd-current/sys/dev/mpr/
H A Dmpr_sas.h60 uint16_t tid; member in struct:mprsas_target
/freebsd-current/sys/dev/mps/
H A Dmps_sas.h59 uint16_t tid; member in struct:mpssas_target
/freebsd-current/tools/bus_space/
H A Dbusdma.c226 bd_tag_destroy(int tid) argument
284 bd_md_create(int tid, u_int flags) argument
385 bd_mem_alloc(int tid, u_int flags) argument
/freebsd-current/sys/ofed/include/rdma/
H A Dopa_smi.h61 __be64 tid; member in struct:opa_smp
/freebsd-current/sys/sys/
H A Dsx.h160 uintptr_t tid = (uintptr_t)td; local
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dhal_rx.c689 u32 ath12k_hal_reo_qdesc_size(u32 ba_window_size, u8 tid) argument
710 ath12k_hal_reo_qdesc_setup(struct hal_rx_reo_queue *qdesc, int tid, u32 ba_window_size, u32 start_seq, enum hal_pn_type type) argument
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmain.c593 u16 tid = params->tid; local
[all...]
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Ddebugfs_sta.c485 u32 tid, initiator, reason; local
536 u32 tid, status; local
586 u32 tid, buf_size; local
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_util.c361 u16 tid = params->tid; local
/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
90 u8 tid = IEEE80211_NUM_TIDS; local
244 u32 tid, buf_siz local
295 u32 tid, status; local
345 u32 tid, initiator, reason; local
[all...]
/freebsd-current/sys/compat/linux/
H A Dlinux_signal.c878 linux_tdksignal(struct thread *td, lwpid_t tid, int tgid, int sig, argument
906 linux_tdsignal(struct thread *td, lwpid_t tid, int tgid, int sig) argument
/freebsd-current/usr.sbin/yppush/
H A Dyppush_main.c73 unsigned long tid; member in struct:jobs
110 yppush_show_status(ypxfrstat status, unsigned long tid) argument
367 yp_push(char *server, char *map, unsigned long tid) argument
[all...]
/freebsd-current/contrib/libevent/test/
H A Dtinytest.c112 DWORD ret, tid; local
/freebsd-current/contrib/unbound/util/
H A Dlog.c174 unsigned int* tid; local
224 unsigned int* tid = (unsigned int*)ub_thread_key_get(logkey); local
[all...]
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c358 taskq_cancel_id(taskq_t *tq, taskqid_t tid) argument
514 taskq_wait_id(taskq_t *tq, taskqid_t tid) argument
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp350 void SBBreakpointName::SetThreadID(tid_t tid) { argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h217 void SetCurrentThreadID(lldb::tid_t tid) { m_current_thread_id = tid; } argument

Completed in 178 milliseconds

1234567891011>>