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

  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_openbsd_386.c 68 static void init_pthread_wrapper(void) { function
96 if(pthread_once(&init_pthread_wrapper_once, init_pthread_wrapper) != 0) {
124 if(pthread_once(&init_pthread_wrapper_once, init_pthread_wrapper) != 0) {
gcc_openbsd_amd64.c 68 static void init_pthread_wrapper(void) { function
96 if(pthread_once(&init_pthread_wrapper_once, init_pthread_wrapper) != 0) {
124 if(pthread_once(&init_pthread_wrapper_once, init_pthread_wrapper) != 0) {
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_openbsd_386.c 68 static void init_pthread_wrapper(void) { function
96 if(pthread_once(&init_pthread_wrapper_once, init_pthread_wrapper) != 0) {
124 if(pthread_once(&init_pthread_wrapper_once, init_pthread_wrapper) != 0) {
gcc_openbsd_amd64.c 68 static void init_pthread_wrapper(void) { function
96 if(pthread_once(&init_pthread_wrapper_once, init_pthread_wrapper) != 0) {
124 if(pthread_once(&init_pthread_wrapper_once, init_pthread_wrapper) != 0) {

Completed in 405 milliseconds