Searched refs:thread_t (Results 1 - 25 of 102) sorted by relevance

12345

/opensolaris-onvv-gate/usr/src/head/
H A Dthread.h49 typedef unsigned int thread_t; typedef
57 thread_t *);
58 extern int thr_join(thread_t, thread_t *, void **);
62 extern thread_t thr_self(void);
83 extern int thr_kill(thread_t, int);
84 extern int thr_suspend(thread_t);
85 extern int thr_continue(thread_t);
87 extern int thr_setprio(thread_t, int);
88 extern int thr_getprio(thread_t, in
[all...]
H A Dapptrace_impl.h57 extern thread_t (*abi_thr_self)(void);
69 extern thread_t (*abi_thr_self)();
/opensolaris-onvv-gate/usr/src/lib/abi/apptrace/common/
H A Dinterceptlib.c47 static volatile thread_t locktid = NOTID;
63 thread_t tid;
82 thread_t tid;
/opensolaris-onvv-gate/usr/src/lib/libumem/common/
H A Dstub_stand.c72 thread_t
75 return ((thread_t)1);
H A Dumem_base.h49 extern thread_t umem_init_thr; /* the thread doing the init */
68 extern volatile thread_t umem_st_update_thr;
69 extern thread_t umem_update_thr;
H A Dumem_update_thread.c123 thread_t newthread;
/opensolaris-onvv-gate/usr/src/uts/intel/ia32/ml/
H A Dswtch.s90 #define SAVE_REGS(thread_t, retaddr) \
91 movq %rbp, T_RBP(thread_t); \
92 movq %rbx, T_RBX(thread_t); \
93 movq %r12, T_R12(thread_t); \
94 movq %r13, T_R13(thread_t); \
95 movq %r14, T_R14(thread_t); \
96 movq %r15, T_R15(thread_t); \
99 movq %rsp, T_SP(thread_t); \
100 movq retaddr, T_PC(thread_t); \
126 #define GET_THREAD_HATP(hatp, thread_t, scratch_re
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dthrpool.c94 thread_t tid;
175 thread_t tid;
198 thread_t tid;
/opensolaris-onvv-gate/usr/src/lib/libmtmalloc/tests/
H A Dgeneral.c48 thread_t tid[512]; /* We'll never have more than that! hah */
H A Dexhaust.c50 thread_t tid[512];
/opensolaris-onvv-gate/usr/src/lib/libldap4/include/
H A Dlthread.h31 typedef thread_t pthread_t;
82 typedef thread_t pthread_t;
/opensolaris-onvv-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.h102 thread_t tid; /* id of the thread starts the request */
151 thread_t tid; /* thread creates the connection */
217 thread_t procchg_tid; /* id of the change monitor thread */
/opensolaris-onvv-gate/usr/src/cmd/vntsd/
H A Dvntsd.h267 thread_t cons_tid; /* console thread */
283 thread_t wr_tid; /* write thread */
301 thread_t listen_tid; /* listen thread */
331 thread_t tid; /* main thread id */
343 thread_t tid; /* thread tid */
467 void vntsd_reset_timer(thread_t tid);
/opensolaris-onvv-gate/usr/src/lib/libumem/common/sys/
H A Dvmem_impl_user.h63 thread_t vs_thread;
143 thread_t vmpl_thr;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
H A Dinterfaces.h58 thread_t if_thread; /* rcv service thread */
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_fscache.h67 thread_t i_threadid; /* id of thread, if running */
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_tdb.h48 thread_t, td_thrhandle_t *);
/opensolaris-onvv-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script_impl.h113 thread_t tid; /* thread id of the stderr reader thread */
/opensolaris-onvv-gate/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsyseventd.h107 thread_t tid; /* Client deliver thread id */
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dlckpwdf.c61 static thread_t lck_tid = 0; /* thread that holds the lock */
/opensolaris-onvv-gate/usr/src/lib/libc/port/rt/
H A Dsigev_thread.h59 thread_t tcd_server_id; /* thread id of server thread */
/opensolaris-onvv-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.h67 thread_t tid; /* thread id of the server */
/opensolaris-onvv-gate/usr/src/lib/libzpool/common/
H A Dtaskq.c45 thread_t *tq_threadlist;
222 tq->tq_threadlist = kmem_alloc(nthreads * sizeof (thread_t), KM_SLEEP);
265 kmem_free(tq->tq_threadlist, nthreads * sizeof (thread_t));
285 if (tq->tq_threadlist[i] == (thread_t)(uintptr_t)t)
/opensolaris-onvv-gate/usr/src/lib/libdiskmgt/common/
H A Devents.c152 thread_t watch_thread;
170 thread_t watch_thread;
442 thread_t walk_thread;
/opensolaris-onvv-gate/usr/src/lib/libtnfctl/
H A Dinternal.c278 static thread_t lock_holder = 0; /* XXX - no tid with 0 */
307 thread_t tid;
355 thread_t tid;

Completed in 139 milliseconds

12345