HomeSort by relevance Sort by last modified time
    Searched refs:x_cgo_sys_thread_create (Results 1 - 6 of 6) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/cgo/
callbacks.go 67 //go:cgo_import_static x_cgo_sys_thread_create
68 //go:linkname x_cgo_sys_thread_create x_cgo_sys_thread_create
70 var x_cgo_sys_thread_create byte var
71 var _cgo_sys_thread_create = &x_cgo_sys_thread_create
gcc_libinit.c 25 x_cgo_sys_thread_create(void* (*func)(void*), void* arg) { function
gcc_libinit_windows.c 53 x_cgo_sys_thread_create(void (*func)(void*), void* arg) { function
  /prebuilts/go/linux-x86/src/runtime/cgo/
callbacks.go 67 //go:cgo_import_static x_cgo_sys_thread_create
68 //go:linkname x_cgo_sys_thread_create x_cgo_sys_thread_create
70 var x_cgo_sys_thread_create byte var
71 var _cgo_sys_thread_create = &x_cgo_sys_thread_create
gcc_libinit.c 25 x_cgo_sys_thread_create(void* (*func)(void*), void* arg) { function
gcc_libinit_windows.c 53 x_cgo_sys_thread_create(void (*func)(void*), void* arg) { function

Completed in 74 milliseconds