OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__throw_system_error
(Results
1 - 25
of
25
) sorted by relevancy
/src/external/apache2/llvm/dist/libcxx/src/
random.cpp
49
__throw_system_error
(ENOENT, ("random device not supported " + __token).c_str());
63
__throw_system_error
(errno, "random_device getentropy failed");
72
__throw_system_error
(ENOENT, ("random device not supported " + __token).c_str());
91
__throw_system_error
(errno, ("random_device failed to open " + __token).c_str());
109
__throw_system_error
(ENODATA, "random_device got EOF");
113
__throw_system_error
(errno, "random_device got an unexpected error");
127
__throw_system_error
(ENOENT, ("random device not supported " + __token).c_str());
130
__throw_system_error
(error, ("random device failed to open " + __token).c_str());
145
__throw_system_error
(error, "random_device failed getting bytes");
156
__throw_system_error
(ENOENT, ("random device not supported " + __token).c_str())
[
all
...]
condition_variable.cpp
42
__throw_system_error
(EPERM,
46
__throw_system_error
(ec, "condition_variable wait failed");
55
__throw_system_error
(EPERM,
76
__throw_system_error
(ec, "condition_variable timed_wait failed");
mutex.cpp
35
__throw_system_error
(ec, "mutex lock failed");
58
__throw_system_error
(ec, "recursive_mutex constructor failed");
73
__throw_system_error
(ec, "recursive_mutex lock failed");
152
__throw_system_error
(EAGAIN, "recursive_timed_mutex lock limit reached");
chrono.cpp
17
#include "system_error" //
__throw_system_error
93
__throw_system_error
(errno, "clock_gettime(CLOCK_REALTIME) failed");
200
__throw_system_error
(errno, "clock_gettime(CLOCK_MONOTONIC_RAW) failed");
237
__throw_system_error
(errno, "failed to obtain time of day");
247
__throw_system_error
(errno, "clock_gettime(CLOCK_MONOTONIC) failed");
thread.cpp
54
__throw_system_error
(ec, "thread::join failed");
69
__throw_system_error
(ec, "thread::detach failed");
system_error.cpp
284
__throw_system_error
(int ev, const char* what_arg)
function
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
unique_lock.h
142
__throw_system_error
(int(errc::operation_not_permitted));
144
__throw_system_error
(int(errc::resource_deadlock_would_occur));
157
__throw_system_error
(int(errc::operation_not_permitted));
159
__throw_system_error
(int(errc::resource_deadlock_would_occur));
173
__throw_system_error
(int(errc::operation_not_permitted));
175
__throw_system_error
(int(errc::resource_deadlock_would_occur));
189
__throw_system_error
(int(errc::operation_not_permitted));
191
__throw_system_error
(int(errc::resource_deadlock_would_occur));
203
__throw_system_error
(int(errc::operation_not_permitted));
functexcept.h
106
__throw_system_error
(int) __attribute__((__noreturn__,__cold__));
std_thread.h
321
inline void thread::join() { std::
__throw_system_error
(EINVAL); }
322
inline void thread::detach() { std::
__throw_system_error
(EINVAL); }
std_mutex.h
117
__throw_system_error
(__e);
atomic_timed_wait.h
105
__throw_system_error
(errno);
atomic_wait.h
118
__throw_system_error
(errno);
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
unique_lock.h
136
__throw_system_error
(int(errc::operation_not_permitted));
138
__throw_system_error
(int(errc::resource_deadlock_would_occur));
150
__throw_system_error
(int(errc::operation_not_permitted));
152
__throw_system_error
(int(errc::resource_deadlock_would_occur));
165
__throw_system_error
(int(errc::operation_not_permitted));
167
__throw_system_error
(int(errc::resource_deadlock_would_occur));
180
__throw_system_error
(int(errc::operation_not_permitted));
182
__throw_system_error
(int(errc::resource_deadlock_would_occur));
194
__throw_system_error
(int(errc::operation_not_permitted));
functexcept.h
105
__throw_system_error
(int) __attribute__((__noreturn__));
std_thread.h
299
inline void thread::join() { std::
__throw_system_error
(EINVAL); }
300
inline void thread::detach() { std::
__throw_system_error
(EINVAL); }
std_mutex.h
117
__throw_system_error
(__e);
atomic_timed_wait.h
105
__throw_system_error
(errno);
atomic_wait.h
114
__throw_system_error
(errno);
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
thread.cc
115
__throw_system_error
(__e);
129
__throw_system_error
(__e);
151
__throw_system_error
(err);
164
__throw_system_error
(int(errc::operation_not_permitted));
181
__throw_system_error
(__e);
system_error.cc
531
__throw_system_error
(int __i __attribute__((unused)))
function
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
thread.cc
137
__throw_system_error
(__e);
151
__throw_system_error
(__e);
176
__throw_system_error
(err);
189
__throw_system_error
(int(errc::operation_not_permitted));
209
__throw_system_error
(__e);
system_error.cc
593
__throw_system_error
(int __i __attribute__((unused)))
function
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
memory_resource.cc
1187
__throw_system_error
(err);
1359
__throw_system_error
(err);
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
memory_resource.cc
1187
__throw_system_error
(err);
1359
__throw_system_error
(err);
/src/external/apache2/llvm/dist/libcxx/src/filesystem/
operations.cpp
657
__throw_system_error
(errno, "clock_gettime(CLOCK_REALTIME) failed");
Completed in 35 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026