Searched refs:ex (Results 1 – 3 of 3) sorted by relevance
568 } catch (const std::system_error& ex) { in TEST_F() local569 std::cerr << "Start thread: " << ex.code() << std::endl; in TEST_F()
37 LockInfo(TransactionID id, uint64_t time, bool ex) in LockInfo()38 : exclusive(ex), expiration_time(time) { in LockInfo()
1252 } catch (const std::system_error& ex) { in StartThread() local1253 WinthreadCall("start thread", ex.code()); in StartThread()