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

Function get_thread_wait_handler_key

src/scheduler.cpp:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87};
88
89static pthread_key_t get_thread_wait_handler_key()
90{
91 static pthread_emulation_thread_wait_handler_key_initializer initializer;
92 return initializer.key;
93}
94
95#else
96static THREAD_LOCAL wait_handler thread_wait_handler = generic_wait_handler;

Callers 2

set_thread_wait_handlerFunction · 0.85
get_thread_wait_handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected