| /freebsd-12.1/usr.bin/procstat/ |
| H A D | 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()
|
| H A D | 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()
|
| H A D | procstat_sigs.c | 142 char *threadid; in procstat_threads_sigs() local 158 asprintf(&threadid, "%d", kipp->ki_tid); in procstat_threads_sigs() 159 if (threadid == NULL) in procstat_threads_sigs() 162 xo_open_container(threadid); in procstat_threads_sigs() 177 xo_close_container(threadid); in procstat_threads_sigs() 178 free(threadid); in procstat_threads_sigs()
|
| /freebsd-12.1/sys/tests/epoch/ |
| H A D | epoch_test.c | 50 int threadid; member 74 if (eti->threadid & 0x1) in epoch_testcase1() 88 eti->threadid, ticks - startticks, iterations); in epoch_testcase1() 112 eti->threadid, ticks - startticks, iterations); in epoch_testcase2() 146 etilist[i].threadid = i; in test_modinit()
|
| /freebsd-12.1/tools/tools/ath/athalq/ |
| H A D | 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()
|
| H A D | 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() 207 be64toh(a->hdr.threadid), in main()
|
| H A D | 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()
|
| H A D | 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()
|
| H A D | 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()
|
| H A D | 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()
|
| H A D | ar9300_ds.c | 52 (unsigned long long) be64toh(a->hdr.threadid), in ath_alq_print_edma_tx_fifo_push() 70 (unsigned long long) be64toh(a->hdr.threadid), in ar9300_decode_txstatus() 160 (unsigned long long) be64toh(a->hdr.threadid), in ar9300_decode_txdesc() 344 (unsigned long long) be64toh(a->hdr.threadid), in ar9300_decode_rxstatus() 442 be64toh(a->hdr.threadid), in ar9300_alq_payload()
|
| H A D | 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()
|
| /freebsd-12.1/crypto/openssl/crypto/ |
| H A D | mem_dbg.c | 50 CRYPTO_THREAD_ID threadid; member 69 CRYPTO_THREAD_ID threadid; member 281 ami->threadid = CRYPTO_THREAD_get_current_id(); in CRYPTO_mem_debug_push() 350 m->threadid = CRYPTO_THREAD_get_current_id(); in CRYPTO_mem_debug_malloc() 492 tid.tid = m->threadid; in print_leak() 514 ti = amip->threadid; in print_leak() 526 tid.tid = amip->threadid; in print_leak() 552 while (amip && CRYPTO_THREAD_compare_id(amip->threadid, ti)); in print_leak()
|
| /freebsd-12.1/sys/dev/ath/ |
| H A D | ah_osdep.c | 289 r->threadid = curthread->td_tid; in ath_hal_reg_write() 330 r->threadid = curthread->td_tid; in ath_hal_reg_read() 347 r->threadid = curthread->td_tid; in OS_MARK()
|
| H A D | if_ath_alq.c | 180 ap->threadid = htobe64((uint64_t) curthread->td_tid); in if_ath_alq_post()
|
| H A D | if_ath_alq.h | 149 uint64_t threadid; member
|
| /freebsd-12.1/sys/dev/random/ |
| H A D | unit_test.c | 176 ReadCSPRNG(void *threadid) in ReadCSPRNG() argument 186 tid = (size_t)threadid; in ReadCSPRNG()
|
| /freebsd-12.1/sys/dev/ath/ath_hal/ |
| H A D | ah_decode.h | 34 uint32_t threadid; member
|
| /freebsd-12.1/tools/test/pthread_vfork/ |
| H A D | pthread_vfork_test.c | 45 vfork_test(void *threadid __unused) in vfork_test()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | 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-12.1/tools/tools/ath/athdecode/ |
| H A D | main.c | 382 fprintf(fd, "\n%05d: [%d] ", recnum, r->threadid); in oprw()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | 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-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 1142 lldb::tid_t threadid = LLDB_INVALID_THREAD_ID; local 1157 json_dict->GetValueForKeyAsInteger("threadid", threadid); 1162 options.setThreadID(threadid);
|
| /freebsd-12.1/contrib/sendmail/src/ |
| H A D | README | 1562 From http://www.macosx.com/forums/showthread.php?s=6dac0e9e1f3fd118a4870a8a9b559491&threadid=2242:
|
| /freebsd-12.1/ |
| H A D | UPDATING | 492 threadid corresponding to a given record. This changes the field offsets
|