Searched refs:API_UNLOCK (Results 1 – 4 of 4) sorted by relevance
/third_party/ejdb/src/ |
D | ejdb2_internal.h | 77 #define API_UNLOCK(db_, rci_, rc_) \ macro 85 API_UNLOCK((jbc_)->db, rci_, rc_); \
|
D | ejdb2.c | 1366 API_UNLOCK(db, rci, rc); in _jb_wal_lock_interceptor() 1605 API_UNLOCK(db, rci, rc); in ejdb_remove_collection() 1709 API_UNLOCK(db, rci, rc); in ejdb_rename_collection() 1754 API_UNLOCK(db, rci, rc); in ejdb_get_meta()
|
/third_party/iowow/src/kv/ |
D | iwkv_internal.h | 348 #define API_UNLOCK(iwkv_, rci_, rc_) \ macro 388 API_UNLOCK((db_)->iwkv, rci_, rc_); \
|
D | iwkv.c | 3278 API_UNLOCK(iwkv, rci, rc); in iwkv_state() 3602 API_UNLOCK(iwkv, rci, rc); in iwkv_exclusive_unlock() 3683 API_UNLOCK(iwkv, rci, rc); in iwkv_db()
|