コード例 #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();
}
コード例 #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();
}
コード例 #3
0
ファイル: flx_collector.cpp プロジェクト: arowM/felix
unsigned long flx_collector_t::v_get_allocation_amt()const {
  return impl_get_allocation_amt();
}