GC_pthread_create   34 gc/include/gc_pthread_redirects.h   extern int GC_pthread_create(pthread_t *new_thread,
GC_pthread_create   39 gc/include/gc_pthread_redirects.h # define pthread_create GC_pthread_create
GC_pthread_create   52 gc/include/gc_pthread_redirects.h   int GC_pthread_create(pthread_t *new_thread,
GC_pthread_create   71 gc/include/gc_pthread_redirects.h # define pthread_create GC_pthread_create
GC_pthread_create  162 src/core.c         ptr_pthread_create = (int (*)(void))GC_pthread_create;