[FEAT MERGE] Add LatchIds for locks and monitors
This commit is contained in:
2
deps/oblib/src/common/ob_queue_thread.cpp
vendored
2
deps/oblib/src/common/ob_queue_thread.cpp
vendored
@ -113,7 +113,7 @@ int ObCond::timedwait(const int64_t time_us)
|
||||
|
||||
S2MQueueThread::S2MQueueThread() : thread_num_(0),
|
||||
thread_conf_iter_(0),
|
||||
thread_conf_lock_(),
|
||||
thread_conf_lock_(ObLatchIds::DEFAULT_DRW_LOCK),
|
||||
queued_num_(),
|
||||
queue_rebalance_(false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user