Home
last modified time | relevance | path

Searched refs:thread_communication_data_t (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libc/port/rt/
H A Dsigev_thread.h78 } thread_communication_data_t; typedef
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;
H A Dsigev_thread.c53 thread_communication_data_t *sigev_aio_tcd = NULL;
125 sigev_add_work(thread_communication_data_t *tcdp, in sigev_add_work()
145 sigev_destroy_pool(thread_communication_data_t *tcdp) in sigev_destroy_pool()
189 thread_communication_data_t *tcdp = (thread_communication_data_t *)arg; in timer_spawner()
232 thread_communication_data_t *tcdp = (thread_communication_data_t *)arg; in mqueue_spawner()
275 thread_communication_data_t *tcdp = (thread_communication_data_t *)arg; in aio_spawner()
403 static thread_communication_data_t *
406 thread_communication_data_t *tcdp; in alloc_sigev_handler()
421 free_sigev_handler(thread_communication_data_t *tcdp) in free_sigev_handler()
449 thread_communication_data_t *
[all …]
H A Dclock_timer.c52 thread_communication_data_t **timer_tcd;
86 thread_communication_data_t *tcdp; in timer_create()
159 thread_communication_data_t *tcdp; in postfork1_child_sigev_timer()
H A Dmqueue.c84 thread_communication_data_t *mqd_tcd; /* SIGEV_THREAD notification */
601 thread_communication_data_t *tcdp; in mq_close()
907 cancel_if_necessary(thread_communication_data_t *tcdp, in cancel_if_necessary()
938 thread_communication_data_t *tcdp; in mq_notify()
1137 thread_communication_data_t *tcdp; in postfork1_child_sigev_mq()