Home
last modified time | relevance | path

Searched refs:EVLOCK_UNLOCK (Results 1 – 25 of 28) sorted by relevance

12

/netbsd/src/external/bsd/ntp/dist/sntp/libevent/
Devthread-internal.h102 #define EVLOCK_UNLOCK(lockvar,mode) \ macro
126 EVLOCK_UNLOCK((base)->lockvar, 0); \
235 #define EVLOCK_UNLOCK(lockvar,mode) \ macro
249 EVLOCK_UNLOCK((base)->lockvar, 0); \
315 #define EVLOCK_UNLOCK(lockvar, mode) EVUTIL_NIL_STMT_ macro
368 EVLOCK_UNLOCK(lock2_tmplock_,mode2); \
369 EVLOCK_UNLOCK(lock1_tmplock_,mode1); \
Dbufferevent_ratelim.c188 #define UNLOCK_GROUP(g) EVLOCK_UNLOCK((g)->lock, 0)
369 EVLOCK_UNLOCK(bev->lock, 0); in bev_group_suspend_reading_()
387 EVLOCK_UNLOCK(bev->lock, 0); in bev_group_suspend_writing_()
500 EVLOCK_UNLOCK(bev->lock, 0); in bev_group_unsuspend_reading_()
519 EVLOCK_UNLOCK(bev->lock, 0); in bev_group_unsuspend_writing_()
Devutil_rand.c126 #define ARC4_UNLOCK_() EVLOCK_UNLOCK(arc4rand_lock, 0)
Devbuffer-internal.h293 EVLOCK_UNLOCK((buffer)->lock, 0); \
Dbufferevent-internal.h495 EVLOCK_UNLOCK(locking->lock, 0); \
Devent.c259 EVLOCK_UNLOCK(event_debug_map_lock_, 0); in HT_PROTOTYPE()
277 EVLOCK_UNLOCK(event_debug_map_lock_, 0); in event_debug_note_teardown_()
303 EVLOCK_UNLOCK(event_debug_map_lock_, 0); in event_debug_note_add_()
329 EVLOCK_UNLOCK(event_debug_map_lock_, 0); in event_debug_note_del_()
353 EVLOCK_UNLOCK(event_debug_map_lock_, 0); in event_debug_assert_is_setup_()
374 EVLOCK_UNLOCK(event_debug_map_lock_, 0); in event_debug_assert_not_added_()
600 EVLOCK_UNLOCK(event_debug_map_lock_ , 0); in event_disable_debug_mode()
Dsignal.c121 #define EVSIGBASE_UNLOCK() EVLOCK_UNLOCK(evsig_base_lock, 0)
Dbuffer.c3162 EVLOCK_UNLOCK(seg->lock, 0); in evbuffer_file_segment_free()
3210 EVLOCK_UNLOCK(seg->lock, 0); in evbuffer_add_file_segment()
3216 EVLOCK_UNLOCK(seg->lock, 0); in evbuffer_add_file_segment()
3281 EVLOCK_UNLOCK(seg->lock, 0); in evbuffer_add_file_segment()
Dlistener.c109 #define UNLOCK(listener) EVLOCK_UNLOCK((listener)->lock, 0)
Devutil.c1803 EVLOCK_UNLOCK(windows_socket_errors_lock_, 0); in evutil_socket_error_to_string()
/netbsd/src/external/bsd/libevent/dist/
Devthread-internal.h102 #define EVLOCK_UNLOCK(lockvar,mode) \ macro
126 EVLOCK_UNLOCK((base)->lockvar, 0); \
235 #define EVLOCK_UNLOCK(lockvar,mode) \ macro
249 EVLOCK_UNLOCK((base)->lockvar, 0); \
315 #define EVLOCK_UNLOCK(lockvar, mode) EVUTIL_NIL_STMT_ macro
368 EVLOCK_UNLOCK(lock2_tmplock_,mode2); \
369 EVLOCK_UNLOCK(lock1_tmplock_,mode1); \
Dbufferevent_ratelim.c188 #define UNLOCK_GROUP(g) EVLOCK_UNLOCK((g)->lock, 0)
369 EVLOCK_UNLOCK(bev->lock, 0); in bev_group_suspend_reading_()
387 EVLOCK_UNLOCK(bev->lock, 0); in bev_group_suspend_writing_()
500 EVLOCK_UNLOCK(bev->lock, 0); in bev_group_unsuspend_reading_()
519 EVLOCK_UNLOCK(bev->lock, 0); in bev_group_unsuspend_writing_()
Devutil_rand.c130 #define ARC4_UNLOCK_() EVLOCK_UNLOCK(arc4rand_lock, 0)
Devbuffer-internal.h293 EVLOCK_UNLOCK((buffer)->lock, 0); \
Dbufferevent-internal.h495 EVLOCK_UNLOCK(locking->lock, 0); \
Devent.c261 EVLOCK_UNLOCK(event_debug_map_lock_, 0); in HT_PROTOTYPE()
279 EVLOCK_UNLOCK(event_debug_map_lock_, 0); in event_debug_note_teardown_()
305 EVLOCK_UNLOCK(event_debug_map_lock_, 0); in event_debug_note_add_()
331 EVLOCK_UNLOCK(event_debug_map_lock_, 0); in event_debug_note_del_()
355 EVLOCK_UNLOCK(event_debug_map_lock_, 0); in event_debug_assert_is_setup_()
376 EVLOCK_UNLOCK(event_debug_map_lock_, 0); in event_debug_assert_not_added_()
602 EVLOCK_UNLOCK(event_debug_map_lock_ , 0); in event_disable_debug_mode()
Dsignal.c122 #define EVSIGBASE_UNLOCK() EVLOCK_UNLOCK(evsig_base_lock, 0)
Dbuffer.c3164 EVLOCK_UNLOCK(seg->lock, 0); in evbuffer_file_segment_free()
3212 EVLOCK_UNLOCK(seg->lock, 0); in evbuffer_add_file_segment()
3218 EVLOCK_UNLOCK(seg->lock, 0); in evbuffer_add_file_segment()
3283 EVLOCK_UNLOCK(seg->lock, 0); in evbuffer_add_file_segment()
Dlistener.c110 #define UNLOCK(listener) EVLOCK_UNLOCK((listener)->lock, 0)
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/test/
Dregress_thread.c82 EVLOCK_UNLOCK(cw->lock, 0); in wake_all_timeout()
92 EVLOCK_UNLOCK(cw->lock, 0); in wake_one_timeout()
126 EVLOCK_UNLOCK(cw.lock, 0); in basic_thread()
130 EVLOCK_UNLOCK(count_lock, 0); in basic_thread()
137 EVLOCK_UNLOCK(count_lock, 0); in basic_thread()
282 EVLOCK_UNLOCK(rec->cond->lock, 0); in wait_for_condition()
Dregress_iocp.c89 EVLOCK_UNLOCK(count_lock, 0); in count_incr()
110 EVLOCK_UNLOCK(count_lock, 0); in count_wait_for()
135 EVLOCK_UNLOCK(d_o->lock, 0); in dummy_cb()
152 EVLOCK_UNLOCK(o->lock, 0); in pair_is_in()
Dregress_dns.c2239 EVLOCK_UNLOCK(rp->lock, 0); in race_busywait_run()
2253 EVLOCK_UNLOCK(rp->lock, 0); in race_gai_cb()
2338 EVLOCK_UNLOCK(rp.lock, 0); in getaddrinfo_race_gotresolve_test()
2347 EVLOCK_UNLOCK(rp.lock, 0); in getaddrinfo_race_gotresolve_test()
/netbsd/src/external/bsd/libevent/dist/test/
Dregress_thread.c84 EVLOCK_UNLOCK(cw->lock, 0); in wake_all_timeout()
95 EVLOCK_UNLOCK(cw->lock, 0);
130 EVLOCK_UNLOCK(cw.lock, 0); in basic_thread()
134 EVLOCK_UNLOCK(count_lock, 0); in basic_thread()
141 EVLOCK_UNLOCK(count_lock, 0); in basic_thread()
287 EVLOCK_UNLOCK(rec->cond->lock, 0);
Dregress_iocp.c88 EVLOCK_UNLOCK(count_lock, 0); in count_incr()
109 EVLOCK_UNLOCK(count_lock, 0); in count_wait_for()
134 EVLOCK_UNLOCK(d_o->lock, 0); in dummy_cb()
151 EVLOCK_UNLOCK(o->lock, 0); in pair_is_in()
Dregress_dns.c2241 EVLOCK_UNLOCK(rp->lock, 0); in race_busywait_run()
2255 EVLOCK_UNLOCK(rp->lock, 0); in race_gai_cb()
2343 EVLOCK_UNLOCK(rp.lock, 0); in getaddrinfo_race_gotresolve_test()
2352 EVLOCK_UNLOCK(rp.lock, 0); in getaddrinfo_race_gotresolve_test()

12