/prebuilts/go/darwin-x86/src/runtime/cgo/ |
gcc_windows_386.c | 12 static void threadentry(void*); 32 thandle = _beginthread(threadentry, 0, ts); 40 threadentry(void *v) function
|
gcc_windows_amd64.c | 12 static void threadentry(void*); 32 thandle = _beginthread(threadentry, 0, ts); 40 threadentry(void *v) function
|
gcc_android_386.c | 10 static void* threadentry(void*); 73 threadentry(void *v) function 87 void* (*x_cgo_threadentry)(void*) = threadentry;
|
gcc_android_amd64.c | 10 static void* threadentry(void*); 78 threadentry(void *v) function 92 void* (*x_cgo_threadentry)(void*) = threadentry;
|
gcc_dragonfly_amd64.c | 13 static void* threadentry(void*); 46 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts); 57 threadentry(void *v) function
|
gcc_freebsd_386.c | 13 static void* threadentry(void*); 46 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts); 57 threadentry(void *v) function
|
gcc_freebsd_amd64.c | 13 static void* threadentry(void*); 46 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts); 57 threadentry(void *v) function
|
gcc_freebsd_arm.c | 23 static void *threadentry(void*); 62 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts); 74 threadentry(void *v) function
|
gcc_linux_386.c | 11 static void *threadentry(void*); 57 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts); 67 threadentry(void *v) function
|
gcc_linux_amd64.c | 13 static void* threadentry(void*); 74 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts); 84 threadentry(void *v) function
|
gcc_linux_arm.c | 11 static void *threadentry(void*); 37 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts); 48 threadentry(void *v) function
|
gcc_linux_arm64.c | 11 static void *threadentry(void*); 37 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts); 48 threadentry(void *v) function
|
gcc_linux_mips64x.c | 15 static void *threadentry(void*); 41 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts); 52 threadentry(void *v) function
|
gcc_linux_mipsx.c | 15 static void *threadentry(void*); 41 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts); 52 threadentry(void *v) function
|
gcc_linux_ppc64x.c | 13 static void *threadentry(void*); 47 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts); 59 threadentry(void *v) function
|
gcc_linux_s390x.c | 11 static void *threadentry(void*); 45 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts); 57 threadentry(void *v) function
|
gcc_netbsd_386.c | 12 static void* threadentry(void*); 45 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts); 56 threadentry(void *v) function
|
gcc_netbsd_amd64.c | 12 static void* threadentry(void*); 46 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts); 57 threadentry(void *v) function
|
gcc_netbsd_arm.c | 12 static void *threadentry(void*); 46 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts); 58 threadentry(void *v) function
|
gcc_solaris_amd64.c | 12 static void* threadentry(void*); 57 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts); 68 threadentry(void *v) function
|
/prebuilts/go/linux-x86/src/runtime/cgo/ |
gcc_windows_386.c | 12 static void threadentry(void*); 32 thandle = _beginthread(threadentry, 0, ts); 40 threadentry(void *v) function
|
gcc_windows_amd64.c | 12 static void threadentry(void*); 32 thandle = _beginthread(threadentry, 0, ts); 40 threadentry(void *v) function
|
gcc_android_386.c | 10 static void* threadentry(void*); 73 threadentry(void *v) function 87 void* (*x_cgo_threadentry)(void*) = threadentry;
|
gcc_android_amd64.c | 10 static void* threadentry(void*); 78 threadentry(void *v) function 92 void* (*x_cgo_threadentry)(void*) = threadentry;
|
gcc_dragonfly_amd64.c | 13 static void* threadentry(void*); 46 err = _cgo_try_pthread_create(&p, &attr, threadentry, ts); 57 threadentry(void *v) function
|