Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsip/common/
H A Dsip_timeout.c244 boolean_t create_thread = B_FALSE; in sip_schedule_to_functions() local
281 create_thread = B_TRUE; in sip_schedule_to_functions()
285 if (create_thread) { in sip_schedule_to_functions()
/titanic_50/usr/src/uts/common/os/
H A Dsunmdi.c8388 int create_thread; in vhcache_dirty() local
8409 create_thread = 0; in vhcache_dirty()
8412 create_thread = 1; in vhcache_dirty()
8416 if (create_thread) in vhcache_dirty()
8845 int create_thread; in config_client_paths_async() local
8877 create_thread = 0; in config_client_paths_async()
8880 create_thread = 1; in config_client_paths_async()
8884 if (create_thread) in config_client_paths_async()
/titanic_50/usr/src/cmd/truss/
H A Dmain.c231 create_thread(void *arg, const lwpstatus_t *Lsp) in create_thread() function
812 (void) Plwp_iter(Proc, create_thread, &count); in main_thread()
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2234 create_thread(int operation, struct vnode *vp, file_t *fp, in create_thread() function
2307 if ((sr = create_thread(READ_OP, vp, rfp, fileoff, size)) == NULL) in snf_direct_io()