Exemplo n.º 1
0
size_t flx_ts_collector_t::v_get_allocation_amt()const {
  ::std::unique_lock< ::std::mutex> dummy(mut);
  return impl_get_allocation_amt();
}
Exemplo n.º 2
0
unsigned long flx_ts_collector_t::v_get_allocation_amt()const {
  flx::pthread::flx_mutex_locker_t l(mut);
  return impl_get_allocation_amt();
}
Exemplo n.º 3
0
unsigned long flx_collector_t::v_get_allocation_amt()const {
  return impl_get_allocation_amt();
}