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

Method get_v6_observer

benchmarks/tbb/observer_proxy.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51#endif /* TBB_USE_ASSERT */
52
53interface6::task_scheduler_observer* observer_proxy::get_v6_observer() {
54 if(my_version != 6) return NULL;
55 return static_cast<interface6::task_scheduler_observer*>(my_observer);
56}
57
58bool observer_proxy::is_global() {
59 return !get_v6_observer() || get_v6_observer()->my_context_tag == interface6::task_scheduler_observer::global_tag;

Callers 2

observeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected