MCPcopy Create free account
hub / github.com/NVIDIA/DALI / this_thread_pool

Function this_thread_pool

include/dali/core/exec/thread_pool_base.h:316–318  ·  view source on GitHub ↗

Returns the thread pool that owns the calling thread (or nullptr) */

Source from the content-addressed store, hash-verified

314
315 /** Returns the thread pool that owns the calling thread (or nullptr) */
316 static ThreadPoolBase *this_thread_pool() {
317 return this_thread_pool_;
318 }
319
320 protected:
321 void Shutdown(bool join);

Callers 3

DoWaitMethod · 0.85
RunMethod · 0.85
WaitOrRunTasksMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected