type runtime.pthreadattr
7 uses
runtime (current package)
defs_darwin_amd64.go#L348: type pthreadattr struct {
os_darwin.go#L198: var attr pthreadattr
os_darwin.go#L243: var attr pthreadattr
sys_darwin.go#L104: func pthread_attr_init(attr *pthreadattr) int32 {
sys_darwin.go#L111: func pthread_attr_getstacksize(attr *pthreadattr, size *uintptr) int32 {
sys_darwin.go#L118: func pthread_attr_setdetachstate(attr *pthreadattr, state int) int32 {
sys_darwin.go#L125: func pthread_create(attr *pthreadattr, start uintptr, arg unsafe.Pointer) int32 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |