Home
last modified time | relevance | path

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

/freebsd-14.2/lib/librt/
H A Dsigev_thread.h37 struct sigev_node;
40 typedef void (*sigev_dispatch_t)(struct sigev_node *);
42 struct sigev_node { struct
43 LIST_ENTRY(sigev_node) sn_link;
60 struct sigev_node *tn_cur; argument
71 struct sigev_node *__sigev_alloc(int, const struct sigevent *,
72 struct sigev_node *, int);
73 struct sigev_node *__sigev_find(int, sigev_id_t);
76 int __sigev_register(struct sigev_node *);
78 int __sigev_delete_node(struct sigev_node *);
[all …]
H A Dsigev_thread.c47 LIST_HEAD(sigev_list_head, sigev_node);
189 struct sigev_node *
193 struct sigev_node *sn; in __sigev_alloc()
238 __sigev_free(struct sigev_node *sn) in __sigev_free()
244 struct sigev_node *
247 struct sigev_node *sn; in __sigev_find()
258 __sigev_register(struct sigev_node *sn) in __sigev_register()
269 struct sigev_node *sn; in __sigev_delete()
370 struct sigev_node *sn; in sigev_service_loop()
441 struct sigev_node *sn = arg; in worker_routine()
[all …]
H A Daio.c65 aio_dispatch(struct sigev_node *sn) in aio_dispatch()
74 struct sigev_node **sn, struct sigevent *saved_ev) in aio_sigev_alloc()
103 struct sigev_node *sn; in aio_io()
201 struct sigev_node *sn; in __aio_fsync()
228 struct sigev_node *sn; in __lio_listio()
H A Dtimer.c53 struct sigev_node *node;
70 timer_dispatch(struct sigev_node *sn) in timer_dispatch()
84 struct sigev_node *sn; in __timer_create()
H A Dmq.c58 struct sigev_node *node;
122 mq_dispatch(struct sigev_node *sn) in mq_dispatch()
138 struct sigev_node *sn; in __mq_notify()