Searched refs:ABSPRI (Results 1 – 1 of 1) sorted by relevance
1545 # define ABSPRI(w) (((W)w), 0) macro1547 # define ABSPRI(w) (((W)w)->priority - EV_MINPRI) macro1996 int pri = ABSPRI (w_); in ev_feed_event()3103 assert (("libev: watcher has invalid priority", ABSPRI (w) >= 0 && ABSPRI (w) < NUMPRI)); in verify_watcher()3106 …assert (("libev: pending watcher not on pending queue", pendings [ABSPRI (w)][w->pending - 1].w ==… in verify_watcher()3787 pendings [ABSPRI (w)][w->pending - 1].w = (W)&pending_w; in clear_pending()3800 ANPENDING *p = pendings [ABSPRI (w_)] + pending - 1; in ev_clear_pending()4569 int active = ++idlecnt [ABSPRI (w)]; in ev_idle_start()4574 array_needsize (ev_idle *, idles [ABSPRI (w)], idlemax [ABSPRI (w)], active, EMPTY2); in ev_idle_start()4575 idles [ABSPRI (w)][active - 1] = w; in ev_idle_start()[all …]