Searched refs:tid (Results 126 - 150 of 436) sorted by relevance

1234567891011>>

/freebsd-10-stable/sys/sys/
H A Drwlock.h82 #define _rw_write_lock(rw, tid) \
83 atomic_cmpset_acq_ptr(&(rw)->rw_lock, RW_UNLOCKED, (tid))
86 #define _rw_write_unlock(rw, tid) \
87 atomic_cmpset_rel_ptr(&(rw)->rw_lock, (tid), RW_UNLOCKED)
96 #define __rw_wlock(rw, tid, file, line) do { \
97 uintptr_t _tid = (uintptr_t)(tid); \
107 #define __rw_wunlock(rw, tid, file, line) do { \
108 uintptr_t _tid = (uintptr_t)(tid); \
132 void __rw_wlock_hard(volatile uintptr_t *c, uintptr_t tid, const char *file,
134 void __rw_wunlock_hard(volatile uintptr_t *c, uintptr_t tid,
[all...]
H A Dsx.h105 int _sx_xlock_hard(struct sx *sx, uintptr_t tid, int opts,
108 void _sx_xunlock_hard(struct sx *sx, uintptr_t tid, const char *file, int
148 uintptr_t tid = (uintptr_t)td; local
152 !atomic_cmpset_acq_ptr(&sx->sx_lock, SX_LOCK_UNLOCKED, tid))
153 error = _sx_xlock_hard(sx, tid, opts, file, line);
165 uintptr_t tid = (uintptr_t)td; local
167 if (sx->sx_lock != tid ||
168 !atomic_cmpset_rel_ptr(&sx->sx_lock, tid, SX_LOCK_UNLOCKED))
169 _sx_xunlock_hard(sx, tid, file, line);
/freebsd-10-stable/sys/mips/beri/
H A Dberi_pic.c211 if (snprintf(configstr, len, "%s tid: %llu hardintr %llu",
219 bp_config_source(device_t ic, int src, int enable, u_long tid, u_long irq) argument
228 config |= tid << BP_CFG_SHIFT_TID;
521 u_long hirq, src, tid; local
546 tid = sc->bp_next_tid;
571 bp_config_source(ic, rman_get_start(irq), 1, tid, hirq);
636 beripic_setup_ipi(device_t ic, u_int tid, u_int ipi_irq) argument
639 bp_config_source(ic, BP_FIRST_SOFT + tid, 1, tid, ipi_irq);
643 beripic_send_ipi(device_t ic, u_int tid) argument
658 beripic_clear_ipi(device_t ic, u_int tid) argument
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c47 #define TYPEFILE(tid) ((tid) / TYPEPAIRMULT)
48 #define TYPENUM(tid) ((tid) % TYPEPAIRMULT)
147 unres_new(int tid) argument
153 tdp->t_id = tid;
162 int tid; local
164 cp = id(cp, &tid);
166 assert(tid != 0);
169 if (!(cp = tdefdecl(cp + 1, tid,
289 int tid; local
346 int tid; local
[all...]
/freebsd-10-stable/sys/gdb/
H A Dgdb_main.c175 intmax_t tid; local
178 if (gdb_rx_varhex(&tid)) {
182 if (tid > 0) {
183 thr = kdb_thr_lookup(tid);
284 intmax_t tid; local
285 if (gdb_rx_varhex(&tid)) {
289 if (kdb_thr_lookup(tid) != NULL)
/freebsd-10-stable/sys/net80211/
H A Dieee80211_input.h176 uint8_t tid; local
186 tid = ieee80211_gettid(wh);
193 if (tid < WME_NUM_TID) {
194 rap = &ni->ni_rx_ampdu[tid];
210 if (SEQNO(ni->ni_rxseqs[tid]) == 4095) {
214 if (SEQ_EQ(rxseq, ni->ni_rxseqs[tid]) &&
232 SEQ_LEQ(rxseq, ni->ni_rxseqs[tid]))
/freebsd-10-stable/sys/mips/rmi/
H A Dfmn.c335 int hwtid, tid, core; local
340 tid = hwtid % 4;
342 td = mthd->threads[tid].thread;
362 atomic_store_rel_int(&mthd->threads[tid].needed, 0);
373 if (mthd->threads[tid].needed) {
389 int tid, core; local
393 tid = hwtid % 4;
395 if (tid == 0) {
404 mthd->threads[tid].thread = td;
450 int hwt, tid; local
[all...]
/freebsd-10-stable/sys/bsm/
H A Daudit_record.h241 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_t *tid);
243 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_t *tid);
245 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_t *tid);
247 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_addr_t *tid);
250 au_tid_addr_t *tid);
252 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_addr_t *tid);
265 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_t *tid);
267 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_t *tid);
269 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_t *tid);
271 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_addr_t *tid);
[all...]
/freebsd-10-stable/contrib/openbsm/sys/bsm/
H A Daudit_record.h236 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_t *tid);
238 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_t *tid);
240 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_t *tid);
242 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_addr_t *tid);
245 au_tid_addr_t *tid);
247 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_addr_t *tid);
259 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_t *tid);
261 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_t *tid);
263 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_t *tid);
265 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_addr_t *tid);
[all...]
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Bin/
H A Dj_flowtime.d81 printf("%3d %6d/%-5d %-16d %9d %*s-> %s.%s\n", cpu, pid, tid,
97 printf("%3d %6d/%-5d %-16d %9d %*s<- %s.%s\n", cpu, pid, tid,
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Java/
H A Dj_flowtime.d81 printf("%3d %6d/%-5d %-16d %9d %*s-> %s.%s\n", cpu, pid, tid,
97 printf("%3d %6d/%-5d %-16d %9d %*s<- %s.%s\n", cpu, pid, tid,
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
H A DOperatingSystem.h82 CreateThread (lldb::tid_t tid, lldb::addr_t context) argument
H A DQueueItem.h133 SetEnqueueingThreadID (lldb::tid_t tid) argument
135 m_enqueueing_thread_id = tid;
/freebsd-10-stable/crypto/heimdal/base/
H A Dheimbasepriv.h62 heim_tid_t tid; member in struct:heim_type_data
87 /* tagged tid */
H A Dbaselocl.h117 #define heim_base_make_tagged_object(x, tid) \
118 ((heim_object_t)((((uintptr_t)(x)) << 5) | ((tid) << 2) | 0x1))
/freebsd-10-stable/gnu/usr.bin/gdb/kgdb/
H A Dkgdb.h42 int tid; member in struct:kthr
/freebsd-10-stable/lib/libthr/thread/
H A Dthr_setprio.c57 ret = _thr_setscheduler(pthread->tid,
H A Dthr_setschedparam.c68 ret = _thr_setscheduler(pthread->tid, policy, param);
H A Dthr_symbols.c43 int _thread_off_tid = offsetof(struct pthread, tid);
/freebsd-10-stable/usr.sbin/bhyve/
H A Dmevent_test.c195 pthread_t tid; local
241 pthread_create(&tid, NULL, echoer,
251 pthread_t tid; local
253 pthread_create(&tid, NULL, acceptor, NULL);
/freebsd-10-stable/contrib/gdb/gdb/
H A Dinfptrace.c368 int tid;
378 if ((tid = TIDGET (inferior_ptid)) == 0)
379 tid = PIDGET (inferior_ptid); /* no thread id, just use process id */
387 *(PTRACE_XFER_TYPE *) & buf[i] = ptrace (PT_READ_U, tid,
431 int tid;
440 if ((tid = TIDGET (inferior_ptid)) == 0)
441 tid = PIDGET (inferior_ptid); /* no thread id, just use process id */
454 ptrace (PT_WRITE_U, tid, (PTRACE_ARG3_TYPE) regaddr,
365 int tid; local
428 int tid; local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h21 lldb::tid_t tid,
25 lldb::tid_t tid,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h279 GetpPacketSupported (lldb::tid_t tid);
346 GetThreadStopInfo (lldb::tid_t tid,
381 SetCurrentThread (uint64_t tid);
384 SetCurrentThreadForRun (uint64_t tid);
481 ReadRegister(lldb::tid_t tid,
486 ReadAllRegisters (lldb::tid_t tid,
490 SaveRegisterState (lldb::tid_t tid, uint32_t &save_id);
493 RestoreRegisterState (lldb::tid_t tid, uint32_t save_id);
/freebsd-10-stable/contrib/sendmail/libmilter/
H A Dsignal.c164 sthread_t tid; local
180 r = thread_create(&tid, mi_signal_thread, (void *)name);
/freebsd-10-stable/crypto/openssh/regress/
H A Dagent-ptrace.sh4 tid="disallow agent ptrace attach"

Completed in 561 milliseconds

1234567891011>>