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

  /bionic/libc/bionic/
pthread_attr.cpp 145 int pthread_attr_setstack(pthread_attr_t* attr, void* stack_base, size_t stack_size) { function
  /prebuilts/go/darwin-x86/src/runtime/
os3_solaris.go 30 //go:cgo_import_dynamic libc_pthread_attr_setstack pthread_attr_setstack "libc.so"
159 if pthread_attr_setstack(&attr, 0, 0x200000) != 0 {
160 throw("pthread_attr_setstack")
456 func pthread_attr_setstack(attr *pthreadattr, addr uintptr, size uint64) int32 { func
  /prebuilts/go/linux-x86/src/runtime/
os3_solaris.go 30 //go:cgo_import_dynamic libc_pthread_attr_setstack pthread_attr_setstack "libc.so"
159 if pthread_attr_setstack(&attr, 0, 0x200000) != 0 {
160 throw("pthread_attr_setstack")
456 func pthread_attr_setstack(attr *pthreadattr, addr uintptr, size uint64) int32 { func

Completed in 112 milliseconds