Searched defs:tid (Results 1 - 25 of 228) sorted by relevance

12345678910

/illumos-gate/usr/src/lib/libmtmalloc/tests/
H A Dgeneral.c48 thread_t tid[512]; /* We'll never have more than that! hah */ local
54 thr_create(NULL, 1<<23, be_thread, NULL, THR_BOUND, &tid[i--]);
H A Dexhaust.c50 thread_t tid[512]; local
75 &tid[ncpus]);
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dinterceptlib.c63 thread_t tid; local
66 tid = (*abi_thr_self)();
68 if (tid == locktid) {
73 locktid = tid;
82 thread_t tid; local
87 tid = (*abi_thr_self)();
88 assert(tid == locktid);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.c42 timer_t tid; local
48 if (timer_create(CLOCK_REALTIME, &ev, &tid) == -1) {
63 if (timer_settime(tid, TIMER_RELTIME, &ts, NULL) == -1) {
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmlsvc_init.c50 pthread_t tid; local
79 rc = pthread_create(&tid, &tattr, mlsvc_timecheck, 0);
/illumos-gate/usr/src/lib/libcmd/common/
H A Dpids.c23 #define FORMAT "PID=%(pid)d PPID=%(ppid)d PGID=%(pgid)d TID=%(tid)d SID=%(sid)d"
42 "[+tid|tty?The controlling terminal id.]"
63 long tid; local
71 else if (streq(s, "tid") || streq(s, "tty"))
74 if ((tid = tcgetpgrp(fd)) >= 0)
76 *pn = tid;
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_thread.c35 fmd_thread_xcreate(fmd_module_t *mp, pthread_t tid) argument
40 tp->thr_tid = tid;
127 "%s (tid %u)\n", tp->thr_mod->mod_name, tp->thr_tid);
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dsignal.c166 sthread_t tid; local
182 r = thread_create(&tid, mi_signal_thread, (void *)name);
H A Dmonitor.c83 sthread_t tid; local
89 tid = (sthread_t) sthread_get_id();
90 if (pthread_detach(tid) != 0)
107 "WARNING: monitor timeout triggered, now=%ld, end=%ld, tid=%ld, state=0x%x",\
154 sthread_t tid; local
166 r = thread_create(&tid, mi_monitor_thread, (void *)NULL);
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dthrpool.c94 thread_t tid; local
123 THR_BOUND | THR_DETACHED, &tid);
175 thread_t tid; local
189 THR_BOUND | THR_DETACHED, &tid))
198 thread_t tid; local
206 THR_BOUND | THR_DETACHED, &tid))
/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dfth_enum.c45 fth_enum_header(ctf_id_t tid) argument
47 fth_enum_curtid = tid;
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_create.c76 int tid; local
189 tid = (int)t->t_tid; /* for /proc debuggers */
201 return (tid);
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dupdate.c207 thread_t tid; local
298 flags, &tid)) {
311 thr_join(tid, NULL, NULL);
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtrace_init.c240 thread_t tid = 0; local
244 tid = thr_self();
245 sched->tid = tid;
H A Dtnf_trace.h71 unsigned long tid; member in struct:__anon4134
79 tnf_uint32_t tid; member in struct:__anon4135
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsec_loader.c150 kt_did_t tid; local
153 tid = ipss->ipsec_loader_tid;
154 if (tid != 0) {
165 if (tid != 0)
166 thread_join(tid);
/illumos-gate/usr/src/test/zfs-tests/cmd/rm_lnkcnt_zero_file/
H A Drm_lnkcnt_zero_file.c119 pthread_t tid; local
134 (void) pthread_create(&tid, NULL, mover, NULL);
135 (void) pthread_create(&tid, NULL, cleaner, NULL);
136 (void) pthread_create(&tid, NULL, writer, (void *) &fd);
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_rexecd.c141 au_tid_addr_t tid; local
185 tid.at_port = aug_get_port();
186 tid.at_addr[0] = addr[0];
187 tid.at_addr[1] = addr[1];
188 tid.at_addr[2] = addr[2];
189 tid.at_addr[3] = addr[3];
190 tid.at_type = type;
196 au_to_subject_ex(uid, uid, gid, uid, gid, pid, pid, &tid));
252 au_tid_addr_t tid; local
296 tid
[all...]
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dkvm_isadep.c49 kt_getareg(mdb_tgt_t *t, mdb_tgt_tid_t tid, argument
55 if (tid != kt->k_tid)
77 kt_putareg(mdb_tgt_t *t, mdb_tgt_tid_t tid, const char *rname, mdb_tgt_reg_t r) argument
82 if (tid != kt->k_tid)
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dserver.c234 pthread_t tid; local
318 if (pthread_create(&tid, NULL,
/illumos-gate/usr/src/lib/sun_fc/common/
H A DTrace.h102 pthread_t tid; member in class:Trace
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dthread.c29 thread_t tid; local
31 tid = thr_self();
32 return ((kthread_t *)(uintptr_t)tid);
97 thread_t tid = (thread_t)(uintptr_t)kt; local
99 (void) thr_kill(tid, sig);
/illumos-gate/usr/src/uts/common/os/
H A Dclock_realtime.c187 timeout_id_t tid, *tidp = it->it_arg; local
196 while ((tid = *tidp) != 0) {
199 (void) untimeout(tid);
282 timeout_id_t tid, *tidp = it->it_arg; local
286 while ((tid = *tidp) != 0) {
289 (void) untimeout(tid);
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_timeout.c179 uint_t tid; local
212 tid = timer_id;
213 new_timeout->sip_timeout_id = tid;
233 return (tid);
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ua_common.c58 thread_t tid; local
92 NULL, 0, (void *(*)(void *)) slp_call, args, 0, &tid)) != 0) {
98 hp->producer_tid = tid;
111 (void) thr_join(tid, NULL, NULL);

Completed in 75 milliseconds

12345678910