/prebuilts/go/darwin-x86/src/runtime/cgo/ |
gcc_libinit_openbsd.c | 55 // _cgo_try_pthread_create retries sys_pthread_create if it fails with 58 _cgo_openbsd_try_pthread_create(int (*sys_pthread_create)(pthread_t*, const pthread_attr_t*, void* (*)(void*), void*), 65 err = sys_pthread_create(thread, attr, pfn, arg);
|
gcc_openbsd_386.c | 31 static int (*sys_pthread_create)(pthread_t *thread, const pthread_attr_t *attr, variable 97 sys_pthread_create = dlsym(handle, "pthread_create"); 98 if(sys_pthread_create == NULL) { 133 return sys_pthread_create(thread, attr, thread_start_wrapper, p); 174 err = _cgo_openbsd_try_pthread_create(sys_pthread_create, &p, &attr, threadentry, ts);
|
gcc_openbsd_amd64.c | 31 static int (*sys_pthread_create)(pthread_t *thread, const pthread_attr_t *attr, variable 97 sys_pthread_create = dlsym(handle, "pthread_create"); 98 if(sys_pthread_create == NULL) { 133 return sys_pthread_create(thread, attr, thread_start_wrapper, p); 174 err = _cgo_openbsd_try_pthread_create(sys_pthread_create, &p, &attr, threadentry, ts);
|
/prebuilts/go/linux-x86/src/runtime/cgo/ |
gcc_libinit_openbsd.c | 55 // _cgo_try_pthread_create retries sys_pthread_create if it fails with 58 _cgo_openbsd_try_pthread_create(int (*sys_pthread_create)(pthread_t*, const pthread_attr_t*, void* (*)(void*), void*), 65 err = sys_pthread_create(thread, attr, pfn, arg);
|
gcc_openbsd_386.c | 31 static int (*sys_pthread_create)(pthread_t *thread, const pthread_attr_t *attr, variable 97 sys_pthread_create = dlsym(handle, "pthread_create"); 98 if(sys_pthread_create == NULL) { 133 return sys_pthread_create(thread, attr, thread_start_wrapper, p); 174 err = _cgo_openbsd_try_pthread_create(sys_pthread_create, &p, &attr, threadentry, ts);
|
gcc_openbsd_amd64.c | 31 static int (*sys_pthread_create)(pthread_t *thread, const pthread_attr_t *attr, variable 97 sys_pthread_create = dlsym(handle, "pthread_create"); 98 if(sys_pthread_create == NULL) { 133 return sys_pthread_create(thread, attr, thread_start_wrapper, p); 174 err = _cgo_openbsd_try_pthread_create(sys_pthread_create, &p, &attr, threadentry, ts);
|