Home
last modified time | relevance | path

Searched defs:thrparam (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Ddefs_freebsd_riscv64.go124 type thrparam struct { struct
125 start_func uintptr
126 arg unsafe.Pointer
127 stack_base uintptr
128 stack_size uintptr
129 tls_base unsafe.Pointer
130 tls_size uintptr
131 child_tid unsafe.Pointer // *int64
132 parent_tid *int64
133 flags int32
[all …]
Ddefs_freebsd_arm64.go125 type thrparam struct { struct
126 start_func uintptr
127 arg unsafe.Pointer
128 stack_base uintptr
129 stack_size uintptr
130 tls_base unsafe.Pointer
131 tls_size uintptr
132 child_tid unsafe.Pointer // *int64
133 parent_tid *int64
134 flags int32
[all …]
Ddefs_freebsd_arm.go125 type thrparam struct { struct
126 start_func uintptr
127 arg unsafe.Pointer
128 stack_base uintptr
129 stack_size uintptr
130 tls_base unsafe.Pointer
131 tls_size uintptr
132 child_tid unsafe.Pointer // *int32
133 parent_tid *int32
134 flags int32
[all …]
Ddefs_freebsd_amd64.go125 type thrparam struct { struct
126 start_func uintptr
127 arg unsafe.Pointer
128 stack_base uintptr
129 stack_size uintptr
130 tls_base unsafe.Pointer
131 tls_size uintptr
132 child_tid unsafe.Pointer // *int64
133 parent_tid *int64
134 flags int32
[all …]
Ddefs_freebsd_386.go125 type thrparam struct { struct
126 start_func uintptr
127 arg unsafe.Pointer
128 stack_base uintptr
129 stack_size uintptr
130 tls_base unsafe.Pointer
131 tls_size uintptr
132 child_tid unsafe.Pointer // *int32
133 parent_tid *int32
134 flags int32
[all …]
Dos_freebsd.go16 func thr_new(param *thrparam, size int32) int32