HomeSort by relevance Sort by last modified time
    Searched refs:th_notify (Results 1 - 2 of 2) sorted by null

  /external/libevent/
event-internal.h 286 /** A socketpair used by some th_notify functions to wake up the main
289 /** An event used by some th_notify functions to wake up the main
291 struct event th_notify; member in struct:event_base
event.c 715 event_del(&base->th_notify);
721 event_debug_unassign(&base->th_notify);
837 event_queue_remove(base, &base->th_notify,
839 if (base->th_notify.ev_flags & EVLIST_ACTIVE)
840 event_queue_remove(base, &base->th_notify,
848 event_debug_unassign(&base->th_notify);
    [all...]

Completed in 675 milliseconds