Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_headers.h114 #define READUNLOCKNR(this, rescode, msg) \ macro
168 READUNLOCKNR(that, lockcode1, msg); \
176 READUNLOCKNR(this, lockcode1, msg1); \
177 READUNLOCKNR(that, lockcode2, msg2); \
H A Ddb_mindex.cc201 READUNLOCKNR(table, lockcode, in satisfy_query()
677 READUNLOCKNR(table, lret, in all()
693 READUNLOCKNR(table, lret, "ru table db_mindex::all"); in all()
700 READUNLOCKNR(table, lret, "ru table db_mindex::all"); in all()
726 READUNLOCKNR(table, lret, "ru table db_mindex::all"); in all()
H A Ddb_vers.cc152 READUNLOCKNR(other, lret, "ru other vers::earlier_than"); in earlier_than()