| 32 | void *(*)(void *), void *__restrict); |
| 33 | |
| 34 | static void |
| 35 | pthread_create_wrapper_init(void) { |
| 36 | #ifdef JEMALLOC_LAZY_LOCK |
| 37 | if (!isthreaded) { |
| 38 | isthreaded = true; |
| 39 | } |
| 40 | #endif |
| 41 | } |
| 42 | |
| 43 | int |
| 44 | pthread_create_wrapper(pthread_t *__restrict thread, const pthread_attr_t *attr, |
no outgoing calls
no test coverage detected