Searched refs:prepare (Results 1 – 6 of 6) sorted by relevance
| /libev/ |
| H A D | ev++.h | 754 EV_BEGIN_WATCHER (prepare, prepare) in EV_END_WATCHER() 756 EV_END_WATCHER (prepare, prepare) in EV_END_WATCHER() argument
|
| H A D | ev.c | 3015 array_free (prepare, EMPTY); in ev_loop_destroy() 4692 embed_prepare_cb (EV_P_ ev_prepare *prepare, int revents) in embed_prepare_cb() argument 4694 ev_embed *w = (ev_embed *)(((char *)prepare) - offsetof (ev_embed, prepare)); in embed_prepare_cb() 4749 ev_prepare_init (&w->prepare, embed_prepare_cb); in ev_embed_start() 4750 ev_set_priority (&w->prepare, EV_MINPRI); in ev_embed_start() 4751 ev_prepare_start (EV_A_ &w->prepare); in ev_embed_start() 4773 ev_prepare_stop (EV_A_ &w->prepare); in ev_embed_stop()
|
| H A D | ev.h | 442 ev_prepare prepare; /* private */ 484 struct ev_prepare prepare;
|
| H A D | ev.pod | 738 prepare and check phases. 861 - Queue and call all prepare watchers. 2934 This is done by examining in each prepare call which file descriptors 2945 during each prepare and only letting the process block if no coroutines 2992 Initialises and configures the prepare or check watcher - they have no 3008 Method 1: Add IO watchers and a timeout watcher in a prepare handler, 3070 in the prepare watcher and would dispose of the check watcher. 3074 callbacks, and only destroy/create the watchers in the prepare watcher. 3097 Method 4: Do not use a prepare or check watcher because the module you 4773 only some watcher types other than I/O and timers (e.g. prepare, [all …]
|
| H A D | Changes | 267 - calling ev_unloop in fork/prepare watchers will no longer poll
|
| H A D | ltmain.sh | 8150 # export_symbols gets reassigned inside the "prepare
|