Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_timeout.c242 boolean_t create_thread = B_FALSE; in sip_schedule_to_functions() local
279 create_thread = B_TRUE; in sip_schedule_to_functions()
283 if (create_thread) { in sip_schedule_to_functions()
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c8399 int create_thread; in vhcache_dirty() local
8420 create_thread = 0; in vhcache_dirty()
8423 create_thread = 1; in vhcache_dirty()
8427 if (create_thread) in vhcache_dirty()
8856 int create_thread; in config_client_paths_async() local
8888 create_thread = 0; in config_client_paths_async()
8891 create_thread = 1; in config_client_paths_async()
8895 if (create_thread) in config_client_paths_async()
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c233 create_thread(void *arg, const lwpstatus_t *Lsp) in create_thread() function
817 (void) Plwp_iter(Proc, create_thread, &count); in main_thread()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2300 create_thread(int operation, struct vnode *vp, file_t *fp, in create_thread() function
2373 if ((sr = create_thread(READ_OP, vp, rfp, fileoff, size)) == NULL) in snf_direct_io()