Home
last modified time | relevance | path

Searched defs:pthreadkey (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dsys_darwin_arm64.go17 func g0_pthread_key_create(k *pthreadkey, destructor uintptr) int32 {
26 func g0_pthread_setspecific(k pthreadkey, value uintptr) int32 {
Ddefs_darwin_arm64.go248 type pthreadkey uint64 type