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

  /prebuilts/go/darwin-x86/src/runtime/cgo/
libcgo.h 115 long long _cgo_sync __attribute__ ((common)); variable
122 __tsan_acquire(&_cgo_sync);
127 __tsan_release(&_cgo_sync);
  /prebuilts/go/linux-x86/src/runtime/cgo/
libcgo.h 115 long long _cgo_sync __attribute__ ((common)); variable
122 __tsan_acquire(&_cgo_sync);
127 __tsan_release(&_cgo_sync);
  /prebuilts/go/darwin-x86/src/cmd/cgo/
out.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
out.go     [all...]

Completed in 82 milliseconds