| 89 | } |
| 90 | |
| 91 | static inline void *pthread_getspecific(pthread_key_t key) |
| 92 | { |
| 93 | return TlsGetValue(key); |
| 94 | } |
| 95 | |
| 96 | #ifndef __MINGW64_VERSION_MAJOR |
| 97 | static inline int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset) |
no outgoing calls
no test coverage detected