HomeSort by: relevance | last modified time | path
    Searched defs:mc_new (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c 9172 pthread_cond_t mc_cond; /**< Condition variable for #mc_new */
9180 int mc_new; /**< (0-2 buffers to write) | (#MDB_EOF at end) */ member in struct:mdb_copy
9211 while (!my->mc_new)
9213 if (my->mc_new == 0 + MDB_EOF) /* 0 buffers, just EOF */
9256 my->mc_new--;
9273 my->mc_new += adjust;
9275 while (my->mc_new & 2) /* both buffers in use */
mdb.c 9172 pthread_cond_t mc_cond; /**< Condition variable for #mc_new */
9180 int mc_new; /**< (0-2 buffers to write) | (#MDB_EOF at end) */ member in struct:mdb_copy
9211 while (!my->mc_new)
9213 if (my->mc_new == 0 + MDB_EOF) /* 0 buffers, just EOF */
9256 my->mc_new--;
9273 my->mc_new += adjust;
9275 while (my->mc_new & 2) /* both buffers in use */

Completed in 90 milliseconds