Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsigev_thread.h76 } thread_communication_data_t; typedef
87 extern thread_communication_data_t *setup_sigev_handler(
89 extern void free_sigev_handler(thread_communication_data_t *);
90 extern int launch_spawner(thread_communication_data_t *);
91 extern void tcd_teardown(thread_communication_data_t *);
98 extern void del_sigev_mq(thread_communication_data_t *);
106 extern thread_communication_data_t *sigev_aio_tcd;
109 extern thread_communication_data_t **timer_tcd;
H A Dsigev_thread.c187 thread_communication_data_t *tcdp = (thread_communication_data_t *)arg; in timer_spawner()
230 thread_communication_data_t *tcdp = (thread_communication_data_t *)arg; in mqueue_spawner()
273 thread_communication_data_t *tcdp = (thread_communication_data_t *)arg; in aio_spawner()
401 static thread_communication_data_t *
404 thread_communication_data_t *tcdp; in alloc_sigev_handler()
447 thread_communication_data_t *
450 thread_communication_data_t *tcdp; in setup_sigev_handler()
551 thread_communication_data_t *tcdp; in del_sigev_timer()
570 thread_communication_data_t *tcdp; in sigev_timer_getoverrun()
629 thread_communication_data_t *tcdp; in _aio_sigev_thread_init()
[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.c82 thread_communication_data_t *mqd_tcd; /* SIGEV_THREAD notification */
599 thread_communication_data_t *tcdp; in mq_close()
905 cancel_if_necessary(thread_communication_data_t *tcdp, in cancel_if_necessary()
936 thread_communication_data_t *tcdp; in mq_notify()
1135 thread_communication_data_t *tcdp; in postfork1_child_sigev_mq()