Home
last modified time | relevance | path

Searched defs:pthreadattr (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dsys_openbsd.go19 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 {
Dos3_solaris.go445 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 {
Dsys_darwin.go154 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 {
Ddefs_darwin_arm64.go222 type pthreadattr struct { struct
223 X__sig int64
224 X__opaque [56]int8
Ddefs1_solaris_amd64.go198 type pthreadattr struct { struct
199 __pthread_attrp *byte
Ddefs_darwin_amd64.go357 type pthreadattr struct { struct
358 X__sig int64
359 X__opaque [56]int8
Ddefs_openbsd_arm64.go168 type pthreadattr uintptr type
Ddefs_openbsd_riscv64.go173 type pthreadattr uintptr type
Ddefs_openbsd_386.go177 type pthreadattr uintptr type
Ddefs_openbsd_ppc64.go180 type pthreadattr uintptr type
Ddefs_openbsd_arm.go185 type pthreadattr uintptr type
Ddefs_openbsd_amd64.go188 type pthreadattr uintptr type