| 87 | }; |
| 88 | |
| 89 | static 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 |
| 96 | static THREAD_LOCAL wait_handler thread_wait_handler = generic_wait_handler; |
no outgoing calls
no test coverage detected