MCPcopy Create free account
hub / github.com/RcppCore/RcppParallel / notify

Method notify

src/tbb/src/tbb/thread_control_monitor.h:80–84  ·  view source on GitHub ↗

notify is called (perhaps, concurrently) twice from: - concurrent_monitor::notify - post_resume_action::register_waiter The second notify is called after thread switches the stack (Because we can not call resume while the stack is occupied) We need calling resume only when both notifications are performed.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

resumeFunction · 0.70

Tested by

no test coverage detected