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

/freebsd-current/usr.bin/procstat/
H A Dprocstat_threads.c49 char *threadid; local
67 asprintf(&threadid, "%d", kipp->ki_tid);
68 if (threadid == NULL)
71 xo_open_container(threadid);
127 xo_close_container(threadid);
128 free(threadid);
H A Dprocstat_sigs.c143 char *threadid; local
159 asprintf(&threadid, "%d", kipp->ki_tid);
160 if (threadid == NULL)
163 xo_open_container(threadid);
179 xo_close_container(threadid);
180 free(threadid);
190 char *threadid; local
226 asprintf(&threadid, "%d", kipp->ki_tid);
227 if (threadid == NULL)
230 xo_open_container(threadid);
[all...]
H A Dprocstat_rusage.c116 char *field, *threadid; local
126 asprintf(&threadid, "%d", kipp->ki_tid);
127 if (threadid == NULL)
130 xo_open_container(threadid);
155 xo_close_container(threadid);
156 free(threadid);
/freebsd-current/sys/dev/ath/ath_hal/
H A Dah_decode.h32 uint32_t threadid; member in struct:athregrec
/freebsd-current/tools/tools/ath/athalq/
H A Dtdma.c45 (unsigned long long) be64toh(a->hdr.threadid),
71 (unsigned long long) be64toh(a->hdr.threadid),
89 (unsigned long long) be64toh(a->hdr.threadid),
106 (unsigned long long) be64toh(a->hdr.threadid),
H A Dmain.c72 (unsigned long long) be64toh(a->hdr.threadid),
83 (unsigned long long) be64toh(a->hdr.threadid));
93 (unsigned long long) be64toh(a->hdr.threadid));
103 (unsigned long long) be64toh(a->hdr.threadid));
205 be64toh(a->hdr.threadid),
H A Dar5210_ds.c49 (unsigned long long) be64toh(a->hdr.threadid));
83 (unsigned long long) be64toh(a->hdr.threadid));
122 (unsigned long long) be64toh(a->hdr.threadid));
174 be64toh(a->hdr.threadid),
H A Dar5211_ds.c49 (unsigned long long) be64toh(a->hdr.threadid));
84 (unsigned long long) be64toh(a->hdr.threadid));
123 (unsigned long long) be64toh(a->hdr.threadid));
175 be64toh(a->hdr.threadid),
H A Dar5212_ds.c49 (unsigned long long) be64toh(a->hdr.threadid),
90 (unsigned long long) be64toh(a->hdr.threadid));
155 (unsigned long long) be64toh(a->hdr.threadid),
221 be64toh(a->hdr.threadid),
H A Dar5416_ds_tdma.c52 (unsigned long long) be64toh(a->hdr.threadid),
133 (unsigned long long) be64toh(a->hdr.threadid));
270 (unsigned long long) be64toh(a->hdr.threadid),
368 (unsigned long long) be64toh(a->hdr.threadid),
392 (unsigned long long) be64toh(a->hdr.threadid),
408 (unsigned long long) be64toh(a->hdr.threadid),
422 (unsigned long long) be64toh(a->hdr.threadid),
465 be64toh(a->hdr.threadid),
H A Dar5416_ds.c49 (unsigned long long) be64toh(a->hdr.threadid),
131 (unsigned long long) be64toh(a->hdr.threadid));
262 (unsigned long long) be64toh(a->hdr.threadid),
364 be64toh(a->hdr.threadid),
H A Dar9300_ds.c50 (unsigned long long) be64toh(a->hdr.threadid),
68 (unsigned long long) be64toh(a->hdr.threadid),
158 (unsigned long long) be64toh(a->hdr.threadid),
342 (unsigned long long) be64toh(a->hdr.threadid),
440 be64toh(a->hdr.threadid),
/freebsd-current/sys/tests/epoch/
H A Depoch_test.c47 int threadid; member in struct:epoch_test_instance
71 if (eti->threadid & 0x1)
85 eti->threadid, ticks - startticks, iterations);
109 eti->threadid, ticks - startticks, iterations);
143 etilist[i].threadid = i;
/freebsd-current/tools/test/pthread_vfork/
H A Dpthread_vfork_test.c42 vfork_test(void *threadid __unused)
/freebsd-current/sys/dev/random/
H A Dunit_test.c174 ReadCSPRNG(void *threadid) argument
184 tid = (size_t)threadid;
/freebsd-current/sys/dev/ath/
H A Dah_osdep.c290 r->threadid = curthread->td_tid;
331 r->threadid = curthread->td_tid;
348 r->threadid = curthread->td_tid;
H A Dif_ath_alq.h147 uint64_t threadid; member in struct:if_ath_alq_hdr
H A Dif_ath_alq.c178 ap->threadid = htobe64((uint64_t) curthread->td_tid);
/freebsd-current/tools/tools/ath/athdecode/
H A Dmain.c380 fprintf(fd, "\n%05d: [%d] ", recnum, r->threadid);
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c38329 #define threadid macro
38331 #define threadid macro
[all...]

Completed in 436 milliseconds