Searched refs:es (Results 1 – 1 of 1) sorted by relevance
151 struct event_source* es; member210 struct event_source* es = handle_to_event_source(h); in event_source_poll() local212 spin_lock_save(&es->slock, &state, SLOCK_FLAGS); in event_source_poll()213 oldstate = es->state; in event_source_poll()215 es->state = EVENT_STATE_UNSIGNALED; in event_source_poll()217 spin_unlock_restore(&es->slock, state, SLOCK_FLAGS); in event_source_poll()227 struct event_source* es = containerof(obj, struct event_source, refobj); in event_source_obj_destroy() local228 free(es); in event_source_obj_destroy()233 struct event_source* es; in event_source_destroy() local238 es = handle_to_event_source(h); in event_source_destroy()[all …]