Home
last modified time | relevance | path

Searched refs:__ec (Results 1 – 10 of 10) sorted by relevance

/external/libcxx/include/
Dfilesystem1317 filesystem_error(const string& __what, error_code __ec)
1318 : system_error(__ec, __what),
1324 filesystem_error(const string& __what, const path& __p1, error_code __ec)
1325 : system_error(__ec, __what),
1332 error_code __ec)
1333 : system_error(__ec, __what),
1383 path __absolute(const path&, error_code* __ec = nullptr);
1385 path __canonical(const path&, error_code* __ec = nullptr);
1388 error_code* __ec = nullptr);
1391 error_code* __ec = nullptr);
[all …]
D__threading_support213 int __ec = pthread_mutexattr_init(&attr);
214 if (__ec)
215 return __ec;
216 __ec = pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
217 if (__ec) {
219 return __ec;
221 __ec = pthread_mutex_init(__m, &attr);
222 if (__ec) {
224 return __ec;
226 __ec = pthread_mutexattr_destroy(&attr);
[all …]
Dthread180 int __ec =
182 if (__ec)
183 __throw_system_error(__ec, "__thread_specific_ptr construction failed");
368 int __ec = __libcpp_thread_create(&__t_, &__thread_proxy<_Gp>, __p.get());
369 if (__ec == 0)
372 __throw_system_error(__ec, "thread constructor failed");
414 int __ec = __libcpp_thread_create(&__t_, &__thread_proxy_cxx03<_InvokePair>, __pp.get());
415 if (__ec == 0)
418 __throw_system_error(__ec, "thread constructor failed");
Dsystem_error443 size_t operator()(const error_code& __ec) const _NOEXCEPT
445 return static_cast<size_t>(__ec.value());
454 size_t operator()(const error_condition& __ec) const _NOEXCEPT
456 return static_cast<size_t>(__ec.value());
467 system_error(error_code __ec, const string& __what_arg);
468 system_error(error_code __ec, const char* __what_arg);
469 system_error(error_code __ec);
Dostream1062 operator<<(basic_ostream<_CharT, _Traits>& __os, const error_code& __ec)
1064 return __os << __ec.category().name() << ':' << __ec.value();
Dios424 explicit failure(const string& __msg, const error_code& __ec = io_errc::stream);
425 explicit failure(const char* __msg, const error_code& __ec = io_errc::stream);
Dfuture507 future_error(error_code __ec);
/external/libcxx/src/
Dfuture.cpp75 future_error::future_error(error_code __ec) in future_error() argument
76 : logic_error(__ec.message()), in future_error()
77 __ec_(__ec) in future_error()
/external/libcxx/src/support/win32/
Dthread_win32.cpp128 auto __ec = GetLastError(); in __libcpp_condvar_timedwait() local
129 return __ec == ERROR_TIMEOUT ? ETIMEDOUT : __ec; in __libcpp_condvar_timedwait()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dapiviewer.js175 …ble",cq="__dR",cp="syncAppearance",N="paddingLeft",O="_applyDroppable",L="__ec",M="#",R="qx.event.… property