Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/session/
H A Dsession_dhandle.c144 ++dhandle->excl_ref; in __wt_session_lock_dhandle()
226 dhandle->excl_ref == 0); in __wt_session_lock_dhandle()
228 dhandle->excl_ref = 1; in __wt_session_lock_dhandle()
296 if (--dhandle->excl_ref == 0) in __wt_session_release_dhandle()
534 dhandle->excl_ref = 0; in __wt_session_get_dhandle()
555 dhandle->excl_ref = 0; in __wt_session_get_dhandle()
566 F_ISSET(dhandle, WT_DHANDLE_EXCLUSIVE) || dhandle->excl_ref > 1); in __wt_session_get_dhandle()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Ddhandle.h87 uint32_t excl_ref; /* Refs of handle by excl_session */ member
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/conn/
H A Dconn_dhandle.c515 dhandle->excl_ref = 1; in __wt_conn_dhandle_open()
902 PRIu32, dhandle->excl_ref)); in __wt_verbose_dump_handles()
903 if (dhandle->excl_ref != 0) in __wt_verbose_dump_handles()