Searched refs:remove_ref (Results 1 – 4 of 4) sorted by relevance
52 if (remove_ref() == 0) in op_signal()
30 long remove_ref() { return --_ref_cnt; } in remove_ref() function
33 if (p->remove_ref() == 0)65 * int remove_ref()331 int remove_ref() const noexcept { return --_ref_cnt; }
462 int remove_ref() throw() { return --_ref_cnt; } in remove_ref() function573 int remove_ref() throw() { return --_ref_cnt; } in remove_ref() function783 int remove_ref() throw() { return --_ref_cnt; } in remove_ref() function
Completed in 5 milliseconds