MCPcopy 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

87void binary_semaphore::P() { __TBB_acquire_binsem( &my_sem.lock ); }
88
89void binary_semaphore::V() { __TBB_release_binsem( &my_sem.lock ); }
90
91#endif /* __TBB_USE_SRWLOCK */
92

Callers 6

sema_VMethod · 0.45
notify_relaxedMethod · 0.45
executeMethod · 0.45
notify_one_relaxedMethod · 0.45
notify_all_relaxedMethod · 0.45
abort_all_relaxedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected