MCPcopy Create free account
hub / github.com/Amanieu/asyncplusplus / get_local_threadpool_data_key

Function get_local_threadpool_data_key

src/threadpool_scheduler.cpp:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107};
108
109static pthread_key_t get_local_threadpool_data_key()
110{
111 static pthread_emulation_threadpool_data_initializer initializer;
112 return initializer.key;
113}
114
115#else
116// Thread pool this thread belongs to, or null if not in pool

Callers 2

create_threadpool_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected