Searched defs:tid (Results 101 - 125 of 251) sorted by relevance

1234567891011

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.h90 static ProcessMessage Limbo(lldb::tid_t tid, int status) { argument
95 static ProcessMessage Signal(lldb::tid_t tid, int signum) { argument
101 static ProcessMessage SignalDelivered(lldb::tid_t tid, int signum) { argument
106 Trace(lldb::tid_t tid) argument
111 Break(lldb::tid_t tid) argument
115 Watch(lldb::tid_t tid, lldb::addr_t wp_addr) argument
133 Exit(lldb::tid_t tid, int status) argument
138 Exec(lldb::tid_t tid) argument
194 ProcessMessage(lldb::tid_t tid, Kind kind, int status = 0, lldb::addr_t addr = 0) argument
203 ProcessMessage(lldb::tid_t tid, Kind kind, lldb::tid_t child_tid) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.h288 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) argument
/freebsd-10-stable/lib/libkse/thread/
H A Dthr_mutex.c1836 pthread_t tid = TAILQ_LAST(&mutex->m_queue, mutex_head); local
/freebsd-10-stable/sys/dev/ath/
H A Dif_ath_tx_ht.c691 ath_tx_form_aggr(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, ath_bufhead *bf_q) argument
/freebsd-10-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_tom.h109 int tid; member in struct:synq_entry
178 static inline void *lookup_tid(const struct tid_info *t, unsigned int tid) argument
195 static inline void *lookup_stid(const struct tid_info *t, unsigned int tid) argument
212 static inline void *lookup_atid(const struct tid_info *t, unsigned int tid) argument
[all...]
H A Dcxgb_listen.c492 unsigned int tid = GET_TID(req); local
696 unsigned int tid = GET_TID(cpl); local
1014 unsigned int tid = GET_TID(req); local
1065 unsigned int tid = GET_TID(rpl); local
1101 unsigned int tid = synqe->tid; local
[all...]
/freebsd-10-stable/sys/mips/nlm/dev/sec/
H A Dnlmsec.c550 xlp_sec_freesession(device_t dev, u_int64_t tid) argument
/freebsd-10-stable/sys/mips/rmi/
H A Dfmn.c335 int hwtid, tid, core; local
389 int tid, core; local
450 int hwt, tid; local
[all...]
/freebsd-10-stable/sys/net80211/
H A Dieee80211_sta.c617 uint8_t tid = ieee80211_gettid(wh); local
/freebsd-10-stable/sys/ofed/include/rdma/
H A Dib_smi.h54 __be64 tid; member in struct:ib_smp
/freebsd-10-stable/usr.sbin/yppush/
H A Dyppush_main.c73 unsigned long tid; member in struct:jobs
111 yppush_show_status(ypxfrstat status, unsigned long tid) argument
369 yp_push(char *server, char *map, unsigned long tid) argument
[all...]
/freebsd-10-stable/sys/dev/mps/
H A Dmps_sas.h59 uint16_t tid; member in struct:mpssas_target
/freebsd-10-stable/contrib/sendmail/libmilter/
H A Dworker.c270 sthread_t tid; local
/freebsd-10-stable/sys/dev/usb/template/
H A Dusb_template.c372 const struct usb_temp_interface_desc **tid; local
297 usb_make_interface_desc(struct usb_temp_setup *temp, const struct usb_temp_interface_desc *tid) argument
[all...]
/freebsd-10-stable/sys/dev/mpr/
H A Dmpr_sas.h62 uint16_t tid; member in struct:mprsas_target
/freebsd-10-stable/sys/kern/
H A Dkern_lock.c463 uintptr_t tid, v, x; local
1316 uintptr_t tid, x; local
[all...]
H A Dkern_mutex.c431 __mtx_lock_sleep(volatile uintptr_t *c, uintptr_t tid, int opts, argument
644 _mtx_lock_spin_cookie(volatile uintptr_t *c, uintptr_t tid, int opts, argument
714 uintptr_t tid; local
[all...]
H A Dkern_thread.c98 lwpid_t tid; local
115 tid_free(lwpid_t tid) argument
1079 thread_find(struct proc *p, lwpid_t tid) argument
1093 tdfind(lwpid_t tid, pid_t pid) argument
[all...]
H A Dkern_sx.c536 _sx_xlock_hard(struct sx *sx, uintptr_t tid, int opts, const char *file, argument
785 _sx_xunlock_hard(struct sx *sx, uintptr_t tid, const char *file, int line) argument
H A Dsubr_kdb.c569 kdb_thr_lookup(lwpid_t tid) argument
/freebsd-10-stable/sys/sys/
H A Dsx.h148 uintptr_t tid = (uintptr_t)td; local
165 uintptr_t tid = (uintptr_t)td; local
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c147 unres_new(int tid) argument
162 int tid; local
289 int tid; local
346 int tid; local
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Duw-thread.c470 ptid_t tid = ptid; local
626 ptid_t tid = null_ptid; local
[all...]
H A Dwince-stub.c452 DWORD tid = getdword (L"ContinueDebugEvent tid", s, GDB_CONTINUEDEBUGEVENT); local
/freebsd-10-stable/contrib/libbegemot/
H A Drpoll.c683 tfunc0(int tid, void *arg) argument
688 tfunc1(int tid, void *arg) argument
693 tfunc2(int tid, void *arg) argument
705 second(int tid, void *arg) argument
713 first(int tid, void *arg) argument
[all...]

Completed in 340 milliseconds

1234567891011