Home
last modified time | relevance | path

Searched refs:__guard (Results 1 – 25 of 687) sorted by relevance

12345678910>>...28

/dports/lang/gcc10/gcc-10.3.0/libgcc/config/
H A Dgthr-vxworks.c47 __release (__gthread_once_t ** __guard)
49 (*__guard)->busy = 0;
53 __gthread_once (__gthread_once_t * __guard, void (*__func) (void))
55 if (__guard->done)
61 while (!__TAS(&__guard->busy))
63 if (__guard->done)
68 if (!__guard->done)
76 __gthread_once_t *__temp = __guard;
80 __guard->done = 1;
83 __release(&__guard);
/dports/lang/gcc12-devel/gcc-12-20211205/libgcc/config/
H A Dgthr-vxworks.c48 __release (__gthread_once_t ** __guard) in __release() argument
50 (*__guard)->busy = 0; in __release()
54 __gthread_once (__gthread_once_t * __guard, void (*__func) (void)) in __gthread_once() argument
56 if (__guard->done) in __gthread_once()
62 while (!__TAS(&__guard->busy)) in __gthread_once()
64 if (__guard->done) in __gthread_once()
69 if (!__guard->done) in __gthread_once()
77 __gthread_once_t *__temp = __guard; in __gthread_once()
81 __guard->done = 1; in __gthread_once()
84 __release(&__guard); in __gthread_once()
/dports/lang/gcc11-devel/gcc-11-20211009/libgcc/config/
H A Dgthr-vxworks.c48 __release (__gthread_once_t ** __guard) in __release() argument
50 (*__guard)->busy = 0; in __release()
54 __gthread_once (__gthread_once_t * __guard, void (*__func) (void)) in __gthread_once() argument
56 if (__guard->done) in __gthread_once()
62 while (!__TAS(&__guard->busy)) in __gthread_once()
64 if (__guard->done) in __gthread_once()
69 if (!__guard->done) in __gthread_once()
77 __gthread_once_t *__temp = __guard; in __gthread_once()
81 __guard->done = 1; in __gthread_once()
84 __release(&__guard); in __gthread_once()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgcc/config/
H A Dgthr-vxworks.c48 __release (__gthread_once_t ** __guard) in __release() argument
50 (*__guard)->busy = 0; in __release()
54 __gthread_once (__gthread_once_t * __guard, void (*__func) (void)) in __gthread_once() argument
56 if (__guard->done) in __gthread_once()
62 while (!__TAS(&__guard->busy)) in __gthread_once()
64 if (__guard->done) in __gthread_once()
69 if (!__guard->done) in __gthread_once()
77 __gthread_once_t *__temp = __guard; in __gthread_once()
81 __guard->done = 1; in __gthread_once()
84 __release(&__guard); in __gthread_once()
/dports/devel/avr-gcc/gcc-10.2.0/libgcc/config/
H A Dgthr-vxworks.c47 __release (__gthread_once_t ** __guard) in __release() argument
49 (*__guard)->busy = 0; in __release()
53 __gthread_once (__gthread_once_t * __guard, void (*__func) (void)) in __gthread_once() argument
55 if (__guard->done) in __gthread_once()
61 while (!__TAS(&__guard->busy)) in __gthread_once()
63 if (__guard->done) in __gthread_once()
68 if (!__guard->done) in __gthread_once()
76 __gthread_once_t *__temp = __guard; in __gthread_once()
80 __guard->done = 1; in __gthread_once()
83 __release(&__guard); in __gthread_once()
/dports/lang/gcc11/gcc-11.2.0/libgcc/config/
H A Dgthr-vxworks.c48 __release (__gthread_once_t ** __guard) in __release() argument
50 (*__guard)->busy = 0; in __release()
54 __gthread_once (__gthread_once_t * __guard, void (*__func) (void)) in __gthread_once() argument
56 if (__guard->done) in __gthread_once()
62 while (!__TAS(&__guard->busy)) in __gthread_once()
64 if (__guard->done) in __gthread_once()
69 if (!__guard->done) in __gthread_once()
77 __gthread_once_t *__temp = __guard; in __gthread_once()
81 __guard->done = 1; in __gthread_once()
84 __release(&__guard); in __gthread_once()
/dports/lang/gcc10-devel/gcc-10-20211008/libgcc/config/
H A Dgthr-vxworks.c47 __release (__gthread_once_t ** __guard) in __release() argument
49 (*__guard)->busy = 0; in __release()
53 __gthread_once (__gthread_once_t * __guard, void (*__func) (void)) in __gthread_once() argument
55 if (__guard->done) in __gthread_once()
61 while (!__TAS(&__guard->busy)) in __gthread_once()
63 if (__guard->done) in __gthread_once()
68 if (!__guard->done) in __gthread_once()
76 __gthread_once_t *__temp = __guard; in __gthread_once()
80 __guard->done = 1; in __gthread_once()
83 __release(&__guard); in __gthread_once()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/libsupc++/
H A Dguard.cc116 __test_and_acquire (__cxxabiv1::__guard *g) in __test_and_acquire()
132 __set_and_release (__cxxabiv1::__guard *g) in __set_and_release()
208 init_in_progress_flag(__guard* g) in init_in_progress_flag()
212 set_init_in_progress_flag(__guard* g, int v) in set_init_in_progress_flag()
229 acquire(__guard *g) in acquire()
243 int __cxa_guard_acquire (__guard *g) in __cxa_guard_acquire()
349 void __cxa_guard_abort (__guard *g) throw () in __cxa_guard_abort()
388 void __cxa_guard_release (__guard *g) throw () in __cxa_guard_release()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Dguard.cc116 __test_and_acquire (__cxxabiv1::__guard *g) in __test_and_acquire()
132 __set_and_release (__cxxabiv1::__guard *g) in __set_and_release()
208 init_in_progress_flag(__guard* g) in init_in_progress_flag()
212 set_init_in_progress_flag(__guard* g, int v) in set_init_in_progress_flag()
229 acquire(__guard *g) in acquire()
243 int __cxa_guard_acquire (__guard *g) in __cxa_guard_acquire()
349 void __cxa_guard_abort (__guard *g) throw () in __cxa_guard_abort()
388 void __cxa_guard_release (__guard *g) throw () in __cxa_guard_release()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/libsupc++/
H A Dguard.cc116 __test_and_acquire (__cxxabiv1::__guard *g)
132 __set_and_release (__cxxabiv1::__guard *g)
208 init_in_progress_flag(__guard* g)
212 set_init_in_progress_flag(__guard* g, int v)
229 acquire(__guard *g)
243 int __cxa_guard_acquire (__guard *g)
349 void __cxa_guard_abort (__guard *g) throw ()
388 void __cxa_guard_release (__guard *g) throw ()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Dguard.cc116 __test_and_acquire (__cxxabiv1::__guard *g) in __test_and_acquire()
132 __set_and_release (__cxxabiv1::__guard *g) in __set_and_release()
208 init_in_progress_flag(__guard* g) in init_in_progress_flag()
212 set_init_in_progress_flag(__guard* g, int v) in set_init_in_progress_flag()
229 acquire(__guard *g) in acquire()
243 int __cxa_guard_acquire (__guard *g) in __cxa_guard_acquire()
349 void __cxa_guard_abort (__guard *g) throw () in __cxa_guard_abort()
388 void __cxa_guard_release (__guard *g) throw () in __cxa_guard_release()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/libsupc++/
H A Dguard.cc116 __test_and_acquire (__cxxabiv1::__guard *g) in __test_and_acquire()
132 __set_and_release (__cxxabiv1::__guard *g) in __set_and_release()
208 init_in_progress_flag(__guard* g) in init_in_progress_flag()
212 set_init_in_progress_flag(__guard* g, int v) in set_init_in_progress_flag()
229 acquire(__guard *g) in acquire()
243 int __cxa_guard_acquire (__guard *g) in __cxa_guard_acquire()
349 void __cxa_guard_abort (__guard *g) throw () in __cxa_guard_abort()
388 void __cxa_guard_release (__guard *g) throw () in __cxa_guard_release()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/libsupc++/
H A Dguard.cc115 __test_and_acquire (__cxxabiv1::__guard *g) in __test_and_acquire()
131 __set_and_release (__cxxabiv1::__guard *g) in __set_and_release()
207 init_in_progress_flag(__guard* g) in init_in_progress_flag()
211 set_init_in_progress_flag(__guard* g, int v) in set_init_in_progress_flag()
228 acquire(__guard *g) in acquire()
242 int __cxa_guard_acquire (__guard *g) in __cxa_guard_acquire()
348 void __cxa_guard_abort (__guard *g) throw () in __cxa_guard_abort()
387 void __cxa_guard_release (__guard *g) throw () in __cxa_guard_release()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/libsupc++/
H A Dguard.cc111 __test_and_acquire (__cxxabiv1::__guard *g) in __test_and_acquire()
122 __set_and_release (__cxxabiv1::__guard *g) in __set_and_release()
196 init_in_progress_flag(__guard* g) in init_in_progress_flag()
200 set_init_in_progress_flag(__guard* g, int v) in set_init_in_progress_flag()
217 acquire(__guard *g) in acquire()
231 int __cxa_guard_acquire (__guard *g) in __cxa_guard_acquire()
337 void __cxa_guard_abort (__guard *g) throw () in __cxa_guard_abort()
376 void __cxa_guard_release (__guard *g) throw () in __cxa_guard_release()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/libsupc++/
H A Dguard.cc116 __test_and_acquire (__cxxabiv1::__guard *g) in __test_and_acquire()
132 __set_and_release (__cxxabiv1::__guard *g) in __set_and_release()
208 init_in_progress_flag(__guard* g) in init_in_progress_flag()
212 set_init_in_progress_flag(__guard* g, int v) in set_init_in_progress_flag()
229 acquire(__guard *g) in acquire()
243 int __cxa_guard_acquire (__guard *g) in __cxa_guard_acquire()
349 void __cxa_guard_abort (__guard *g) throw () in __cxa_guard_abort()
388 void __cxa_guard_release (__guard *g) throw () in __cxa_guard_release()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Dguard.cc116 __test_and_acquire (__cxxabiv1::__guard *g) in __test_and_acquire()
132 __set_and_release (__cxxabiv1::__guard *g) in __set_and_release()
208 init_in_progress_flag(__guard* g) in init_in_progress_flag()
212 set_init_in_progress_flag(__guard* g, int v) in set_init_in_progress_flag()
229 acquire(__guard *g) in acquire()
243 int __cxa_guard_acquire (__guard *g) in __cxa_guard_acquire()
349 void __cxa_guard_abort (__guard *g) throw () in __cxa_guard_abort()
388 void __cxa_guard_release (__guard *g) throw () in __cxa_guard_release()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/libsupc++/
H A Dguard.cc116 __test_and_acquire (__cxxabiv1::__guard *g) in __test_and_acquire()
132 __set_and_release (__cxxabiv1::__guard *g) in __set_and_release()
208 init_in_progress_flag(__guard* g) in init_in_progress_flag()
212 set_init_in_progress_flag(__guard* g, int v) in set_init_in_progress_flag()
229 acquire(__guard *g) in acquire()
243 int __cxa_guard_acquire (__guard *g) in __cxa_guard_acquire()
349 void __cxa_guard_abort (__guard *g) throw () in __cxa_guard_abort()
388 void __cxa_guard_release (__guard *g) throw () in __cxa_guard_release()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Dguard.cc116 __test_and_acquire (__cxxabiv1::__guard *g) in __test_and_acquire()
132 __set_and_release (__cxxabiv1::__guard *g) in __set_and_release()
208 init_in_progress_flag(__guard* g) in init_in_progress_flag()
212 set_init_in_progress_flag(__guard* g, int v) in set_init_in_progress_flag()
229 acquire(__guard *g) in acquire()
243 int __cxa_guard_acquire (__guard *g) in __cxa_guard_acquire()
349 void __cxa_guard_abort (__guard *g) throw () in __cxa_guard_abort()
388 void __cxa_guard_release (__guard *g) throw () in __cxa_guard_release()
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/libsupc++/
H A Dguard.cc115 __test_and_acquire (__cxxabiv1::__guard *g) in __test_and_acquire()
131 __set_and_release (__cxxabiv1::__guard *g) in __set_and_release()
207 init_in_progress_flag(__guard* g) in init_in_progress_flag()
211 set_init_in_progress_flag(__guard* g, int v) in set_init_in_progress_flag()
228 acquire(__guard *g) in acquire()
242 int __cxa_guard_acquire (__guard *g) in __cxa_guard_acquire()
348 void __cxa_guard_abort (__guard *g) throw () in __cxa_guard_abort()
387 void __cxa_guard_release (__guard *g) throw () in __cxa_guard_release()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/libsupc++/
H A Dguard.cc116 __test_and_acquire (__cxxabiv1::__guard *g) in __test_and_acquire()
132 __set_and_release (__cxxabiv1::__guard *g) in __set_and_release()
208 init_in_progress_flag(__guard* g) in init_in_progress_flag()
212 set_init_in_progress_flag(__guard* g, int v) in set_init_in_progress_flag()
229 acquire(__guard *g) in acquire()
243 int __cxa_guard_acquire (__guard *g) in __cxa_guard_acquire()
349 void __cxa_guard_abort (__guard *g) throw () in __cxa_guard_abort()
388 void __cxa_guard_release (__guard *g) throw () in __cxa_guard_release()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/libsupc++/
H A Dguard.cc116 __test_and_acquire (__cxxabiv1::__guard *g) in __test_and_acquire()
132 __set_and_release (__cxxabiv1::__guard *g) in __set_and_release()
208 init_in_progress_flag(__guard* g) in init_in_progress_flag()
212 set_init_in_progress_flag(__guard* g, int v) in set_init_in_progress_flag()
229 acquire(__guard *g) in acquire()
243 int __cxa_guard_acquire (__guard *g) in __cxa_guard_acquire()
349 void __cxa_guard_abort (__guard *g) throw () in __cxa_guard_abort()
388 void __cxa_guard_release (__guard *g) throw () in __cxa_guard_release()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/libsupc++/
H A Dguard.cc116 __test_and_acquire (__cxxabiv1::__guard *g) in __test_and_acquire()
132 __set_and_release (__cxxabiv1::__guard *g) in __set_and_release()
208 init_in_progress_flag(__guard* g) in init_in_progress_flag()
212 set_init_in_progress_flag(__guard* g, int v) in set_init_in_progress_flag()
229 acquire(__guard *g) in acquire()
243 int __cxa_guard_acquire (__guard *g) in __cxa_guard_acquire()
349 void __cxa_guard_abort (__guard *g) throw () in __cxa_guard_abort()
388 void __cxa_guard_release (__guard *g) throw () in __cxa_guard_release()
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/libsupc++/
H A Dguard.cc111 __test_and_acquire (__cxxabiv1::__guard *g) in __test_and_acquire()
122 __set_and_release (__cxxabiv1::__guard *g) in __set_and_release()
196 init_in_progress_flag(__guard* g) in init_in_progress_flag()
200 set_init_in_progress_flag(__guard* g, int v) in set_init_in_progress_flag()
217 acquire(__guard *g) in acquire()
231 int __cxa_guard_acquire (__guard *g) in __cxa_guard_acquire()
337 void __cxa_guard_abort (__guard *g) throw () in __cxa_guard_abort()
376 void __cxa_guard_release (__guard *g) throw () in __cxa_guard_release()
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/libsupc++/
H A Dguard.cc111 __test_and_acquire (__cxxabiv1::__guard *g) in __test_and_acquire()
122 __set_and_release (__cxxabiv1::__guard *g) in __set_and_release()
196 init_in_progress_flag(__guard* g) in init_in_progress_flag()
200 set_init_in_progress_flag(__guard* g, int v) in set_init_in_progress_flag()
217 acquire(__guard *g) in acquire()
231 int __cxa_guard_acquire (__guard *g) in __cxa_guard_acquire()
337 void __cxa_guard_abort (__guard *g) throw () in __cxa_guard_abort()
376 void __cxa_guard_release (__guard *g) throw () in __cxa_guard_release()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/libsupc++/
H A Dguard.cc116 __test_and_acquire (__cxxabiv1::__guard *g) in __test_and_acquire()
132 __set_and_release (__cxxabiv1::__guard *g) in __set_and_release()
208 init_in_progress_flag(__guard* g) in init_in_progress_flag()
212 set_init_in_progress_flag(__guard* g, int v) in set_init_in_progress_flag()
229 acquire(__guard *g) in acquire()
243 int __cxa_guard_acquire (__guard *g) in __cxa_guard_acquire()
366 void __cxa_guard_abort (__guard *g) noexcept in __cxa_guard_abort()
413 void __cxa_guard_release (__guard *g) noexcept in __cxa_guard_release()

12345678910>>...28