Home
last modified time | relevance | path

Searched refs:tid (Results 1 – 25 of 287) sorted by path

12345678910>>...12

/illumos-gate/usr/src/cmd/auditd/
H A Dauditd.c177 pthread_t tid; in main() local
265 if (pthread_create(&tid, NULL, signal_thread, NULL)) { in main()
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt62 token=tid:terminal_adr
/illumos-gate/usr/src/cmd/bhyve/
H A Dgdb.c1525 int tid; in gdb_query() local
1533 tid = parse_threadid(data + 1, len - 1); in gdb_query()
1534 if (tid <= 0 || !CPU_ISSET(tid - 1, &vcpus_active)) { in gdb_query()
1578 int tid; in handle_command() local
1584 tid = parse_threadid(data + 2, len - 2); in handle_command()
1585 if (tid == -2) { in handle_command()
1594 if (tid == -1 || tid == 0) in handle_command()
1597 cur_vcpu = tid - 1; in handle_command()
1612 int tid; in handle_command() local
1614 tid = parse_threadid(data + 1, len - 1); in handle_command()
[all …]
H A Dhda_codec.c149 pthread_t tid; member
909 err = pthread_create(&actx->tid, NULL, hda_audio_ctxt_thr, actx); in hda_audio_ctxt_init()
912 pthread_set_name_np(actx->tid, tname); in hda_audio_ctxt_init()
H A Dmevent_test.c214 pthread_t tid; in acceptor() local
261 pthread_create(&tid, NULL, echoer, in acceptor()
272 pthread_t tid; in main() local
274 pthread_create(&tid, NULL, acceptor, NULL); in main()
H A Dpci_virtio_viona.c702 pthread_t tid; in pci_viona_init() local
755 error = pthread_create(&tid, NULL, pci_viona_poll_thread, sc); in pci_viona_init()
758 pthread_set_name_np(tid, tname); in pci_viona_init()
/illumos-gate/usr/src/cmd/bhyve/test/tests/mevent/
H A Dtestlib.c65 pthread_t tid; in start_event_thread() local
67 if (pthread_create(&tid, NULL, event_thread, NULL) != 0) { in start_event_thread()
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_persist.c581 pthread_t tid; in ipmgmt_db_walk() local
618 err = pthread_create(&tid, &attr, ipmgmt_db_restore_thread, in ipmgmt_db_walk()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_smb.c59 uchar_t tid[2]; member
720 show_printf("Tree ID (TID) = 0x%.4x", get2(smb->tid)); in interpret_smb()
/illumos-gate/usr/src/cmd/cpc/common/
H A Dcpustat.c82 thread_t tid; member
440 thread_t tid; in gtick() local
466 if (thr_create(NULL, 0, soaker, state, 0, &tid) != 0) in gtick()
750 THR_BOUND|THR_NEW_LWP, &this->tid) == 0) in cpustat()
762 (void) thr_join(gstate[i].tid, NULL, NULL); in cpustat()
/illumos-gate/usr/src/cmd/ctfconvert/
H A Dctfconvert.c134 ctfconvert_fixup_genunix_cb(const char *name, ctf_id_t tid, ulong_t off, in ctfconvert_fixup_genunix_cb() argument
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c3945 tid = &(tid1->tid); in view_tid()
3951 if (tid->sb) { in view_tid()
3954 tid->hash_base, tid->ntids - 1); in view_tid()
3958 tid->aftid_end, tid->hash_base, in view_tid()
3971 if (tid->nstids) in view_tid()
3973 tid->stid_base, tid->stid_base + tid->nstids - 1); in view_tid()
3979 tid->sftid_base + tid->nsftids - 2); in view_tid()
3985 tid->uotid_base + tid->nuotids - 1); in view_tid()
3990 tid->hpftid_base + tid->nhpftids - 1); in view_tid()
3991 if (tid->ntids) in view_tid()
[all …]
H A Dcudbg_view.h69 DECLARE_VIEW_FUNC(tid);
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c591 pthread_t tid; in dlmgmt_process_db_req() local
625 err = pthread_create(&tid, NULL, dlmgmt_db_update_thread, NULL); in dlmgmt_process_db_req()
/illumos-gate/usr/src/cmd/dtrace/demo/proc/
H A Dlwptime.d28 /tid != 1/
/illumos-gate/usr/src/cmd/dtrace/demo/vars/
H A Drtime.d36 pid, tid, timestamp - self->t);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.goodkey.d45 @counts[execname, pid, id, tid, arg0, vtimestamp ] = count();
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.tid.d42 printf("Thread id = %d \n", tid);
H A Dtst.tid1.d38 printf("Thread id = %d \n", tid);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/docsExamples/
H A Drtime.d47 tid, timestamp - self->t);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.haslam.d48 @sys[tid] = sum(tid);
H A Dtst.roch.d46 (long long)curthread, pid, tid,
56 (long long) curthread, pid, tid,
64 (long long)curthread, pid, tid);
70 (long long)curthread, pid, tid, (int)arg1, (int)arg0);
76 (long long)curthread, pid, tid, arg0);
82 (long long) curthread, pid, tid, arg0);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.c40 timer_t tid; in main() local
46 if (timer_create(CLOCK_REALTIME, &ev, &tid) == -1) { in main()
61 if (timer_settime(tid, TIMER_RELTIME, &ts, NULL) == -1) { in main()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.c1739 pthread_t tid; in fmd_thr_create() local
1753 tid = tp->thr_tid; in fmd_thr_create()
1758 return (tid); in fmd_thr_create()
1768 if (pthread_self() == tid) { in fmd_thr_destroy()
1770 "destroy itself (tid %u)\n", tid); in fmd_thr_destroy()
1784 err = pthread_join(tid, NULL); in fmd_thr_destroy()
1813 if (tid != mp->mod_thread->thr_tid && in fmd_thr_signal()
1827 pthread_t tid = pthread_self(); in fmd_thr_checkpoint() local
1829 if (tid == mp->mod_thread->thr_tid || in fmd_thr_checkpoint()
1847 pthread_t tid; in fmd_doorthr_create() local
[all …]
H A Dfmd_mdb.c214 uintptr_t tid = (uintptr_t)arg1; in trprint_msg() local
216 if (tid == 0) in trprint_msg()
218 else if (trp->tr_stack[trp->tr_depth] != tid) in trprint_msg()
232 uintptr_t tid = (uintptr_t)arg1; in trprint_cpp() local
235 if (tid == 0) in trprint_cpp()
237 else if (trp->tr_stack[trp->tr_depth] != tid) in trprint_cpp()
280 fmd_trace(uintptr_t tid, uint_t flags, int argc, const mdb_arg_t *argv) in fmd_trace() argument
292 tid = 0; in fmd_trace()
303 if (mdb_walk("fmd_trace", func, (void *)tid) == -1) { in fmd_trace()

12345678910>>...12