Searched defs:db_free_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_table.cc124 db_free_list::~db_free_list()
126 WRITELOCKV(this, "w db_free_list::~db_free_list");
132 db_free_list::reset()
136 WRITELOCKV(this, "w db_free_list::reset");
144 WRITEUNLOCKV(this, "wu db_free_list::reset");
149 db_free_list::pop()
151 WRITELOCK(this, NULL, "w db_free_list::pop");
153 WRITEUNLOCK(this, NULL, "wu db_free_list
[all...]

Completed in 276 milliseconds