HomeSort by relevance Sort by last modified time
    Searched refs:_cgo_release_context (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_context.c 11 void _cgo_release_context(uintptr_t ctxt) { function
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_context.c 11 void _cgo_release_context(uintptr_t ctxt) { function
  /prebuilts/go/darwin-x86/src/cmd/cgo/
out.go 58 fmt.Fprintf(fm, "void _cgo_release_context(__SIZE_TYPE__ ctxt) { }\n")
65 fmt.Fprintf(fm, "void _cgo_release_context(__SIZE_TYPE__);\n")
727 fmt.Fprintf(fgcc, "extern void _cgo_release_context(__SIZE_TYPE__);\n\n")
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
out.go 58 fmt.Fprintf(fm, "void _cgo_release_context(__SIZE_TYPE__ ctxt) { }\n")
65 fmt.Fprintf(fm, "void _cgo_release_context(__SIZE_TYPE__);\n")
727 fmt.Fprintf(fgcc, "extern void _cgo_release_context(__SIZE_TYPE__);\n\n")
    [all...]

Completed in 532 milliseconds