Lines Matching refs:evctx
186 static evContext evctx; variable
917 (void)evDeselectFD(evctx, f->id); in fd_suspend()
941 if (evSelectFD(evctx, f->fd, EV_READ, input, f, &f->id)) { in fd_resume()
1669 if (evCreate(&evctx)) { in main()
1674 evSetDebug(evctx, 10, stderr); in main()
1734 if (evGetNext(evctx, &event, EV_WAIT) == 0) { in main()
1735 if (evDispatch(evctx, event)) in main()
1751 if (evWaitFor(evctx, &work, info_func, in main()
1762 if (evWaitFor(evctx, &work, config_func, in main()
1772 if (evDo(evctx, &work) == -1) { in main()
1868 if (evSetTimer(evctx, tfunc, tp, due, evConsTime(0, 0), &tp->id) in timer_start()
1915 if (evSetTimer(evctx, trfunc, tp, due, inter, &tp->id) == -1) { in timer_start_repeat()
1935 if (evClearTimer(evctx, tp->id) == -1) { in timer_stop()