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

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

Completed in 81 milliseconds