Join LAYOUT and DATA shared memory blocks into REGION
This commit is contained in:
committed by
Patrick Niklaus
parent
7b11cd3a11
commit
b376c97db8
+1
-1
@@ -93,7 +93,7 @@ bool generateDataStoreOptions(const int argc,
|
||||
|
||||
[[ noreturn ]] void CleanupSharedBarriers(int signum)
|
||||
{ // Here the lock state of named mutexes is unknown, make a hard cleanup
|
||||
osrm::storage::SharedBarriers::resetCurrentRegions();
|
||||
osrm::storage::SharedBarriers::resetCurrentRegion();
|
||||
std::_Exit(128 + signum);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user