Searched refs:startd_thread_create (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | specials.c | 177 (void) startd_thread_create(restarter_post_fsminimal_thread, in special_fsminimal_post_online() 210 (void) startd_thread_create(single_user_thread, NULL); in special_single_post_online()
|
H A D | restarter.c | 1230 inst->ri_method_thread = startd_thread_create(method_thread, info); in stop_instance() 1557 inst->ri_method_thread = startd_thread_create(method_thread, info); in start_instance() 1667 rip->ri_method_thread = startd_thread_create(method_thread, info); in maintain_instance() 1743 startd_thread_create(method_thread, info); in refresh_instance() 2069 rip->ri_queue_thread = startd_thread_create( in restarter_event_thread() 2576 (void) startd_thread_create(restarter_timeouts_event_thread, NULL); in restarter_start() 2577 (void) startd_thread_create(restarter_event_thread, NULL); in restarter_start() 2578 (void) startd_thread_create(restarter_contracts_event_thread, NULL); in restarter_start() 2579 (void) startd_thread_create(wait_thread, NULL); in restarter_start()
|
H A D | startd.c | 456 startd_thread_create(void *(*func)(void *), void *ptr) in startd_thread_create() function 910 (void) startd_thread_create(fork_configd_thread, (void *)configd_ctid); in startup()
|
H A D | startd.h | 757 pthread_t startd_thread_create(void *(*)(void *), void *);
|
H A D | graph.c | 4079 (void) startd_thread_create(sulogin_thread, NULL); in single_user_thread() 4888 (void) startd_thread_create(single_user_thread, in vertex_subgraph_dependencies_shutdown() 4941 (void) startd_thread_create(sulogin_thread, NULL); in graph_transition_sulogin() 6206 (void) startd_thread_create(sulogin_thread, NULL); in graph_thread() 6921 (void) startd_thread_create(graph_thread, NULL); in graph_engine_start() 6930 (void) startd_thread_create(repository_event_thread, NULL); in graph_engine_start() 6931 (void) startd_thread_create(graph_event_thread, NULL); in graph_engine_start()
|