balance.cc (118B)
1 #include "mutextable" 2 3 int MutexTable::balance(unsigned i) const { 4 return i < size() ? _table[i]->weight() : 0; 5 }
crossroadsGit mirror of https://crossroads.e-tunity.com/ | |
| git clone git://git.finwo.net/app/crossroads | |
| Log | Files | Refs | LICENSE |