| /freebsd-11-stable/crypto/openssl/crypto/ |
| HD | mem_dbg.c | 150 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/ |
| HD | procstat_threads.c | 51 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()
|
| HD | procstat_rusage.c | 119 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()
|
| HD | procstat_sigs.c | 143 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/ |
| HD | main.c | 74 (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()
|
| HD | tdma.c | 47 (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()
|
| HD | ar5210_ds.c | 51 (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()
|
| HD | ar5211_ds.c | 51 (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()
|
| HD | ar5416_ds_tdma.c | 54 (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()
|
| HD | ar5212_ds.c | 51 (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()
|
| HD | ar5416_ds.c | 51 (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()
|
| HD | ar9300_ds.c | 52 (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/ |
| HD | ah_osdep.c | 286 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()
|
| HD | if_ath_alq.c | 178 ap->threadid = htobe64((uint64_t) curthread->td_tid); in if_ath_alq_post()
|
| HD | if_ath_alq.h | 147 uint64_t threadid; member
|
| /freebsd-11-stable/sys/dev/random/ |
| HD | unit_test.c | 176 ReadCSPRNG(void *threadid) in ReadCSPRNG() argument 186 tid = (size_t)threadid; in ReadCSPRNG()
|
| /freebsd-11-stable/sys/dev/ath/ath_hal/ |
| HD | ah_decode.h | 32 uint32_t threadid; member
|
| /freebsd-11-stable/tools/test/pthread_vfork/ |
| HD | pthread_vfork_test.c | 45 vfork_test(void *threadid __unused) in vfork_test()
|
| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | remote.c | 1131 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/ |
| HD | main.c | 382 fprintf(fd, "\n%05d: [%d] ", recnum, r->threadid); in oprw()
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | omp-low.c | 2786 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/ |
| HD | GDBRemoteCommunicationServerLLGS.cpp | 1145 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/ |
| HD | README | 1583 From http://www.macosx.com/forums/showthread.php?s=6dac0e9e1f3fd118a4870a8a9b559491&threadid=2242:
|
| /freebsd-11-stable/contrib/gdb/gdb/doc/ |
| HD | gdb.texinfo | 20377 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/ |
| HD | sqlite3.c | 24868 #define threadid pthread_self() 24870 #define threadid 0 25164 threadid, fd, zOpName, zType, (int)p->l_start, (int)p->l_len,
|