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

Method parent

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

task on whose behalf this task is working, or NULL if this is a root.

Source from the content-addressed store, hash-verified

762
763 //! task on whose behalf this task is working, or NULL if this is a root.
764 task* parent() const {return prefix().parent;}
765
766 //! sets parent task pointer to specified value
767 void set_parent(task* p) {

Callers 10

custom_scheduler.hFile · 0.80
prepare_for_spawningMethod · 0.80
mark_task_stolenMethod · 0.80
is_peer_stolenMethod · 0.80
check_being_stolenMethod · 0.80
task.cppFile · 0.80
freeMethod · 0.80
destroyMethod · 0.80
enqueue_taskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected