Home
last modified time | relevance | path

Searched refs:PTHREAD_ONCE_INIT (Results 1 – 25 of 2228) sorted by relevance

12345678910>>...90

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/fixincludes/tests/base/
H A Dpthread.h13 #define PTHREAD_ONCE_INIT \ macro
131 #define PTHREAD_ONCE_INIT {{0, 0, 0, PTHREAD_ONCE_NOTDONE}}
133 #define PTHREAD_ONCE_INIT {{{0}, {0}, {0}, {PTHREAD_ONCE_NOTDONE}}}
141 #define PTHREAD_ONCE_INIT {{0, 0, 0, PTHREAD_ONCE_NOTDONE}}
143 #define PTHREAD_ONCE_INIT {{{0}, {0}, {0}, {PTHREAD_ONCE_NOTDONE}}}
/dports/lang/gcc48/gcc-4.8.5/fixincludes/tests/base/
H A Dpthread.h13 #define PTHREAD_ONCE_INIT \ macro
141 #define PTHREAD_ONCE_INIT {{0, 0, 0, PTHREAD_ONCE_NOTDONE}}
143 #define PTHREAD_ONCE_INIT {{{0}, {0}, {0}, {PTHREAD_ONCE_NOTDONE}}}
151 #define PTHREAD_ONCE_INIT {{0, 0, 0, PTHREAD_ONCE_NOTDONE}}
153 #define PTHREAD_ONCE_INIT {{{0}, {0}, {0}, {PTHREAD_ONCE_NOTDONE}}}
/dports/devel/mingw32-gcc/gcc-4.8.1/fixincludes/tests/base/
H A Dpthread.h13 #define PTHREAD_ONCE_INIT \ macro
141 #define PTHREAD_ONCE_INIT {{0, 0, 0, PTHREAD_ONCE_NOTDONE}}
143 #define PTHREAD_ONCE_INIT {{{0}, {0}, {0}, {PTHREAD_ONCE_NOTDONE}}}
151 #define PTHREAD_ONCE_INIT {{0, 0, 0, PTHREAD_ONCE_NOTDONE}}
153 #define PTHREAD_ONCE_INIT {{{0}, {0}, {0}, {PTHREAD_ONCE_NOTDONE}}}
/dports/editors/gedit/gedit-40.1/build-aux/osx/build/modulesets/patches/libxml2/
H A Dlibxml2-Bug-686118-pthreads_once_init.patch8 I.M.O. structure initializer (as PTHREAD_ONCE_INIT) cannot be used in
18 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
19 +static pthread_once_t once_control_init = PTHREAD_ONCE_INIT;
27 - once_control = PTHREAD_ONCE_INIT;
/dports/net/ntp/ntp-4.2.8p15/lib/isc/pthreads/include/isc/
H A Donce.h36 #define ISC_ONCE_INIT { PTHREAD_ONCE_INIT }
41 #define ISC_ONCE_INIT PTHREAD_ONCE_INIT
/dports/dns/bind911/bind-9.11.37/lib/isc/pthreads/include/isc/
H A Donce.h29 #define ISC_ONCE_INIT { PTHREAD_ONCE_INIT }
34 #define ISC_ONCE_INIT PTHREAD_ONCE_INIT
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/sfio/
H A Dvthread.h57 #if !defined(PTHREAD_ONCE_INIT) && defined(pthread_once_init)
58 #define PTHREAD_ONCE_INIT pthread_once_init macro
122 { 0, PTHREAD_ONCE_INIT }
/dports/astro/astrometry/astrometry.net-0.85/include/astrometry/
H A Dan-thread-pthreads.h11 #define AN_THREAD_DECLARE_ONCE(X) pthread_once_t X = PTHREAD_ONCE_INIT
13 #define AN_THREAD_DECLARE_STATIC_ONCE(X) static pthread_once_t X = PTHREAD_ONCE_INIT
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/include/astrometry/
H A Dan-thread-pthreads.h11 #define AN_THREAD_DECLARE_ONCE(X) pthread_once_t X = PTHREAD_ONCE_INIT
13 #define AN_THREAD_DECLARE_STATIC_ONCE(X) static pthread_once_t X = PTHREAD_ONCE_INIT
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dpthread-init-common.h36 #ifdef PTHREAD_ONCE_INIT in foo()
37 pthread_once_t ponce UNUSED = PTHREAD_ONCE_INIT; in foo()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/
H A Dpthread-init-common.h36 #ifdef PTHREAD_ONCE_INIT in foo()
37 pthread_once_t ponce UNUSED = PTHREAD_ONCE_INIT; in foo()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dpthread-init-common.h36 #ifdef PTHREAD_ONCE_INIT in foo()
37 pthread_once_t ponce UNUSED = PTHREAD_ONCE_INIT; in foo()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dpthread-init-common.h36 #ifdef PTHREAD_ONCE_INIT in foo()
37 pthread_once_t ponce UNUSED = PTHREAD_ONCE_INIT; in foo()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpthread-init-common.h36 #ifdef PTHREAD_ONCE_INIT in foo()
37 pthread_once_t ponce UNUSED = PTHREAD_ONCE_INIT; in foo()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpthread-init-common.h36 #ifdef PTHREAD_ONCE_INIT in foo()
37 pthread_once_t ponce UNUSED = PTHREAD_ONCE_INIT; in foo()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpthread-init-common.h36 #ifdef PTHREAD_ONCE_INIT in foo()
37 pthread_once_t ponce UNUSED = PTHREAD_ONCE_INIT; in foo()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A Dpthread-init-common.h36 #ifdef PTHREAD_ONCE_INIT in foo()
37 pthread_once_t ponce UNUSED = PTHREAD_ONCE_INIT; in foo()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/
H A Dpthread-init-common.h36 #ifdef PTHREAD_ONCE_INIT in foo()
37 pthread_once_t ponce UNUSED = PTHREAD_ONCE_INIT; in foo()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A Dpthread-init-common.h36 #ifdef PTHREAD_ONCE_INIT in foo()
37 pthread_once_t ponce UNUSED = PTHREAD_ONCE_INIT; in foo()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpthread-init-common.h36 #ifdef PTHREAD_ONCE_INIT in foo()
37 pthread_once_t ponce UNUSED = PTHREAD_ONCE_INIT; in foo()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A Dpthread-init-common.h36 #ifdef PTHREAD_ONCE_INIT in foo()
37 pthread_once_t ponce UNUSED = PTHREAD_ONCE_INIT; in foo()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/
H A Dpthread-init-common.h36 #ifdef PTHREAD_ONCE_INIT in foo()
37 pthread_once_t ponce UNUSED = PTHREAD_ONCE_INIT; in foo()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dpthread-init-common.h36 #ifdef PTHREAD_ONCE_INIT in foo()
37 pthread_once_t ponce UNUSED = PTHREAD_ONCE_INIT; in foo()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/
H A Dpthread-init-common.h36 #ifdef PTHREAD_ONCE_INIT in foo()
37 pthread_once_t ponce UNUSED = PTHREAD_ONCE_INIT; in foo()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A Dpthread-init-common.h36 #ifdef PTHREAD_ONCE_INIT in foo()
37 pthread_once_t ponce UNUSED = PTHREAD_ONCE_INIT; in foo()

12345678910>>...90