Searched refs:threadid (Results 1 - 22 of 22) sorted by relevance

/freebsd-13-stable/usr.bin/procstat/
H A Dprocstat_threads.c52 char *threadid; local
70 asprintf(&threadid, "%d", kipp->ki_tid);
71 if (threadid == NULL)
74 xo_open_container(threadid);
130 xo_close_container(threadid);
131 free(threadid);
H A Dprocstat_sigs.c146 char *threadid; local
162 asprintf(&threadid, "%d", kipp->ki_tid);
163 if (threadid == NULL)
166 xo_open_container(threadid);
182 xo_close_container(threadid);
183 free(threadid);
193 char *threadid; local
229 asprintf(&threadid, "%d", kipp->ki_tid);
230 if (threadid == NULL)
233 xo_open_container(threadid);
[all...]
H A Dprocstat_rusage.c119 char *field, *threadid; local
129 asprintf(&threadid, "%d", kipp->ki_tid);
130 if (threadid == NULL)
133 xo_open_container(threadid);
158 xo_close_container(threadid);
159 free(threadid);
/freebsd-13-stable/sys/dev/ath/ath_hal/
H A Dah_decode.h34 uint32_t threadid; member in struct:athregrec
/freebsd-13-stable/tools/tools/ath/athalq/
H A Dtdma.c47 (unsigned long long) be64toh(a->hdr.threadid),
73 (unsigned long long) be64toh(a->hdr.threadid),
91 (unsigned long long) be64toh(a->hdr.threadid),
108 (unsigned long long) be64toh(a->hdr.threadid),
H A Dmain.c74 (unsigned long long) be64toh(a->hdr.threadid),
85 (unsigned long long) be64toh(a->hdr.threadid));
95 (unsigned long long) be64toh(a->hdr.threadid));
105 (unsigned long long) be64toh(a->hdr.threadid));
207 be64toh(a->hdr.threadid),
H A Dar5210_ds.c51 (unsigned long long) be64toh(a->hdr.threadid));
85 (unsigned long long) be64toh(a->hdr.threadid));
124 (unsigned long long) be64toh(a->hdr.threadid));
176 be64toh(a->hdr.threadid),
H A Dar5211_ds.c51 (unsigned long long) be64toh(a->hdr.threadid));
86 (unsigned long long) be64toh(a->hdr.threadid));
125 (unsigned long long) be64toh(a->hdr.threadid));
177 be64toh(a->hdr.threadid),
H A Dar5212_ds.c51 (unsigned long long) be64toh(a->hdr.threadid),
92 (unsigned long long) be64toh(a->hdr.threadid));
157 (unsigned long long) be64toh(a->hdr.threadid),
223 be64toh(a->hdr.threadid),
H A Dar5416_ds_tdma.c54 (unsigned long long) be64toh(a->hdr.threadid),
135 (unsigned long long) be64toh(a->hdr.threadid));
272 (unsigned long long) be64toh(a->hdr.threadid),
370 (unsigned long long) be64toh(a->hdr.threadid),
394 (unsigned long long) be64toh(a->hdr.threadid),
410 (unsigned long long) be64toh(a->hdr.threadid),
424 (unsigned long long) be64toh(a->hdr.threadid),
467 be64toh(a->hdr.threadid),
H A Dar5416_ds.c51 (unsigned long long) be64toh(a->hdr.threadid),
133 (unsigned long long) be64toh(a->hdr.threadid));
264 (unsigned long long) be64toh(a->hdr.threadid),
366 be64toh(a->hdr.threadid),
H A Dar9300_ds.c52 (unsigned long long) be64toh(a->hdr.threadid),
70 (unsigned long long) be64toh(a->hdr.threadid),
160 (unsigned long long) be64toh(a->hdr.threadid),
344 (unsigned long long) be64toh(a->hdr.threadid),
442 be64toh(a->hdr.threadid),
/freebsd-13-stable/sys/tests/epoch/
H A Depoch_test.c50 int threadid; member in struct:epoch_test_instance
74 if (eti->threadid & 0x1)
88 eti->threadid, ticks - startticks, iterations);
112 eti->threadid, ticks - startticks, iterations);
146 etilist[i].threadid = i;
/freebsd-13-stable/crypto/openssl/crypto/
H A Dmem_dbg.c50 CRYPTO_THREAD_ID threadid; member in struct:app_mem_info_st
69 CRYPTO_THREAD_ID threadid; member in struct:mem_st
281 ami->threadid = CRYPTO_THREAD_get_current_id();
350 m->threadid = CRYPTO_THREAD_get_current_id();
492 tid.tid = m->threadid;
514 ti = amip->threadid;
526 tid.tid = amip->threadid;
552 while (amip && CRYPTO_THREAD_compare_id(amip->threadid, ti));
/freebsd-13-stable/tools/test/pthread_vfork/
H A Dpthread_vfork_test.c45 vfork_test(void *threadid __unused)
/freebsd-13-stable/sys/dev/random/
H A Dunit_test.c176 ReadCSPRNG(void *threadid) argument
186 tid = (size_t)threadid;
/freebsd-13-stable/sys/dev/ath/
H A Dah_osdep.c292 r->threadid = curthread->td_tid;
333 r->threadid = curthread->td_tid;
350 r->threadid = curthread->td_tid;
H A Dif_ath_alq.c180 ap->threadid = htobe64((uint64_t) curthread->td_tid);
H A Dif_ath_alq.h149 uint64_t threadid; member in struct:if_ath_alq_hdr
/freebsd-13-stable/tools/tools/ath/athdecode/
H A Dmain.c382 fprintf(fd, "\n%05d: [%d] ", recnum, r->threadid);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1158 json_dict->GetValueForKeyAsInteger("threadid", tid);
1214 json_dict->GetValueForKeyAsInteger("threadid", tid);
1238 lldb::tid_t threadid = LLDB_INVALID_THREAD_ID; local
1253 json_dict->GetValueForKeyAsInteger("threadid", threadid);
1258 options.setThreadID(threadid);
1321 json_dict->GetValueForKeyAsInteger("threadid", tid);
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c34185 #define threadid macro
34187 #define threadid macro
[all...]

Completed in 376 milliseconds