MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / sema_V

Method sema_V

benchmarks/tbb/pipeline.cpp:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 void free_sema() { __TBB_ASSERT(my_sem,NULL); delete my_sem; }
102 void sema_P() { __TBB_ASSERT(my_sem,NULL); my_sem->P(); }
103 void sema_V() { __TBB_ASSERT(my_sem,NULL); my_sem->V(); }
104
105public:
106 //! Construct empty buffer.

Callers 3

executeMethod · 0.80
runMethod · 0.80
internal_process_itemMethod · 0.80

Calls 1

VMethod · 0.45

Tested by

no test coverage detected