Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ wait
Method
wait
src/semaphore.hpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
KernelSemaphore& operator=(const KernelSemaphore& other) = delete;
50
51
void wait()
52
{
53
CHECK_EQ(KERN_SUCCESS, semaphore_wait(semaphore));
54
}
55
56
void signal()
57
{
Callers
1
wait
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected