Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ reset
Method
reset
Utilities/cmcppdap/src/chan.h:43–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
42
template <typename T>
43
void Chan<T>::reset() {
44
std::unique_lock<std::mutex> lock(mutex);
45
queue = {};
46
closed = false;
47
}
48
49
template <typename T>
50
void Chan<T>::close() {
Callers
5
lzma2_decode
Function · 0.45
TEST_F
Function · 0.45
TEST
Function · 0.45
Socket
Method · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
3
TEST_F
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36