Home
last modified time | relevance | path

Searched refs:ex (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/util/
Dthread_local_test.cc568 } catch (const std::system_error& ex) { in TEST_F() local
569 std::cerr << "Start thread: " << ex.code() << std::endl; in TEST_F()
/rocksdb-6.9/utilities/transactions/
Dtransaction_lock_mgr.cc37 LockInfo(TransactionID id, uint64_t time, bool ex) in LockInfo()
38 : exclusive(ex), expiration_time(time) { in LockInfo()
/rocksdb-6.9/port/win/
Denv_win.cc1252 } catch (const std::system_error& ex) { in StartThread() local
1253 WinthreadCall("start thread", ex.code()); in StartThread()