HomeSort by relevance Sort by last modified time
    Searched refs:sync (Results 351 - 375 of 2467) sorted by null

<<11121314151617181920>>

  /external/swiftshader/src/OpenGL/libEGL/
Display.h 24 #include "Sync.hpp"
69 void destroySync(FenceSync *sync);
77 bool isValidSync(FenceSync *sync);
  /external/syslinux/gpxe/src/arch/i386/
Makefile 111 $(Q)dd if=$< bs=512 conv=sync of=/dev/fd0
112 $(Q)sync
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiAutomatorBridge.java 69 public boolean injectInputEvent(InputEvent event, boolean sync) {
70 return mUiAutomation.injectInputEvent(event, sync);
  /hardware/libhardware/modules/input/evdev/
SwitchInputMapper.cpp 85 sync(event.when);
105 void SwitchInputMapper::sync(nsecs_t when) { function in class:android::SwitchInputMapper
  /prebuilts/go/darwin-x86/misc/cgo/test/issue9400/
gccgo.go 11 "sync/atomic"
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/src/libgo4/
libgo4.go 21 "sync/atomic"
  /prebuilts/go/darwin-x86/src/net/textproto/
pipeline.go 8 "sync"
29 mu sync.Mutex
73 mu sync.Mutex
102 panic("out of sync")
  /prebuilts/go/darwin-x86/src/runtime/race/
race_unix_test.go 11 "sync/atomic"
  /prebuilts/go/darwin-x86/src/sync/
map_test.go 11 "sync"
88 return applyCalls(new(sync.Map), calls)
114 m := new(sync.Map)
120 var wg sync.WaitGroup
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/proxy/
proxy_test.go 12 "sync"
28 var wg sync.WaitGroup
65 var wg sync.WaitGroup
82 func socks5Gateway(t *testing.T, gateway, endSystem net.Listener, typ byte, wg *sync.WaitGroup) {
  /prebuilts/go/darwin-x86/test/
atomicload.go 10 // racy code, particularly sync/mutex.
intrinsic_atomic.go 10 import "sync/atomic"
locklinear.go 18 "sync"
95 locks := make([]sync.RWMutex, offset+1)
129 locks := make([]sync.RWMutex, n*offset+1)
131 var wg sync.WaitGroup
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue16948.go 12 import "sync/atomic"
issue19182.go 12 "sync/atomic"
  /prebuilts/go/linux-x86/misc/cgo/test/issue9400/
gccgo.go 11 "sync/atomic"
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/src/libgo4/
libgo4.go 21 "sync/atomic"
  /prebuilts/go/linux-x86/src/net/textproto/
pipeline.go 8 "sync"
29 mu sync.Mutex
73 mu sync.Mutex
102 panic("out of sync")
  /prebuilts/go/linux-x86/src/runtime/race/
race_unix_test.go 11 "sync/atomic"
  /prebuilts/go/linux-x86/src/sync/
map_test.go 11 "sync"
88 return applyCalls(new(sync.Map), calls)
114 m := new(sync.Map)
120 var wg sync.WaitGroup
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/proxy/
proxy_test.go 12 "sync"
28 var wg sync.WaitGroup
65 var wg sync.WaitGroup
82 func socks5Gateway(t *testing.T, gateway, endSystem net.Listener, typ byte, wg *sync.WaitGroup) {
  /prebuilts/go/linux-x86/test/
atomicload.go 10 // racy code, particularly sync/mutex.
intrinsic_atomic.go 10 import "sync/atomic"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue16948.go 12 import "sync/atomic"
issue19182.go 12 "sync/atomic"

Completed in 517 milliseconds

<<11121314151617181920>>