Searched refs:tid (Results 1 - 25 of 407) sorted by relevance

1234567891011>>

/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.tid1.d32 * To print tid and make sure it succeeds.
41 printf("Thread id = %d \n", tid);
H A Dtst.tid.d31 * To print tid from profile
44 printf("Thread id = %d \n", tid);
/freebsd-10.1-release/crypto/openssh/regress/
H A Dlocalcommand.sh4 tid="localcommand"
10 verbose "test $tid: proto $p localcommand"
13 fail "$tid proto $p"
H A Dportnum.sh4 tid="port number parsing"
8 verbose "$tid: invalid port $port"
10 fail "$tid accepted invalid port $port"
15 verbose "$tid: valid port $port"
19 fail "$tid rejected valid port $port"
H A Dhost-expand.sh4 tid="expand %h and %n"
15 verbose "test $tid: proto $p"
17 diff $OBJ/expect $OBJ/actual || fail "$tid proto $p"
H A Dconnect.sh4 tid="simple connect"
H A Dsftp-cmds.sh8 tid="sftp commands"
30 verbose "$tid: lls"
34 verbose "$tid: lls w/path"
38 verbose "$tid: ls"
43 verbose "$tid: shell"
48 verbose "$tid: pwd"
53 verbose "$tid: lpwd"
58 verbose "$tid: quit"
63 verbose "$tid: help"
69 verbose "$tid
[all...]
H A Dyes-head.sh4 tid="yes pipe head"
H A Dtry-ciphers.sh4 tid="try ciphers"
10 verbose "test $tid: proto 2 cipher $c mac $m"
27 verbose "test $tid: proto 1 cipher $c"
H A Denvpass.sh4 tid="environment passing"
16 verbose "test $tid: pass env, don't accept"
27 verbose "test $tid: don't pass env, accept"
38 verbose "test $tid: pass single env, accept single env"
49 verbose "test $tid: pass multiple env, accept multiple env"
H A Dsftp-batch.sh4 tid="sftp batchfile"
37 verbose "$tid: good commands"
41 verbose "$tid: bad commands"
45 verbose "$tid: comments and blanks"
49 verbose "$tid: junk command"
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMach_arm.h32 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr);
35 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
38 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
41 DoReadDBG (lldb::tid_t tid, int flavor, DBG &dbg);
44 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr);
47 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
50 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
53 DoWriteDBG (lldb::tid_t tid, int flavor, const DBG &dbg);
H A DRegisterContextMach_arm.cpp36 RegisterContextMach_arm::DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) argument
39 return ::thread_get_state(tid, flavor, (thread_state_t)&gpr, &count);
43 RegisterContextMach_arm::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) argument
46 return ::thread_get_state(tid, flavor, (thread_state_t)&fpu, &count);
50 RegisterContextMach_arm::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) argument
53 return ::thread_get_state(tid, flavor, (thread_state_t)&exc, &count);
57 RegisterContextMach_arm::DoReadDBG (lldb::tid_t tid, int flavor, DBG &dbg) argument
60 return ::thread_get_state(tid, flavor, (thread_state_t)&dbg, &count);
64 RegisterContextMach_arm::DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) argument
66 return ::thread_set_state(tid, flavo
70 DoWriteFPU(lldb::tid_t tid, int flavor, const FPU &fpu) argument
76 DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc) argument
82 DoWriteDBG(lldb::tid_t tid, int flavor, const DBG &dbg) argument
[all...]
H A DRegisterContextMach_i386.cpp34 RegisterContextMach_i386::DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) argument
37 return ::thread_get_state(tid, flavor, (thread_state_t)&gpr, &count);
41 RegisterContextMach_i386::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) argument
44 return ::thread_get_state(tid, flavor, (thread_state_t)&fpu, &count);
48 RegisterContextMach_i386::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) argument
51 return ::thread_get_state(tid, flavor, (thread_state_t)&exc, &count);
55 RegisterContextMach_i386::DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) argument
57 return ::thread_set_state(tid, flavor, (thread_state_t)&gpr, GPRWordCount);
61 RegisterContextMach_i386::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) argument
63 return ::thread_set_state(tid, flavo
67 DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc) argument
[all...]
H A DRegisterContextMach_x86_64.cpp34 RegisterContextMach_x86_64::DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) argument
37 return ::thread_get_state(tid, flavor, (thread_state_t)&gpr, &count);
41 RegisterContextMach_x86_64::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) argument
44 return ::thread_get_state(tid, flavor, (thread_state_t)&fpu, &count);
48 RegisterContextMach_x86_64::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) argument
51 return ::thread_get_state(tid, flavor, (thread_state_t)&exc, &count);
55 RegisterContextMach_x86_64::DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) argument
57 return ::thread_set_state(tid, flavor, (thread_state_t)&gpr, GPRWordCount);
61 RegisterContextMach_x86_64::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) argument
63 return ::thread_set_state(tid, flavo
67 DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc) argument
[all...]
H A DRegisterContextMach_i386.h31 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr);
34 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
37 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
40 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr);
43 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
46 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
H A DRegisterContextMach_x86_64.h31 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr);
34 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
37 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
40 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr);
43 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
46 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.roch.d50 (long long)curthread, pid, tid,
60 (long long) curthread, pid, tid,
68 (long long)curthread, pid, tid);
74 (long long)curthread, pid, tid, (int)arg1, (int)arg0);
80 (long long)curthread, pid, tid, arg0);
86 (long long) curthread, pid, tid, arg0);
H A Dtst.haslam.d50 @sys[tid] = sum(tid);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.h89 /// Indicates that the thread @p tid is about to exit with status @p status.
90 static ProcessMessage Limbo(lldb::tid_t tid, int status) { argument
91 return ProcessMessage(tid, eLimboMessage, status);
94 /// Indicates that the thread @p tid had the signal @p signum delivered.
95 static ProcessMessage Signal(lldb::tid_t tid, int signum) { argument
96 return ProcessMessage(tid, eSignalMessage, signum);
100 /// delivered to the thread @p tid.
101 static ProcessMessage SignalDelivered(lldb::tid_t tid, int signum) { argument
102 return ProcessMessage(tid, eSignalDeliveredMessage, signum);
105 /// Indicates that the thread @p tid encountere
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.1-release/contrib/gcclibs/libgomp/config/linux/
H A Dlock.c102 int tid = tid_cache; local
103 if (__builtin_expect (tid == 0, 0))
104 tid_cache = tid = syscall (SYS_gettid);
105 return tid;
124 int otid, tid = gomp_tid (); local
128 otid = __sync_val_compare_and_swap (&lock->owner, 0, tid);
134 if (otid == tid)
159 int otid, tid = gomp_tid (); local
161 otid = __sync_val_compare_and_swap (&lock->owner, 0, tid);
167 if (otid == tid)
[all...]
/freebsd-10.1-release/sys/dev/ath/
H A Dif_ath_tx.c122 int tid);
124 int tid);
128 struct ieee80211_node *ni, struct mbuf *m0, int *tid);
131 struct ath_tid *tid, struct ath_buf *bf);
1419 ath_tx_update_clrdmask(struct ath_softc *sc, struct ath_tid *tid, argument
1511 struct ath_tid *tid = &an->an_tid[bf->bf_state.bfs_tid]; local
1535 tid->hwq_depth++;
1874 int tid; local
1900 tid = ath_tx_gettid(sc, m0);
1949 is_ampdu_tx = ath_tx_ampdu_running(sc, ATH_NODE(ni), tid);
2515 ath_tx_action_frame_override_queue(struct ath_softc *sc, struct ieee80211_node *ni, struct mbuf *m0, int *tid) argument
2566 ath_tx_addto_baw(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, struct ath_buf *bf) argument
2658 ath_tx_switch_baw_buf(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, struct ath_buf *old_bf, struct ath_buf *new_bf) argument
2705 ath_tx_update_baw(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, const struct ath_buf *bf) argument
2756 ath_tx_leak_count_update(struct ath_softc *sc, struct ath_tid *tid, struct ath_buf *bf) argument
2796 ath_tx_tid_can_tx_or_sched(struct ath_softc *sc, struct ath_tid *tid) argument
2818 ath_tx_tid_sched(struct ath_softc *sc, struct ath_tid *tid) argument
2871 ath_tx_tid_unsched(struct ath_softc *sc, struct ath_tid *tid) argument
2894 int tid, pri; local
2949 struct ath_tid *tid = &an->an_tid[bf->bf_state.bfs_tid]; local
3040 int pri, tid; local
3240 ath_tx_tid_pause(struct ath_softc *sc, struct ath_tid *tid) argument
3253 ath_tx_tid_resume(struct ath_softc *sc, struct ath_tid *tid) argument
3305 ath_tx_tid_filt_addbuf(struct ath_softc *sc, struct ath_tid *tid, struct ath_buf *bf) argument
3330 ath_tx_tid_filt_comp_buf(struct ath_softc *sc, struct ath_tid *tid, struct ath_buf *bf) argument
3355 ath_tx_tid_filt_comp_complete(struct ath_softc *sc, struct ath_tid *tid) argument
3388 ath_tx_tid_filt_comp_single(struct ath_softc *sc, struct ath_tid *tid, struct ath_buf *bf) argument
3437 ath_tx_tid_filt_comp_aggr(struct ath_softc *sc, struct ath_tid *tid, struct ath_buf *bf_first, ath_bufhead *bf_q) argument
3495 ath_tx_tid_bar_suspend(struct ath_softc *sc, struct ath_tid *tid) argument
3529 ath_tx_tid_bar_unsuspend(struct ath_softc *sc, struct ath_tid *tid) argument
3558 ath_tx_tid_bar_tx_ready(struct ath_softc *sc, struct ath_tid *tid) argument
3589 ath_tx_tid_bar_tx(struct ath_softc *sc, struct ath_tid *tid) argument
3670 ath_tx_tid_drain_pkt(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, ath_bufhead *bf_cq, struct ath_buf *bf) argument
3710 ath_tx_tid_drain_print(struct ath_softc *sc, struct ath_node *an, const char *pfx, struct ath_tid *tid, struct ath_buf *bf) argument
3792 ath_tx_tid_drain(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, ath_bufhead *bf_cq) argument
3882 ath_tx_tid_reset(struct ath_softc *sc, struct ath_tid *tid) argument
3953 int tid; local
4008 struct ath_tid *tid; local
4054 int tid = bf->bf_state.bfs_tid; local
4126 int tid = bf->bf_state.bfs_tid; local
4160 ath_tx_tid_cleanup(struct ath_softc *sc, struct ath_node *an, int tid, ath_bufhead *bf_cq) argument
4242 ath_tx_retry_clone(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, struct ath_buf *bf) argument
4312 int tid = bf->bf_state.bfs_tid; local
4403 int tid = bf->bf_state.bfs_tid; local
4464 ath_tx_comp_aggr_error(struct ath_softc *sc, struct ath_buf *bf_first, struct ath_tid *tid) argument
4557 int tid = bf_first->bf_state.bfs_tid; local
4610 int tid = bf_first->bf_state.bfs_tid; local
4943 int tid = bf->bf_state.bfs_tid; local
5138 ath_tx_tid_hw_queue_aggr(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid) argument
5367 ath_tx_tid_hw_queue_norm(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid) argument
5461 struct ath_tid *tid, *next, *last; local
5545 ath_tx_get_tx_tid(struct ath_node *an, int tid) argument
5561 ath_tx_ampdu_running(struct ath_softc *sc, struct ath_node *an, int tid) argument
5579 ath_tx_ampdu_pending(struct ath_softc *sc, struct ath_node *an, int tid) argument
5611 int tid = tap->txa_tid; local
5689 int tid = tap->txa_tid; local
5736 int tid = tap->txa_tid; local
5799 struct ath_tid *tid; local
5851 int tid = tap->txa_tid; local
5900 int tid = tap->txa_tid; local
5959 int tid; local
5996 int tid; local
[all...]
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Drtime.d49 tid, timestamp - self->t);
/freebsd-10.1-release/lib/libthr/thread/
H A Dthr_affinity.c45 lwpid_t tid; local
54 tid = TID(td);
55 error = cpuset_setaffinity(CPU_LEVEL_WHICH, CPU_WHICH_TID, tid,
68 lwpid_t tid; local
77 tid = TID(td);
78 error = cpuset_getaffinity(CPU_LEVEL_WHICH, CPU_WHICH_TID, tid,
/freebsd-10.1-release/contrib/gdb/gdb/
H A Ds390-nat.c120 int tid = TIDGET (inferior_ptid); local
121 if (tid == 0)
122 tid = PIDGET (inferior_ptid); /* Not a threaded program. */
124 return tid;
130 fetch_regs (int tid) argument
138 if (ptrace (PTRACE_PEEKUSR_AREA, tid, (long) &parea) < 0)
147 store_regs (int tid, int regnum) argument
155 if (ptrace (PTRACE_PEEKUSR_AREA, tid, (long) &parea) < 0)
160 if (ptrace (PTRACE_POKEUSR_AREA, tid, (long) &parea) < 0)
167 fetch_fpregs (int tid) argument
184 store_fpregs(int tid, int regnum) argument
206 int tid = s390_inferior_tid (); local
222 int tid = s390_inferior_tid (); local
274 int tid = s390_inferior_tid (); local
[all...]

Completed in 167 milliseconds

1234567891011>>