EV_RESUME(S) UNIX System V EV_RESUME(S)
Name
ev_resume - restart a suspended queue
Syntax
#include <types.h>
#include <param.h>
#include <sysmacros.h>
#include <page.h>
#include <event.h>
#include <mouse.h>
int ev_resume()
Description
ev_resume restarts an event queue suspended by an ev_suspend
call.
Diagnostics
This routine returns -1 to a program which does not have an
open event queue. It returns -2 if the queue is not
suspended. Normally it returns 0.
See Also
ev_block(S), ev_close(S), ev_count(S), ev_flush(S),
ev_getdev(S), ev_getemask(S), ev_gindev(S), ev_init(S),
ev_open(S), ev_pop(S), ev_read(S), ev_setemask(S),
ev_suspend(S)
Notes
This routine must be linked in with the -levent linker
option.
(printed 6/20/89)