/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++11/ |
A D | condition_variable.cc | 52 int __e = __gthread_cond_wait(&_M_cond, __lock.mutex()->native_handle()); in wait() local 54 if (__e) in wait() 55 __throw_system_error(__e); in wait() 61 int __e = __gthread_cond_signal(&_M_cond); in notify_one() local 65 if (__e) in notify_one() 66 __throw_system_error(__e); in notify_one() 72 int __e = __gthread_cond_broadcast(&_M_cond); in notify_all() local 76 if (__e) in notify_all() 77 __throw_system_error(__e); in notify_all()
|
A D | thread.cc | 104 int __e = EINVAL; in join() local 107 __e = __gthread_join(_M_id._M_thread, 0); in join() 109 if (__e) in join() 110 __throw_system_error(__e); in join() 118 int __e = EINVAL; in detach() local 121 __e = __gthread_detach(_M_id._M_thread); in detach() 123 if (__e) in detach() 124 __throw_system_error(__e); in detach() 141 int __e = __gthread_create(&_M_id._M_thread, in _M_start_thread() local 143 if (__e) in _M_start_thread() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/ |
A D | thread.cc | 104 int __e = EINVAL; in join() local 107 __e = __gthread_join(_M_id._M_thread, 0); in join() 109 if (__e) in join() 110 __throw_system_error(__e); in join() 118 int __e = EINVAL; in detach() local 121 __e = __gthread_detach(_M_id._M_thread); in detach() 123 if (__e) in detach() 124 __throw_system_error(__e); in detach() 148 int __e = __gthread_create(&_M_id._M_thread, in _M_start_thread() local 150 if (__e) in _M_start_thread() [all …]
|
A D | condition_variable.cc | 53 int __e = __gthread_cond_wait(&_M_cond, __lock.mutex()->native_handle()); in wait() local 55 if (__e) in wait() 56 __throw_system_error(__e); in wait() 62 int __e = __gthread_cond_signal(&_M_cond); in notify_one() local 66 if (__e) in notify_one() 67 __throw_system_error(__e); in notify_one() 73 int __e = __gthread_cond_broadcast(&_M_cond); in notify_all() local 77 if (__e) in notify_all() 78 __throw_system_error(__e); in notify_all()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | std_mutex.h | 100 int __e = __gthread_mutex_lock(&_M_mutex); in _GLIBCXX_VISIBILITY() local 103 if (__e) in _GLIBCXX_VISIBILITY() 104 __throw_system_error(__e); in _GLIBCXX_VISIBILITY() 141 int __e __attribute__((__unused__)) = __gthread_cond_destroy(&_M_cond); in _GLIBCXX_VISIBILITY() local 142 __glibcxx_assert(__e != EBUSY); // threads are still blocked in _GLIBCXX_VISIBILITY() 154 int __e __attribute__((__unused__)) in _GLIBCXX_VISIBILITY() local 156 __glibcxx_assert(__e == 0); in _GLIBCXX_VISIBILITY() 177 int __e __attribute__((__unused__)) = __gthread_cond_signal(&_M_cond); in _GLIBCXX_VISIBILITY() local 178 __glibcxx_assert(__e == 0); in _GLIBCXX_VISIBILITY() 184 int __e __attribute__((__unused__)) = __gthread_cond_broadcast(&_M_cond); in _GLIBCXX_VISIBILITY() local [all …]
|
A D | valarray_array.tcc | 146 *__p = __e[__i]; in __valarray_copy() 153 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 158 *__p = __e[__i]; in __valarray_copy() 165 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 170 __a._M_data[*__j] = __e[__k]; in __valarray_copy() 177 __valarray_copy(_Array<_Tp> __e, _Array<size_t> __f, in __valarray_copy() argument 184 __a._M_data[*__j] = __e._M_data[*__g]; in __valarray_copy() 195 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 207 *__p = __e[__i]; in __valarray_copy() 214 __valarray_copy_construct(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy_construct() argument [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/ |
A D | thread.cc | 107 int __e = EINVAL; in join() local 110 __e = __gthread_join(_M_id._M_thread, 0); in join() 112 if (__e) in join() 113 __throw_system_error(__e); in join() 121 int __e = EINVAL; in detach() local 124 __e = __gthread_detach(_M_id._M_thread); in detach() 126 if (__e) in detach() 127 __throw_system_error(__e); in detach() 164 int __e = __gthread_create(&_M_id._M_thread, in _M_start_thread() local 166 if (__e) in _M_start_thread() [all …]
|
A D | condition_variable.cc | 53 int __e = __gthread_cond_wait(&_M_cond, __lock.mutex()->native_handle()); in wait() local 55 if (__e) in wait() 62 int __e = __gthread_cond_signal(&_M_cond); in notify_one() local 66 if (__e) in notify_one() 67 __throw_system_error(__e); in notify_one() 73 int __e = __gthread_cond_broadcast(&_M_cond); in notify_all() local 77 if (__e) in notify_all() 78 __throw_system_error(__e); in notify_all()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/ |
A D | thread.cc | 133 int __e = EINVAL; in join() local 136 __e = __gthread_join(_M_id._M_thread, 0); in join() 138 if (__e) in join() 139 __throw_system_error(__e); in join() 147 int __e = EINVAL; in detach() local 150 __e = __gthread_detach(_M_id._M_thread); in detach() 152 if (__e) in detach() 153 __throw_system_error(__e); in detach() 190 int __e = __gthread_create(&_M_id._M_thread, in _M_start_thread() local 192 if (__e) in _M_start_thread() [all …]
|
A D | condition_variable.cc | 53 int __e = __gthread_cond_wait(&_M_cond, __lock.mutex()->native_handle()); in wait() local 55 if (__e) in wait() 62 int __e = __gthread_cond_signal(&_M_cond); in notify_one() local 66 if (__e) in notify_one() 67 __throw_system_error(__e); in notify_one() 73 int __e = __gthread_cond_broadcast(&_M_cond); in notify_all() local 77 if (__e) in notify_all() 78 __throw_system_error(__e); in notify_all()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/ |
A D | thread.cc | 133 int __e = EINVAL; in join() local 136 __e = __gthread_join(_M_id._M_thread, 0); in join() 138 if (__e) in join() 139 __throw_system_error(__e); in join() 147 int __e = EINVAL; in detach() local 150 __e = __gthread_detach(_M_id._M_thread); in detach() 152 if (__e) in detach() 153 __throw_system_error(__e); in detach() 190 int __e = __gthread_create(&_M_id._M_thread, in _M_start_thread() local 192 if (__e) in _M_start_thread() [all …]
|
A D | condition_variable.cc | 53 int __e = __gthread_cond_wait(&_M_cond, __lock.mutex()->native_handle()); in wait() local 55 if (__e) in wait() 62 int __e = __gthread_cond_signal(&_M_cond); in notify_one() local 66 if (__e) in notify_one() 67 __throw_system_error(__e); in notify_one() 73 int __e = __gthread_cond_broadcast(&_M_cond); in notify_all() local 77 if (__e) in notify_all() 78 __throw_system_error(__e); in notify_all()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/ |
A D | thread.cc | 107 int __e = EINVAL; in join() local 110 __e = __gthread_join(_M_id._M_thread, 0); in join() 112 if (__e) in join() 113 __throw_system_error(__e); in join() 121 int __e = EINVAL; in detach() local 124 __e = __gthread_detach(_M_id._M_thread); in detach() 126 if (__e) in detach() 127 __throw_system_error(__e); in detach() 164 int __e = __gthread_create(&_M_id._M_thread, in _M_start_thread() local 166 if (__e) in _M_start_thread() [all …]
|
A D | condition_variable.cc | 53 int __e = __gthread_cond_wait(&_M_cond, __lock.mutex()->native_handle()); in wait() local 55 if (__e) in wait() 62 int __e = __gthread_cond_signal(&_M_cond); in notify_one() local 66 if (__e) in notify_one() 67 __throw_system_error(__e); in notify_one() 73 int __e = __gthread_cond_broadcast(&_M_cond); in notify_all() local 77 if (__e) in notify_all() 78 __throw_system_error(__e); in notify_all()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/ |
A D | thread.cc | 107 int __e = EINVAL; in join() local 110 __e = __gthread_join(_M_id._M_thread, 0); in join() 112 if (__e) in join() 113 __throw_system_error(__e); in join() 121 int __e = EINVAL; in detach() local 124 __e = __gthread_detach(_M_id._M_thread); in detach() 126 if (__e) in detach() 127 __throw_system_error(__e); in detach() 164 int __e = __gthread_create(&_M_id._M_thread, in _M_start_thread() local 166 if (__e) in _M_start_thread() [all …]
|
A D | condition_variable.cc | 53 int __e = __gthread_cond_wait(&_M_cond, __lock.mutex()->native_handle()); in wait() local 55 if (__e) in wait() 62 int __e = __gthread_cond_signal(&_M_cond); in notify_one() local 66 if (__e) in notify_one() 67 __throw_system_error(__e); in notify_one() 73 int __e = __gthread_cond_broadcast(&_M_cond); in notify_all() local 77 if (__e) in notify_all() 78 __throw_system_error(__e); in notify_all()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/ |
A D | thread.cc | 109 int __e = EINVAL; in join() local 112 __e = __gthread_join(_M_id._M_thread, 0); in join() 114 if (__e) in join() 115 __throw_system_error(__e); in join() 123 int __e = EINVAL; in detach() local 126 __e = __gthread_detach(_M_id._M_thread); in detach() 128 if (__e) in detach() 129 __throw_system_error(__e); in detach() 176 int __e = __gthread_create(&_M_id._M_thread, in _M_start_thread() local 178 if (__e) in _M_start_thread() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/ |
A D | valarray_array.tcc | 146 *__p = __e[__i]; in __valarray_copy() 153 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 158 *__p = __e[__i]; in __valarray_copy() 165 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 170 __a._M_data[*__j] = __e[__k]; in __valarray_copy() 177 __valarray_copy(_Array<_Tp> __e, _Array<size_t> __f, in __valarray_copy() argument 184 __a._M_data[*__j] = __e._M_data[*__g]; in __valarray_copy() 195 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 207 *__p = __e[__i]; in __valarray_copy() 214 __valarray_copy_construct(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy_construct() argument [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/ |
A D | valarray_array.tcc | 146 *__p = __e[__i]; in __valarray_copy() 153 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 158 *__p = __e[__i]; in __valarray_copy() 165 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 170 __a._M_data[*__j] = __e[__k]; in __valarray_copy() 177 __valarray_copy(_Array<_Tp> __e, _Array<size_t> __f, in __valarray_copy() argument 184 __a._M_data[*__j] = __e._M_data[*__g]; in __valarray_copy() 195 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 207 *__p = __e[__i]; in __valarray_copy() 214 __valarray_copy_construct(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy_construct() argument [all …]
|
A D | valarray_array.h | 73 _S_do_it(_Tp* __b, _Tp* __e) in _GLIBCXX_VISIBILITY() 75 while (__b != __e) in _GLIBCXX_VISIBILITY() 85 _S_do_it(_Tp* __b, _Tp* __e) in _GLIBCXX_VISIBILITY() 105 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) in _GLIBCXX_VISIBILITY() 107 while (__b != __e) in _GLIBCXX_VISIBILITY() 116 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) in _GLIBCXX_VISIBILITY() 118 while (__b != __e) in _GLIBCXX_VISIBILITY() 142 while (__b != __e) in _GLIBCXX_VISIBILITY() 207 while (__b != __e) in _GLIBCXX_VISIBILITY() 600 __a._M_data[*__j] _Op##= __e[__k]; \ in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/ |
A D | valarray_array.tcc | 146 *__p = __e[__i]; in __valarray_copy() 153 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 158 *__p = __e[__i]; in __valarray_copy() 165 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 170 __a._M_data[*__j] = __e[__k]; in __valarray_copy() 177 __valarray_copy(_Array<_Tp> __e, _Array<size_t> __f, in __valarray_copy() argument 184 __a._M_data[*__j] = __e._M_data[*__g]; in __valarray_copy() 195 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 207 *__p = __e[__i]; in __valarray_copy() 214 __valarray_copy_construct(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy_construct() argument [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/ |
A D | valarray_array.tcc | 146 *__p = __e[__i]; in __valarray_copy() 153 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 158 *__p = __e[__i]; in __valarray_copy() 165 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 170 __a._M_data[*__j] = __e[__k]; in __valarray_copy() 177 __valarray_copy(_Array<_Tp> __e, _Array<size_t> __f, in __valarray_copy() argument 184 __a._M_data[*__j] = __e._M_data[*__g]; in __valarray_copy() 195 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 207 *__p = __e[__i]; in __valarray_copy() 214 __valarray_copy_construct(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy_construct() argument [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/ |
A D | valarray_array.tcc | 146 *__p = __e[__i]; in __valarray_copy() 153 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 158 *__p = __e[__i]; in __valarray_copy() 165 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 170 __a._M_data[*__j] = __e[__k]; in __valarray_copy() 177 __valarray_copy(_Array<_Tp> __e, _Array<size_t> __f, in __valarray_copy() argument 184 __a._M_data[*__j] = __e._M_data[*__g]; in __valarray_copy() 195 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 207 *__p = __e[__i]; in __valarray_copy() 214 __valarray_copy_construct(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy_construct() argument [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/ |
A D | valarray_array.tcc | 146 *__p = __e[__i]; in __valarray_copy() 153 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 158 *__p = __e[__i]; in __valarray_copy() 165 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 170 __a._M_data[*__j] = __e[__k]; in __valarray_copy() 177 __valarray_copy(_Array<_Tp> __e, _Array<size_t> __f, in __valarray_copy() argument 184 __a._M_data[*__j] = __e._M_data[*__g]; in __valarray_copy() 195 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 207 *__p = __e[__i]; in __valarray_copy() 214 __valarray_copy_construct(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy_construct() argument [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/ |
A D | valarray_array.tcc | 146 *__p = __e[__i]; in __valarray_copy() 153 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 158 *__p = __e[__i]; in __valarray_copy() 165 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 170 __a._M_data[*__j] = __e[__k]; in __valarray_copy() 177 __valarray_copy(_Array<_Tp> __e, _Array<size_t> __f, in __valarray_copy() argument 184 __a._M_data[*__j] = __e._M_data[*__g]; in __valarray_copy() 195 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument 207 *__p = __e[__i]; in __valarray_copy() 214 __valarray_copy_construct(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy_construct() argument [all …]
|