Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelenOS/helenos
/ swap
Function
swap
uspace/lib/cpp/src/thread.cpp:127–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
void swap(thread& x, thread& y) noexcept
128
{
129
x.swap(y);
130
}
131
132
namespace this_thread
133
{
Callers
3
ios.cpp
File · 0.70
swap
Method · 0.70
test_promise
Method · 0.50
Calls
1
swap
Method · 0.45
Tested by
1
test_promise
Method · 0.40