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

Function doThreadShutdownNotification

src/tbb/src/tbbmalloc/frontend.cpp:2855–2885  ·  view source on GitHub ↗

* When a thread is shutting down this routine should be called to remove all the thread ids * from the malloc blocks and replace them with a nullptr thread id. * * For pthreads, the function is set as a callback in pthread_key_create for TLS bin. * It will be automatically called at thread exit with the key value as the argument, * unless that value is nullptr. * For Windows, it is called fr

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls 6

threadDtorStartMethod · 0.80
onThreadShutdownMethod · 0.80
threadDtorDoneMethod · 0.80
getTLSMethod · 0.80
suppress_unused_warningFunction · 0.70
getMemPoolMethod · 0.45

Tested by

no test coverage detected