Searched defs:thread_communication_data_t (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/rt/
H A Dsigev_thread.h78 } thread_communication_data_t; typedef in typeref:struct:thread_communication_data
89 extern thread_communication_data_t *setup_sigev_handler(
91 extern void free_sigev_handler(thread_communication_data_t *);
92 extern int launch_spawner(thread_communication_data_t *);
93 extern void tcd_teardown(thread_communication_data_t *);
100 extern void del_sigev_mq(thread_communication_data_t *);
108 extern thread_communication_data_t *sigev_aio_tcd;
111 extern thread_communication_data_t **timer_tcd;

Completed in 18 milliseconds