Home
last modified time | relevance | path

Searched refs:threadid (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-11-stable/crypto/openssl/crypto/
HDmem_dbg.c150 CRYPTO_THREADID threadid; member
174 CRYPTO_THREADID threadid; member
337 return CRYPTO_THREADID_cmp(&((const APP_INFO *)a_void)->threadid, in IMPLEMENT_LHASH_HASH_FN()
338 &((const APP_INFO *)b_void)->threadid); in IMPLEMENT_LHASH_HASH_FN()
347 ret = CRYPTO_THREADID_hash(&a->threadid); in IMPLEMENT_LHASH_COMP_FN()
361 CRYPTO_THREADID_current(&tmp.threadid); in IMPLEMENT_LHASH_HASH_FN()
370 if (CRYPTO_THREADID_cmp(&ret->threadid, &tmp.threadid)) { in IMPLEMENT_LHASH_HASH_FN()
373 CRYPTO_THREADID_hash(&ret->threadid), in IMPLEMENT_LHASH_HASH_FN()
374 CRYPTO_THREADID_hash(&tmp.threadid)); in IMPLEMENT_LHASH_HASH_FN()
409 CRYPTO_THREADID_current(&ami->threadid); in CRYPTO_push_info_()
[all …]
/freebsd-11-stable/usr.bin/procstat/
HDprocstat_threads.c51 char *threadid; in procstat_threads() local
69 asprintf(&threadid, "%d", kipp->ki_tid); in procstat_threads()
70 if (threadid == NULL) in procstat_threads()
73 xo_open_container(threadid); in procstat_threads()
129 xo_close_container(threadid); in procstat_threads()
130 free(threadid); in procstat_threads()
HDprocstat_rusage.c119 char *field, *threadid; in print_rusage() local
129 asprintf(&threadid, "%d", kipp->ki_tid); in print_rusage()
130 if (threadid == NULL) in print_rusage()
133 xo_open_container(threadid); in print_rusage()
158 xo_close_container(threadid); in print_rusage()
159 free(threadid); in print_rusage()
HDprocstat_sigs.c143 char *threadid; in procstat_threads_sigs() local
159 asprintf(&threadid, "%d", kipp->ki_tid); in procstat_threads_sigs()
160 if (threadid == NULL) in procstat_threads_sigs()
163 xo_open_container(threadid); in procstat_threads_sigs()
178 xo_close_container(threadid); in procstat_threads_sigs()
179 free(threadid); in procstat_threads_sigs()
/freebsd-11-stable/tools/tools/ath/athalq/
HDmain.c74 (unsigned long long) be64toh(a->hdr.threadid), in ath_alq_print_intr_status()
85 (unsigned long long) be64toh(a->hdr.threadid)); in ath_alq_print_beacon_miss()
95 (unsigned long long) be64toh(a->hdr.threadid)); in ath_alq_print_beacon_stuck()
105 (unsigned long long) be64toh(a->hdr.threadid)); in ath_alq_print_beacon_resume()
206 be64toh(a->hdr.threadid), in main()
HDtdma.c47 (unsigned long long) be64toh(a->hdr.threadid), in ath_tdma_beacon_state()
73 (unsigned long long) be64toh(a->hdr.threadid), in ath_tdma_slot_calc()
91 (unsigned long long) be64toh(a->hdr.threadid), in ath_tdma_tsf_adjust()
108 (unsigned long long) be64toh(a->hdr.threadid), in ath_tdma_timer_set()
HDar5210_ds.c51 (unsigned long long) be64toh(a->hdr.threadid)); in ar5210_decode_txstatus()
85 (unsigned long long) be64toh(a->hdr.threadid)); in ar5210_decode_txdesc()
124 (unsigned long long) be64toh(a->hdr.threadid)); in ar5210_decode_rxstatus()
176 be64toh(a->hdr.threadid), in ar5210_alq_payload()
HDar5211_ds.c51 (unsigned long long) be64toh(a->hdr.threadid)); in ar5211_decode_txstatus()
86 (unsigned long long) be64toh(a->hdr.threadid)); in ar5211_decode_txdesc()
125 (unsigned long long) be64toh(a->hdr.threadid)); in ar5211_decode_rxstatus()
177 be64toh(a->hdr.threadid), in ar5211_alq_payload()
HDar5416_ds_tdma.c54 (unsigned long long) be64toh(a->hdr.threadid), in ar5416_decode_txstatus()
135 (unsigned long long) be64toh(a->hdr.threadid)); in ar5416_decode_txdesc()
272 (unsigned long long) be64toh(a->hdr.threadid), in ar5416_decode_rxstatus()
370 (unsigned long long) be64toh(a->hdr.threadid), in ath_tdma_beacon_state()
394 (unsigned long long) be64toh(a->hdr.threadid), in ath_tdma_slot_calc()
410 (unsigned long long) be64toh(a->hdr.threadid), in ath_tdma_tsf_adjust()
424 (unsigned long long) be64toh(a->hdr.threadid), in ath_tdma_timer_set()
467 be64toh(a->hdr.threadid), in ar5416_alq_payload()
HDar5212_ds.c51 (unsigned long long) be64toh(a->hdr.threadid), in ar5212_decode_txstatus()
92 (unsigned long long) be64toh(a->hdr.threadid)); in ar5212_decode_txdesc()
157 (unsigned long long) be64toh(a->hdr.threadid), in ar5212_decode_rxstatus()
223 be64toh(a->hdr.threadid), in ar5212_alq_payload()
HDar5416_ds.c51 (unsigned long long) be64toh(a->hdr.threadid), in ar5416_decode_txstatus()
133 (unsigned long long) be64toh(a->hdr.threadid)); in ar5416_decode_txdesc()
264 (unsigned long long) be64toh(a->hdr.threadid), in ar5416_decode_rxstatus()
366 be64toh(a->hdr.threadid), in ar5416_alq_payload()
HDar9300_ds.c52 (unsigned long long) be64toh(a->hdr.threadid)); in ar9300_decode_txstatus()
136 (unsigned long long) be64toh(a->hdr.threadid)); in ar9300_decode_txdesc()
319 (unsigned long long) be64toh(a->hdr.threadid)); in ar9300_decode_rxstatus()
414 be64toh(a->hdr.threadid), in ar9300_alq_payload()
/freebsd-11-stable/sys/dev/ath/
HDah_osdep.c286 r->threadid = curthread->td_tid; in ath_hal_reg_write()
327 r->threadid = curthread->td_tid; in ath_hal_reg_read()
344 r->threadid = curthread->td_tid; in OS_MARK()
HDif_ath_alq.c178 ap->threadid = htobe64((uint64_t) curthread->td_tid); in if_ath_alq_post()
HDif_ath_alq.h147 uint64_t threadid; member
/freebsd-11-stable/sys/dev/random/
HDunit_test.c176 ReadCSPRNG(void *threadid) in ReadCSPRNG() argument
186 tid = (size_t)threadid; in ReadCSPRNG()
/freebsd-11-stable/sys/dev/ath/ath_hal/
HDah_decode.h32 uint32_t threadid; member
/freebsd-11-stable/tools/test/pthread_vfork/
HDpthread_vfork_test.c45 vfork_test(void *threadid __unused) in vfork_test()
/freebsd-11-stable/contrib/gdb/gdb/
HDremote.c1131 threadref threadid; /* External form of thread reference */ member
1188 static int remote_get_threadinfo (threadref * threadid, int fieldset, /*TAG mask */
1523 copy_threadref (&info->threadid, &ref); in remote_unpack_thread_info_response()
1587 remote_get_threadinfo (threadref *threadid, int fieldset, /* TAG mask */ in remote_get_threadinfo() argument
1594 pack_threadinfo_request (threadinfo_pkt, fieldset, threadid); in remote_get_threadinfo()
1597 result = remote_unpack_thread_info_response (threadinfo_pkt + 2, threadid, in remote_get_threadinfo()
5173 output_threadid ("Threadid: ", &info->threadid);
/freebsd-11-stable/tools/tools/ath/athdecode/
HDmain.c382 fprintf(fd, "\n%05d: [%d] ", recnum, r->threadid); in oprw()
/freebsd-11-stable/contrib/gcc/
HDomp-low.c2786 tree l0, l1, l2, n, q, s0, e0, e, t, nthreads, threadid; in expand_omp_for_static_nochunk() local
2816 threadid = get_formal_tmp_var (t, &list); in expand_omp_for_static_nochunk()
2849 t = build2 (MULT_EXPR, type, q, threadid); in expand_omp_for_static_nochunk()
2958 tree trip, nthreads, threadid; in expand_omp_for_static_chunk() local
2993 threadid = get_formal_tmp_var (t, &list); in expand_omp_for_static_chunk()
3034 t = build2 (PLUS_EXPR, type, t, threadid); in expand_omp_for_static_chunk()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerLLGS.cpp1145 lldb::tid_t threadid = LLDB_INVALID_THREAD_ID; local
1160 json_dict->GetValueForKeyAsInteger("threadid", threadid);
1165 options.setThreadID(threadid);
/freebsd-11-stable/contrib/sendmail/src/
HDREADME1583 From http://www.macosx.com/forums/showthread.php?s=6dac0e9e1f3fd118a4870a8a9b559491&threadid=2242:
/freebsd-11-stable/contrib/gdb/gdb/doc/
HDgdb.texinfo20377 is a sequence of thread IDs from the target. @var{threadid} (eight hex
20403 @item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
20405 Returns information on @var{threadid}. Where: @var{mode} is a hex
20406 encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
HDsqlite3.c24868 #define threadid pthread_self()
24870 #define threadid 0
25164 threadid, fd, zOpName, zType, (int)p->l_start, (int)p->l_len,

12