Ejemplo n.º 1
0
void flx_ts_collector_t::v_remove_root(void *memory) {
  ::std::unique_lock< ::std::mutex> dummy(mut);
  impl_remove_root(memory);
}
Ejemplo n.º 2
0
void flx_ts_collector_t::v_remove_root(void *memory) {
  flx::pthread::flx_mutex_locker_t l(mut);
  impl_remove_root(memory);
}
Ejemplo n.º 3
0
void flx_collector_t::v_remove_root(void *memory) {
  impl_remove_root(memory);
}