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

  /prebuilts/go/darwin-x86/src/syscall/
syscall_plan9.go 196 //sys await(s []byte) (n int, err error)
197 func Await(w *Waitmsg) (err error) {
201 n, err := await(buf[:])
228 // await() returns '' for no error
  /prebuilts/go/linux-x86/src/syscall/
syscall_plan9.go 196 //sys await(s []byte) (n int, err error)
197 func Await(w *Waitmsg) (err error) {
201 n, err := await(buf[:])
228 // await() returns '' for no error
  /external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h 216 void Await(Condition cond) { WaitLoop(cond); }
  /external/v8/src/parsing/
preparser.h 64 static PreParserIdentifier Await() {
    [all...]

Completed in 94 milliseconds