Searched defs:pthreadattr (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | sys_openbsd.go | 19 func pthread_attr_init(attr *pthreadattr) int32 { 28 func pthread_attr_destroy(attr *pthreadattr) int32 { 37 func pthread_attr_getstacksize(attr *pthreadattr, size *uintptr) int32 { 47 func pthread_attr_setdetachstate(attr *pthreadattr, state int) int32 { 56 func pthread_create(attr *pthreadattr, start uintptr, arg unsafe.Pointer) int32 {
|
D | os3_solaris.go | 445 func pthread_attr_destroy(attr *pthreadattr) int32 { 449 func pthread_attr_getstack(attr *pthreadattr, addr unsafe.Pointer, size *uint64) int32 { 453 func pthread_attr_init(attr *pthreadattr) int32 { 457 func pthread_attr_setdetachstate(attr *pthreadattr, state int32) int32 { 461 func pthread_attr_setstack(attr *pthreadattr, addr uintptr, size uint64) int32 { 465 func pthread_create(thread *pthread, attr *pthreadattr, fn uintptr, arg unsafe.Pointer) int32 {
|
D | sys_darwin.go | 154 func pthread_attr_init(attr *pthreadattr) int32 { 163 func pthread_attr_getstacksize(attr *pthreadattr, size *uintptr) int32 { 173 func pthread_attr_setdetachstate(attr *pthreadattr, state int) int32 { 182 func pthread_create(attr *pthreadattr, start uintptr, arg unsafe.Pointer) int32 {
|
D | defs_darwin_arm64.go | 222 type pthreadattr struct { struct 223 X__sig int64 224 X__opaque [56]int8
|
D | defs1_solaris_amd64.go | 198 type pthreadattr struct { struct 199 __pthread_attrp *byte
|
D | defs_darwin_amd64.go | 357 type pthreadattr struct { struct 358 X__sig int64 359 X__opaque [56]int8
|
D | defs_openbsd_arm64.go | 168 type pthreadattr uintptr type
|
D | defs_openbsd_riscv64.go | 173 type pthreadattr uintptr type
|
D | defs_openbsd_386.go | 177 type pthreadattr uintptr type
|
D | defs_openbsd_ppc64.go | 180 type pthreadattr uintptr type
|
D | defs_openbsd_arm.go | 185 type pthreadattr uintptr type
|
D | defs_openbsd_amd64.go | 188 type pthreadattr uintptr type
|