unlock.cc (98B)
1 #include "mutextable" 2 3 void MutexTable::unlock(void *obj) { 4 _table[hash(obj)]->unlock(obj); 5 }
crossroadsGit mirror of https://crossroads.e-tunity.com/ | |
| git clone git://git.finwo.net/app/crossroads | |
| Log | Files | Refs | LICENSE |