| 234 | } |
| 235 | |
| 236 | [[noreturn]] void CleanupSharedBarriers(int signum) |
| 237 | { // Here the lock state of named mutexes is unknown, make a hard cleanup |
| 238 | removeLocks(); |
| 239 | std::_Exit(128 + signum); |
| 240 | } |
| 241 | |
| 242 | int main(const int argc, const char *argv[]) |
| 243 | try |
nothing calls this directly
no test coverage detected