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

  /external/v8/src/builtins/
builtins-async.h 26 Node* Await(Node* context, Node* generator, Node* value, Node* outer_promise,
builtins-async.cc 15 Node* AsyncBuiltinsAssembler::Await(
builtins-async-function.cc 95 // ES#abstract-ops-async-function-await
97 // Shared logic for the core of await. The parser desugars
98 // await awaited
118 // TODO(jgruber): AsyncBuiltinsAssembler::Await currently does not reuse
125 Node* const result = Await(
133 // Called by the parser from the desugaring of 'await' when catch
148 // Called by the parser from the desugaring of 'await' when catch
179 // the first await.
181 // resumptions from await.
  /external/v8/src/parsing/
preparser.cc 47 case Token::AWAIT:
48 return PreParserIdentifier::Await();
preparser.h 67 static PreParserIdentifier Await() {
    [all...]
  /external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h 216 void Await(Condition cond) { WaitLoop(cond); }
tsan_unittest.cpp 980 // 7. MU2.Await(COND == 0) <------------+------ f. ANNOTATE_CONDVAR_SIGNAL(MU2)
981 // 8. MU2.Unlock() V-----> g. MU2.Await(COND == 0)
1004 MU2.Await(Condition(&ArgIsZero, &COND));
1038 MU2.Await(Condition(&ArgIsZero, &COND));
1057 // test18: TN. Synchronization via Await(), signaller gets there first. {{{1
1061 // Same as test03, but uses Mutex::Await() instead of Mutex::LockWhen().
1078 MU.Await(Condition(&ArgIsOne, &COND)); // calls ANNOTATE_CONDVAR_WAIT
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
exec_plan9.go 448 Await(&wmsg)
509 w.err = Await(&w.Waitmsg)
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/
exec_plan9.go 448 Await(&wmsg)
509 w.err = Await(&w.Waitmsg)
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

Completed in 138 milliseconds