Searched refs:create_thread (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libsip/common/ |
H A D | sip_timeout.c | 244 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_44/usr/src/uts/common/os/ |
H A D | sunmdi.c | 8399 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()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | main.c | 231 create_thread(void *arg, const lwpstatus_t *Lsp) in create_thread() function 812 (void) Plwp_iter(Proc, create_thread, &count); in main_thread()
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | socksyscalls.c | 2234 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()
|