Searched refs:create_thread (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_timeout.c244 boolean_t create_thread = B_FALSE; local
281 create_thread = B_TRUE;
285 if (create_thread) {
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c8388 int create_thread; local
8409 create_thread = 0;
8412 create_thread = 1;
8416 if (create_thread)
8845 int create_thread; local
8877 create_thread = 0;
8880 create_thread = 1;
8884 if (create_thread)
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2248 create_thread(int operation, struct vnode *vp, file_t *fp, function
2321 if ((sr = create_thread(READ_OP, vp, rfp, fileoff, size)) == NULL)
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c145 * This is called by the main thread (via create_thread())
232 create_thread(void *arg, const lwpstatus_t *Lsp) function
813 (void) Plwp_iter(Proc, create_thread, &count);

Completed in 69 milliseconds