Home
last modified time | relevance | path

Searched refs:__execute (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__mutex/
H A Donce_flag.h92 __execute(_Index()); in operator()
97 _LIBCPP_HIDE_FROM_ABI void __execute(__tuple_indices<_Indices...>) { in __execute() function
/freebsd/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp118 __execute(); in __sub_wait()
125 void __assoc_sub_state::__execute() { std::__throw_future_error(future_errc::no_state); } in __execute() function in __assoc_sub_state
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfuture575 virtual void __execute();
778 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual void __execute();
787 void __deferred_assoc_state<_Rp, _Fp>::__execute() {
808 _LIBCPP_HIDE_FROM_ABI_VIRTUAL void __execute() override;
817 void __deferred_assoc_state<void, _Fp>::__execute() {
841 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual void __execute();
848 void __async_assoc_state<_Rp, _Fp>::__execute() {
877 _LIBCPP_HIDE_FROM_ABI_VIRTUAL void __execute() override;
884 void __async_assoc_state<void, _Fp>::__execute() {
1821 std::thread(&__async_assoc_state<_Rp, _Fp>::__execute, __h.get()).detach();
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dfuture508 virtual void __execute();
723 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual void __execute();
732 void __deferred_assoc_state<_Rp, _Fp>::__execute() {
753 _LIBCPP_HIDE_FROM_ABI_VIRTUAL void __execute() override;
762 void __deferred_assoc_state<void, _Fp>::__execute() {
786 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual void __execute();
793 void __async_assoc_state<_Rp, _Fp>::__execute() {
822 _LIBCPP_HIDE_FROM_ABI_VIRTUAL void __execute() override;
829 void __async_assoc_state<void, _Fp>::__execute() {
1753 std::thread(&__async_assoc_state<_Rp, _Fp>::__execute, __h.get()).detach();