Searched defs:thrparam (Results 1 – 6 of 6) sorted by relevance
124 type thrparam struct { struct125 start_func uintptr126 arg unsafe.Pointer127 stack_base uintptr128 stack_size uintptr129 tls_base unsafe.Pointer130 tls_size uintptr131 child_tid unsafe.Pointer // *int64132 parent_tid *int64133 flags int32[all …]
125 type thrparam struct { struct126 start_func uintptr127 arg unsafe.Pointer128 stack_base uintptr129 stack_size uintptr130 tls_base unsafe.Pointer131 tls_size uintptr132 child_tid unsafe.Pointer // *int64133 parent_tid *int64134 flags int32[all …]
125 type thrparam struct { struct126 start_func uintptr127 arg unsafe.Pointer128 stack_base uintptr129 stack_size uintptr130 tls_base unsafe.Pointer131 tls_size uintptr132 child_tid unsafe.Pointer // *int32133 parent_tid *int32134 flags int32[all …]
16 func thr_new(param *thrparam, size int32) int32