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

Function assert_priority_valid

benchmarks/tbb/scheduler_common.h:116–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114};
115
116inline void assert_priority_valid ( intptr_t p ) {
117 __TBB_ASSERT_EX( p >= 0 && p < num_priority_levels, NULL );
118}
119
120inline intptr_t& priority ( task& t ) {
121 return t.prefix().context->my_priority;

Callers 3

custom_scheduler.hFile · 0.85
assert_context_validMethod · 0.85
enqueue_taskMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected