Searched refs:tid (Results 226 - 250 of 436) sorted by relevance

1234567891011>>

/freebsd-10-stable/crypto/openssl/crypto/bn/
H A Dbn_blind.c127 CRYPTO_THREADID tid; member in struct:bn_blinding_st
167 CRYPTO_THREADID_current(&ret->tid);
295 return &b->tid;
/freebsd-10-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.h79 TPF_SYNQE_EXPANDED = (1 << 11), /* toepcb ready, tid context updated */
132 struct clip_entry *ce; /* CLIP table entry used by this tid */
133 int tid; /* Connection identifier */ member in struct:toepcb
182 int tid; member in struct:synq_entry
347 int t4_write_page_pods_for_buf(struct adapter *, struct sge_wrq *, int tid,
/freebsd-10-stable/usr.bin/cpuset/
H A Dcpuset.c165 static const char *whichnames[] = { NULL, "tid", "pid", "cpuset", "irq", "jail" };
202 lwpid_t tid; local
209 id = pid = tid = setid = -1;
257 id = tid = atoi(optarg);
360 " cpuset [-cr] [-l cpu-list] [-j jailid | -p pid | -t tid | -s setid | -x irq]\n");
362 " cpuset [-cgir] [-j jailid | -p pid | -t tid | -s setid | -x irq]\n");
/freebsd-10-stable/sys/kern/
H A Dkern_lock.c463 uintptr_t tid, v, x; local
476 tid = (uintptr_t)curthread;
551 if (LK_HOLDER(x) == tid) {
728 tid | x)) {
797 atomic_cmpset_acq_ptr(&lk->lk_lock, LK_UNLOCKED, tid))
933 tid | v)) {
1009 if (atomic_cmpset_rel_ptr(&lk->lk_lock, tid | x,
1024 * Fix-up the tid var if the lock has been disowned.
1027 tid = LK_KERNPROC;
1046 if (tid !
1316 uintptr_t tid, x; local
[all...]
H A Dkern_rwlock.c761 __rw_wlock_hard(volatile uintptr_t *c, uintptr_t tid, const char *file, argument
815 if (rw->rw_lock == RW_UNLOCKED && _rw_write_lock(rw, tid))
902 if (atomic_cmpset_acq_ptr(&rw->rw_lock, v, tid | x)) {
972 __rw_wunlock_hard(volatile uintptr_t *c, uintptr_t tid, const char *file, argument
1044 uintptr_t v, x, tid; local
1064 tid = (uintptr_t)curthread;
1071 success = atomic_cmpset_ptr(&rw->rw_lock, v, tid);
1093 success = atomic_cmpset_ptr(&rw->rw_lock, v, tid | x);
1121 uintptr_t tid, v; local
1144 tid
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp439 GDBRemoteCommunicationClient::GetpPacketSupported (lldb::tid_t tid) argument
447 snprintf(packet, sizeof(packet), "p0;thread:%" PRIx64 ";", tid);
2591 GDBRemoteCommunicationClient::SetCurrentThread (uint64_t tid)
2593 if (m_curr_tid == tid)
2598 if (tid == UINT64_MAX)
2601 packet_len = ::snprintf (packet, sizeof(packet), "Hg%" PRIx64, tid);
2608 m_curr_tid = tid;
2616 GDBRemoteCommunicationClient::SetCurrentThreadForRun (uint64_t tid)
2618 if (m_curr_tid_run == tid)
2623 if (tid
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp232 for (lldb::tid_t tid = 0; tid < num_threads; ++tid)
234 const ThreadData &td = m_thread_data[tid];
235 lldb::ThreadSP thread_sp(new ThreadElfCore (*this, tid, td));
H A DThreadElfCore.h121 ThreadElfCore (lldb_private::Process &process, lldb::tid_t tid,
/freebsd-10-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_cond.c345 pthread_t tid[64]; local
348 for (i = 0; i < __arraycount(tid); i++) {
350 PTHREAD_REQUIRE(pthread_create(&tid[i], NULL,
354 for (i = 0; i < __arraycount(tid); i++) {
356 PTHREAD_REQUIRE(pthread_join(tid[i], NULL));
/freebsd-10-stable/crypto/openssl/crypto/err/
H A Derr.c436 return CRYPTO_THREADID_hash(&a->tid) * 13;
443 return CRYPTO_THREADID_cmp(&a->tid, &b->tid);
995 CRYPTO_THREADID_cpy(&tmp.tid, id);
997 CRYPTO_THREADID_current(&tmp.tid);
1018 CRYPTO_THREADID tid; local
1021 CRYPTO_THREADID_current(&tid);
1022 CRYPTO_THREADID_cpy(&tmp.tid, &tid);
1030 CRYPTO_THREADID_cpy(&ret->tid,
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpoint.cpp356 SBBreakpoint::SetThreadID (tid_t tid) argument
361 m_opaque_sp->SetThreadID (tid);
365 log->Printf ("SBBreakpoint(%p)::SetThreadID (tid=0x%4.4" PRIx64 ")", m_opaque_sp.get(), tid);
372 tid_t tid = LLDB_INVALID_THREAD_ID; local
376 tid = m_opaque_sp->GetThreadID();
381 log->Printf ("SBBreakpoint(%p)::GetThreadID () => 0x%4.4" PRIx64, m_opaque_sp.get(), tid);
382 return tid;
/freebsd-10-stable/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx_anafa.c677 uint64_t tid, key; local
684 key = tid = cl_ntoh64(p_mad->trans_id);
687 key = osmv_txn_uniq_key(tid);
694 ret = osmv_txn_init(h_bind, tid, key, pp_txn);
710 tid);
720 tid);
730 osmv_txn_done(h_bind, tid, FALSE);
H A Dosm_vendor_mlx_dispatcher.c207 "Received a response to a non-started/aged-out transaction (tid=0x%llX). "
218 /* Does this MAD try to start a transaction with duplicate tid? */
323 status = osmv_txn_init(h_bind, /*tid==key */ key, key, &p_txn);
497 uint64_t tid = osmv_txn_get_tid(p_txn); local
570 "RMPP MADW assembly continues, TID=0x%llX\n", tid);
624 tid);
626 p_mad_buf->trans_id = cl_hton64(tid);
654 uint64_t tid = osmv_txn_get_tid(p_txn); local
661 "this is a Go-Back-N implementation\n", tid, seg_num);
674 "TID 0x%llX: segment %d accepted\n", tid, seg_nu
[all...]
/freebsd-10-stable/sys/compat/ndis/
H A Dkern_windrv.c79 struct tid { struct
83 struct tid *tid_self; /* 0x0C */
87 static struct tid *my_tids;
121 sizeof(struct tid) * mp_ncpus, 0);
693 struct tid *t;
729 struct tid *t;
963 l->x_lolimit = sizeof(struct tid);
/freebsd-10-stable/sys/dev/ath/
H A Dif_ath_tx_ht.c692 struct ath_tid *tid, ath_bufhead *bf_q)
705 tap = ath_tx_get_tx_tid(an, tid->tid);
714 bf = ATH_TID_FIRST(tid);
810 ATH_TID_REMOVE(tid, bf, bf_list);
813 ath_tx_addto_baw(sc, an, tid, bf);
869 if (tid->an->an_leak_count) {
691 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/isp/
H A Dispmbox.h2115 #define AT_MAKE_TAGID(tid, aep) \
2116 tid = aep->at_handle; \
2118 tid |= (aep->at_tag_val << 16); \
2119 tid |= (1 << 24); \
2122 #define CT_MAKE_TAGID(tid, ct) \
2123 tid = ct->ct_fwhandle; \
2125 tid |= (ct->ct_tag_val << 16); \
2126 tid |= (1 << 24); \
2133 #define IN_MAKE_TAGID(tid, inp) \
2134 tid
[all...]
/freebsd-10-stable/sys/dev/advansys/
H A Dadwlib.h64 #define ADW_TARGET_GROUP(tid) ((tid) & ~0x3)
65 #define ADW_TARGET_GROUP_SHIFT(tid) (((tid) & 0x3) * 4)
66 #define ADW_TARGET_GROUP_MASK(tid) (0xF << ADW_TARGET_GROUP_SHIFT(tid))
812 u_int tid, u_int mc_sdtr);
813 u_int adw_get_user_sdtr(struct adw_softc *adw, u_int tid);
814 void adw_set_chip_sdtr(struct adw_softc *adw, u_int tid, u_int sdtr);
815 u_int adw_get_chip_sdtr(struct adw_softc *adw, u_int tid);
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Dada-tasks.c42 #define THREAD_TO_PID(tid,lwpid) (tid)
45 #define THREAD_TO_PID(tid,lwpid) (0)
51 #define THREAD_TO_PID(tid,lwpid) ((int)lwpid)
54 #define THREAD_TO_PID(tid,lwpid) (0)
734 task_switch (void *tid, void *lwpid) argument
/freebsd-10-stable/sys/net80211/
H A Dieee80211_wds.c495 uint8_t tid = ieee80211_gettid(wh); local
497 TID_TO_WME_AC(tid) >= WME_AC_VI)
504 "seqno <%u,%u> fragno <%u,%u> tid %u",
506 ni->ni_rxseqs[tid] >> IEEE80211_SEQ_SEQ_SHIFT,
508 ni->ni_rxseqs[tid] & IEEE80211_SEQ_FRAG_MASK,
509 tid);
514 ni->ni_rxseqs[tid] = rxseq;
/freebsd-10-stable/contrib/ofed/management/opensm/complib/
H A Dcl_timer.c99 pthread_t tid; local
104 tid = gp_timer_prov->thread;
109 pthread_join(tid, NULL);
/freebsd-10-stable/contrib/wpa/src/ap/
H A Dwmm.c167 int up, psb, dir, tid; local
173 tid = (tspec->ts_info[0] >> 1) & 0x0f;
175 up, psb, dir, tid);
/freebsd-10-stable/crypto/heimdal/base/
H A Dheimbase.c180 return isa->tid;
281 type->tid = heim_base_atomic_inc(&tidglobal);
308 return type->tid;
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h418 /// @param[in] tid
429 lldb::tid_t tid,
/freebsd-10-stable/lib/libthr/thread/
H A Dthr_suspend_np.c168 if (thread->tid == TID_TERMINATED)
/freebsd-10-stable/sys/dev/asr/
H A Dosd_util.h359 uCHAR osdSetThreadPriority(uLONG tid, uCHAR priority);

Completed in 684 milliseconds

1234567891011>>