Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/concurrentqueue
/ V
Method
V
benchmarks/tbb/semaphore.cpp:89–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
void binary_semaphore::P() { __TBB_acquire_binsem( &my_sem.lock ); }
88
89
void binary_semaphore::V() { __TBB_release_binsem( &my_sem.lock ); }
90
91
#endif /* __TBB_USE_SRWLOCK */
92
Callers
6
sema_V
Method · 0.45
notify_relaxed
Method · 0.45
execute
Method · 0.45
notify_one_relaxed
Method · 0.45
notify_all_relaxed
Method · 0.45
abort_all_relaxed
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected