HomeSort by relevance Sort by last modified time
    Searched refs:coroutine (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/libcxx/test/std/experimental/language.support/support.coroutines/
includes.pass.cpp 13 // <experimental/coroutine>
15 // Test that <experimental/coroutine> includes <new>
17 #include <experimental/coroutine>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/language.support/support.coroutines/
includes.pass.cpp 13 // <experimental/coroutine>
15 // Test that <experimental/coroutine> includes <new>
17 #include <experimental/coroutine>
  /external/libcxx/test/libcxx/experimental/language.support/support.coroutines/
version.sh.cpp 17 #include <experimental/coroutine>
dialect_support.sh.cpp 16 // A simple "breathing" test that checks that <experimental/coroutine>
20 #include <experimental/coroutine>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/language.support/support.coroutines/
version.sh.cpp 17 #include <experimental/coroutine>
dialect_support.sh.cpp 16 // A simple "breathing" test that checks that <experimental/coroutine>
20 #include <experimental/coroutine>
  /external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.completion/
done.pass.cpp 13 // <experimental/coroutine>
20 #include <experimental/coroutine>
  /external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.export/
from_address.fail.cpp 12 // <experimental/coroutine>
20 // pointer. The user cannot possibly have a typed pointer to the coroutine.
24 #include <experimental/coroutine>
34 // expected-error@experimental/coroutine:* 3 {{coroutine_handle<void>::from_address cannot be called with non-void pointers}}
41 // expected-error@experimental/coroutine:* 1 {{static_assert failed "coroutine_handle<promise_type>::from_address cannot be used with pointers to the coroutine's promise type; use 'from_promise' instead"}}
43 // expected-error@experimental/coroutine:* 1 {{coroutine_handle<promise_type>::from_address cannot be called with non-void pointers}}
address.pass.cpp 13 // <experimental/coroutine>
20 #include <experimental/coroutine>
from_address.pass.cpp 13 // <experimental/coroutine>
20 #include <experimental/coroutine>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.completion/
done.pass.cpp 13 // <experimental/coroutine>
20 #include <experimental/coroutine>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.export/
from_address.fail.cpp 12 // <experimental/coroutine>
20 // pointer. The user cannot possibly have a typed pointer to the coroutine.
24 #include <experimental/coroutine>
34 // expected-error@experimental/coroutine:* 3 {{coroutine_handle<void>::from_address cannot be called with non-void pointers}}
41 // expected-error@experimental/coroutine:* 1 {{static_assert failed "coroutine_handle<promise_type>::from_address cannot be used with pointers to the coroutine's promise type; use 'from_promise' instead"}}
43 // expected-error@experimental/coroutine:* 1 {{coroutine_handle<promise_type>::from_address cannot be called with non-void pointers}}
address.pass.cpp 13 // <experimental/coroutine>
20 #include <experimental/coroutine>
from_address.pass.cpp 13 // <experimental/coroutine>
20 #include <experimental/coroutine>
  /external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.con/
construct.pass.cpp 13 // <experimental/coroutine>
21 #include <experimental/coroutine>
assign.pass.cpp 13 // <experimental/coroutine>
20 #include <experimental/coroutine>
  /external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/
void_handle.pass.cpp 13 #include <experimental/coroutine>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.con/
construct.pass.cpp 13 // <experimental/coroutine>
21 #include <experimental/coroutine>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/language.support/support.coroutines/coroutine.handle/
void_handle.pass.cpp 13 #include <experimental/coroutine>
  /external/python/cpython3/Lib/asyncio/
locks.py 10 from .coroutines import coroutine
53 @coroutine
55 # This is not a coroutine. It is meant to enable the idiom:
77 @coroutine
84 @coroutine
93 by a particular coroutine when locked. A primitive lock is in one
100 another coroutine changes it to unlocked, then the acquire() call
106 When more than one coroutine is blocked in acquire() waiting for
107 the state to turn to unlocked, only one coroutine proceeds when a
108 release() call resets the state to unlocked; first coroutine whic
    [all...]
  /external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.capacity/
operator_bool.pass.cpp 13 // <experimental/coroutine>
20 #include <experimental/coroutine>
  /external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.resumption/
destroy.pass.cpp 13 // <experimental/coroutine>
20 #include <experimental/coroutine>
  /external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
await_result.pass.cpp 13 #include <experimental/coroutine>
bool_await_suspend.pass.cpp 16 #include <experimental/coroutine>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.capacity/
operator_bool.pass.cpp 13 // <experimental/coroutine>
20 #include <experimental/coroutine>

Completed in 148 milliseconds

1 2 3 4