Home
last modified time | relevance | path

Searched refs:get_id (Results 1 - 7 of 7) sorted by relevance

/commonlibrary/c_utils/base/src/
H A Drwlock.cpp30 if (std::this_thread::get_id() == writeThreadID_) { in LockRead()
53 if (std::this_thread::get_id() != writeThreadID_) { in UnLockRead()
61 if (std::this_thread::get_id() != writeThreadID_) { in LockWrite()
72 writeThreadID_ = std::this_thread::get_id(); in LockWrite()
78 if (std::this_thread::get_id() != writeThreadID_) { in UnLockWrite()
/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dframe.rs292 pub fn get_id(&self) -> &u64 { in get_id() functions
304 pub fn get_id(&self) -> &u64 { in get_id() functions
H A Dencoder.rs524 encode_var_integer(octets::varint_len(*away.get_id()) as u64, frame_buf)?; in encode_goaway()
528 encode_var_integer(*away.get_id(), &mut frame_buf[size..]) in encode_goaway()
541 encode_var_integer(octets::varint_len(*push.get_id()) as u64, frame_buf)?; in encode_max_push_id()
545 encode_var_integer(*push.get_id(), &mut frame_buf[size..]) in encode_max_push_id()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_safe_queue_test.cpp64 cout << "thread-" << std::this_thread::get_id() << " run time: " in PutHandleThreadDataTime()
73 cout << "thread-" << std::this_thread::get_id() << " run time: " in GetHandleThreadDataTime()
H A Dutils_safe_block_queue_test.cpp103 cout << "thread-" << std::this_thread::get_id() << " run time: " in PutHandleThreadDataTime()
112 cout << "thread-" << std::this_thread::get_id() << " run time: " in GetHandleThreadDataTime()
/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/
H A Drefbase_fuzzer.cpp35 std::thread::id tid = this_thread::get_id(); in GetThreadId()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h3/
H A Dstream_manager.rs592 self.recv_goaway_frame(cx, *goaway.get_id())?; in recv_control_stream()

Completed in 6 milliseconds