func runtime.pthread_self

2 uses

	runtime (current package)
		os_darwin.go#L315: 	getg().m.procid = uint64(pthread_self())
		sys_darwin.go#L139: func pthread_self() (t pthread) {