/prebuilts/go/darwin-x86/src/runtime/cgo/ |
gcc_openbsd_386.c | 78 thread_start_wrapper(void *arg) function 133 return sys_pthread_create(thread, attr, thread_start_wrapper, p);
|
gcc_openbsd_amd64.c | 78 thread_start_wrapper(void *arg) function 133 return sys_pthread_create(thread, attr, thread_start_wrapper, p);
|
/prebuilts/go/linux-x86/src/runtime/cgo/ |
gcc_openbsd_386.c | 78 thread_start_wrapper(void *arg) function 133 return sys_pthread_create(thread, attr, thread_start_wrapper, p);
|
gcc_openbsd_amd64.c | 78 thread_start_wrapper(void *arg) function 133 return sys_pthread_create(thread, attr, thread_start_wrapper, p);
|