/prebuilts/go/darwin-x86/src/runtime/cgo/ |
libcgo_unix.h | 8 extern int _cgo_try_pthread_create(pthread_t*, const pthread_attr_t*, void* (*)(void*), void*); 11 * Same as _cgo_try_pthread_create, but passing on the pthread_create function.
|
gcc_libinit.c | 27 int err = _cgo_try_pthread_create(&p, NULL, func, arg); 91 // _cgo_try_pthread_create retries pthread_create if it fails with 94 _cgo_try_pthread_create(pthread_t* thread, const pthread_attr_t* attr, void* (*pfn)(void*), void* arg) { function
|
gcc_dragonfly_amd64.c | 46 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts);
|
gcc_freebsd_386.c | 46 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts);
|
gcc_freebsd_amd64.c | 46 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts);
|
gcc_freebsd_arm.c | 62 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts);
|
gcc_linux_386.c | 57 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts);
|
gcc_linux_amd64.c | 74 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts);
|
gcc_linux_arm.c | 37 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts);
|
gcc_linux_arm64.c | 37 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts);
|
gcc_linux_mips64x.c | 41 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts);
|
gcc_linux_mipsx.c | 41 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts);
|
gcc_linux_ppc64x.c | 47 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts);
|
gcc_linux_s390x.c | 45 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts);
|
gcc_netbsd_386.c | 45 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts);
|
gcc_netbsd_amd64.c | 46 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts);
|
gcc_netbsd_arm.c | 46 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts);
|
gcc_solaris_amd64.c | 57 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts);
|
/prebuilts/go/linux-x86/src/runtime/cgo/ |
libcgo_unix.h | 8 extern int _cgo_try_pthread_create(pthread_t*, const pthread_attr_t*, void* (*)(void*), void*); 11 * Same as _cgo_try_pthread_create, but passing on the pthread_create function.
|
gcc_libinit.c | 27 int err = _cgo_try_pthread_create(&p, NULL, func, arg); 91 // _cgo_try_pthread_create retries pthread_create if it fails with 94 _cgo_try_pthread_create(pthread_t* thread, const pthread_attr_t* attr, void* (*pfn)(void*), void* arg) { function
|
gcc_dragonfly_amd64.c | 46 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts);
|
gcc_freebsd_386.c | 46 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts);
|
gcc_freebsd_amd64.c | 46 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts);
|
gcc_freebsd_arm.c | 62 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts);
|
gcc_linux_386.c | 57 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts);
|