Home
last modified time | relevance | path

Searched refs:thread_info_t (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/svc/configd/
H A Dconfigd.c95 static thread_info_t main_thread_info;
167 thread_info_free(thread_info_t *ti) in thread_info_free()
178 thread_info_t *ti = arg; in thread_exiting()
202 thread_newstate(thread_info_t *ti, thread_state_t newstate) in thread_newstate()
212 thread_info_t *
225 thread_info_t *ti = thread_self(); in get_ucred()
265 thread_info_t *ti = thread_self(); in get_audit_session()
273 thread_info_t *ti = arg; in thread_start()
296 thread_info_t *ti; in new_thread_needed()
546 thread_info_t *ti = &main_thread_info; in main()
[all …]
H A Dconfigd.h621 } thread_info_t; typedef
635 thread_info_t *thread_self(void);
636 void thread_newstate(thread_info_t *, thread_state_t);
H A Dmaindoor.c57 thread_info_t *ti = thread_self(); in main_switcher()
H A Dclient.c94 thread_info_t *ti = thread_self(); in get_log()
170 thread_info_t *ti = thread_self(); in client_is_privileged()
1913 thread_info_t *ti = thread_self(); in client_annotation_needed()
1947 thread_info_t *ti = thread_self(); in client_annotation_finished()
2295 thread_info_t *ti = thread_self(); in client_switcher()
/titanic_41/usr/src/cmd/mdb/common/modules/svc.configd/
H A Dconfigd.c103 thread_info_t t; in configd_thread()
165 thread_info_t ti; in walk_thread_info_step()
347 request_log_count_thread(uintptr_t addr, thread_info_t *tip, uint_t *arg) in request_log_count_thread()
355 request_log_add_thread(uintptr_t addr, thread_info_t *tip, in request_log_add_thread()
370 (*arg)->addr = addr + offsetof(thread_info_t, ti_log); in request_log_add_thread()