Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.c96 static thread_info_t main_thread_info;
168 thread_info_free(thread_info_t *ti) in thread_info_free()
179 thread_info_t *ti = arg; in thread_exiting()
203 thread_newstate(thread_info_t *ti, thread_state_t newstate) in thread_newstate()
213 thread_info_t *
226 thread_info_t *ti = thread_self(); in get_ucred()
266 thread_info_t *ti = thread_self(); in get_audit_session()
274 thread_info_t *ti = arg; in thread_start()
297 thread_info_t *ti; in new_thread_needed()
547 thread_info_t *ti = &main_thread_info; in main()
[all …]
H A Dconfigd.h620 } thread_info_t; typedef
634 thread_info_t *thread_self(void);
635 void thread_newstate(thread_info_t *, thread_state_t);
H A Dmaindoor.c55 thread_info_t *ti = thread_self(); in main_switcher()
H A Dclient.c96 thread_info_t *ti = thread_self(); in get_log()
172 thread_info_t *ti = thread_self(); in client_is_privileged()
1917 thread_info_t *ti = thread_self(); in client_annotation_needed()
1951 thread_info_t *ti = thread_self(); in client_annotation_finished()
2300 thread_info_t *ti = thread_self(); in client_switcher()
/illumos-gate/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()