| 427 | } |
| 428 | |
| 429 | void *acl_pthread_getspecific(acl_pthread_key_t key) |
| 430 | { |
| 431 | return TlsGetValue(key); |
| 432 | } |
| 433 | |
| 434 | int acl_pthread_setspecific(acl_pthread_key_t key, void *value) |
| 435 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…