Lines Matching defs:thrparam
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 int32135 rtp *rtprio136 spare [3]uintptr