Searched refs:OUT_QUEUE_LIMIT (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Drepmgr.h71 #define OUT_QUEUE_LIMIT 10 macro
/macosx-10.10/BerkeleyDB-21/db/repmgr/
H A Drepmgr_net.c417 if (conn->out_queue_length >= OUT_QUEUE_LIMIT &&
428 conn, drain_to * OUT_QUEUE_LIMIT);
440 if (conn->out_queue_length < OUT_QUEUE_LIMIT)
H A Drepmgr_posix.c231 while (conn->out_queue_length >= OUT_QUEUE_LIMIT) {
H A Drepmgr_windows.c233 while (conn->out_queue_length >= OUT_QUEUE_LIMIT) {

Completed in 136 milliseconds