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

Method enqueue

benchmarks/tbb/task.h:748–750  ·  view source on GitHub ↗

__TBB_TASK_PRIORITY */

Source from the content-addressed store, hash-verified

746 method to implement such priority inheritance when it is really necessary. **/
747#endif /* __TBB_TASK_PRIORITY */
748 static void enqueue( task& t ) {
749 t.prefix().owner->enqueue( t, NULL );
750 }
751
752#if __TBB_TASK_PRIORITY
753 //! Enqueue task for starvation-resistant execution on the specified priority level.

Callers 4

moodycamel_bcq_enqueueFunction · 0.45
moodycamel_cq_enqueueFunction · 0.45
runBenchmarkFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected