| 107 | }; |
| 108 | |
| 109 | static 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 |
no outgoing calls
no test coverage detected