MCPcopy 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.cppFile · 0.70
swapMethod · 0.70
test_promiseMethod · 0.50

Calls 1

swapMethod · 0.45

Tested by 1

test_promiseMethod · 0.40