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

Method is_global

benchmarks/tbb/observer_proxy.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58bool observer_proxy::is_global() {
59 return !get_v6_observer() || get_v6_observer()->my_context_tag == interface6::task_scheduler_observer::global_tag;
60}
61
62observer_proxy::observer_proxy( task_scheduler_observer_v3& tso )
63 : my_list(NULL), my_next(NULL), my_prev(NULL), my_observer(&tso)

Callers 1

observeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected