type runtime.pthreadkey

4 uses

	runtime (current package)
		defs_darwin_arm64.go#L239: type pthreadkey uint64
		sys_darwin_arm64.go#L16: func g0_pthread_key_create(k *pthreadkey, destructor uintptr) int32 {
		sys_darwin_arm64.go#L23: func g0_pthread_setspecific(k pthreadkey, value uintptr) int32 {
		sys_darwin_arm64.go#L42: 	var k pthreadkey