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

  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_openbsd_386.c 31 static int (*sys_pthread_create)(pthread_t *thread, const pthread_attr_t *attr, variable
97 sys_pthread_create = dlsym(handle, "pthread_create");
98 if(sys_pthread_create == NULL) {
133 return sys_pthread_create(thread, attr, thread_start_wrapper, p);
174 err = _cgo_openbsd_try_pthread_create(sys_pthread_create, &p, &attr, threadentry, ts);
gcc_openbsd_amd64.c 31 static int (*sys_pthread_create)(pthread_t *thread, const pthread_attr_t *attr, variable
97 sys_pthread_create = dlsym(handle, "pthread_create");
98 if(sys_pthread_create == NULL) {
133 return sys_pthread_create(thread, attr, thread_start_wrapper, p);
174 err = _cgo_openbsd_try_pthread_create(sys_pthread_create, &p, &attr, threadentry, ts);
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_openbsd_386.c 31 static int (*sys_pthread_create)(pthread_t *thread, const pthread_attr_t *attr, variable
97 sys_pthread_create = dlsym(handle, "pthread_create");
98 if(sys_pthread_create == NULL) {
133 return sys_pthread_create(thread, attr, thread_start_wrapper, p);
174 err = _cgo_openbsd_try_pthread_create(sys_pthread_create, &p, &attr, threadentry, ts);
gcc_openbsd_amd64.c 31 static int (*sys_pthread_create)(pthread_t *thread, const pthread_attr_t *attr, variable
97 sys_pthread_create = dlsym(handle, "pthread_create");
98 if(sys_pthread_create == NULL) {
133 return sys_pthread_create(thread, attr, thread_start_wrapper, p);
174 err = _cgo_openbsd_try_pthread_create(sys_pthread_create, &p, &attr, threadentry, ts);

Completed in 205 milliseconds