Searched refs:startd_thread_create (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | specials.c | 175 (void) startd_thread_create(restarter_post_fsminimal_thread, in special_fsminimal_post_online() 208 (void) startd_thread_create(single_user_thread, NULL); in special_single_post_online()
|
H A D | restarter.c | 1235 inst->ri_method_thread = startd_thread_create(method_thread, info); in stop_instance() 1562 inst->ri_method_thread = startd_thread_create(method_thread, info); in start_instance() 1672 rip->ri_method_thread = startd_thread_create(method_thread, info); in maintain_instance() 1748 startd_thread_create(method_thread, info); in refresh_instance() 2144 rip->ri_queue_thread = startd_thread_create( in restarter_event_thread() 2646 (void) startd_thread_create(restarter_timeouts_event_thread, NULL); in restarter_start() 2647 (void) startd_thread_create(restarter_event_thread, NULL); in restarter_start() 2648 (void) startd_thread_create(restarter_contracts_event_thread, NULL); in restarter_start() 2649 (void) startd_thread_create(wait_thread, NULL); in restarter_start()
|
H A D | startd.c | 461 startd_thread_create(void *(*func)(void *), void *ptr) in startd_thread_create() function 915 (void) startd_thread_create(fork_configd_thread, (void *)configd_ctid); in startup()
|
H A D | startd.h | 755 pthread_t startd_thread_create(void *(*)(void *), void *);
|
H A D | graph.c | 4051 (void) startd_thread_create(sulogin_thread, NULL); in single_user_thread() 4860 (void) startd_thread_create(single_user_thread, in vertex_subgraph_dependencies_shutdown() 4913 (void) startd_thread_create(sulogin_thread, NULL); in graph_transition_sulogin() 6174 (void) startd_thread_create(sulogin_thread, NULL); in graph_thread() 6882 (void) startd_thread_create(graph_thread, NULL); in graph_engine_start() 6891 (void) startd_thread_create(repository_event_thread, NULL); in graph_engine_start() 6892 (void) startd_thread_create(graph_event_thread, NULL); in graph_engine_start()
|