Home
last modified time | relevance | path

Searched refs:notification_event (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_thread.c182 struct event *notification_event = NULL; in thread_basic() local
201 notification_event = event_new(base, in thread_basic()
205 event_add(notification_event, NULL); in thread_basic()
208 event_del(notification_event); in thread_basic()
213 event_assign(notification_event, base, in thread_basic()
216 event_add(notification_event, NULL); in thread_basic()
257 if (notification_event) in thread_basic()
258 event_free(notification_event); in thread_basic()