Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pthread_key_create_trampoline (0.77 sec)

  1. src/runtime/sys_darwin_arm64.go

    //go:nosplit
    //go:cgo_unsafe_args
    func g0_pthread_key_create(k *pthreadkey, destructor uintptr) int32 {
    	ret := asmcgocall(unsafe.Pointer(abi.FuncPCABI0(pthread_key_create_trampoline)), unsafe.Pointer(&k))
    	KeepAlive(k)
    	return ret
    }
    func pthread_key_create_trampoline()
    
    //go:nosplit
    //go:cgo_unsafe_args
    func g0_pthread_setspecific(k pthreadkey, value uintptr) int32 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 30 03:11:18 UTC 2021
    - 1.7K bytes
    - Viewed (0)
Back to top