Home
last modified time | relevance | path

Searched refs:_pthread_descr (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/bits/
H A Dpthreadtypes.h35 typedef struct _pthread_descr_struct *_pthread_descr; typedef
66 _pthread_descr __c_waiting; /* Threads waiting on this condition */
68 - sizeof (_pthread_descr) - sizeof (__pthread_cond_align_t)];
90 _pthread_descr __m_owner; /* Owner thread (if recursive or errcheck) */
113 _pthread_descr __rw_writer; /* Identity of writer, or NULL if none */
114 _pthread_descr __rw_read_waiting; /* Threads waiting for reading */
115 _pthread_descr __rw_write_waiting; /* Threads waiting for writing */
138 _pthread_descr __ba_waiting; /* Queue of waiting threads */
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/linuxthreads/bits/
H A Dpthreadtypes.h35 typedef struct _pthread_descr_struct *_pthread_descr; typedef
59 _pthread_descr __c_waiting; /* Threads waiting on this condition */
80 _pthread_descr __m_owner; /* Owner thread (if recursive or errcheck) */
103 _pthread_descr __rw_writer; /* Identity of writer, or NULL if none */
104 _pthread_descr __rw_read_waiting; /* Threads waiting for reading */
105 _pthread_descr __rw_write_waiting; /* Threads waiting for writing */
128 _pthread_descr __ba_waiting; /* Queue of waiting threads */
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/linuxthreads/bits/
H A Dpthreadtypes.h35 typedef struct _pthread_descr_struct *_pthread_descr; typedef
59 _pthread_descr __c_waiting; /* Threads waiting on this condition */
80 _pthread_descr __m_owner; /* Owner thread (if recursive or errcheck) */
103 _pthread_descr __rw_writer; /* Identity of writer, or NULL if none */
104 _pthread_descr __rw_read_waiting; /* Threads waiting for reading */
105 _pthread_descr __rw_write_waiting; /* Threads waiting for writing */
128 _pthread_descr __ba_waiting; /* Queue of waiting threads */
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/linuxthreads/bits/
H A Dpthreadtypes.h35 typedef struct _pthread_descr_struct *_pthread_descr; typedef
59 _pthread_descr __c_waiting; /* Threads waiting on this condition */
80 _pthread_descr __m_owner; /* Owner thread (if recursive or errcheck) */
103 _pthread_descr __rw_writer; /* Identity of writer, or NULL if none */
104 _pthread_descr __rw_read_waiting; /* Threads waiting for reading */
105 _pthread_descr __rw_write_waiting; /* Threads waiting for writing */
128 _pthread_descr __ba_waiting; /* Queue of waiting threads */
/dports/lang/fpc-source/fpc-3.2.2/packages/libc/src/
H A Dpthreadtypesh.inc9 P_pthread_descr = ^_pthread_descr;
10 _pthread_descr = pointer; // Opaque type.
31 __c_waiting : _pthread_descr;
46 __m_owner : _pthread_descr;
63 __rw_writer : _pthread_descr;
64 __rw_read_waiting : _pthread_descr;
65 __rw_write_waiting : _pthread_descr;
86 __ba_waiting : _pthread_descr;
H A Dsemaphoreh.inc7 __sem_waiting : _pthread_descr;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/linuxthreads/
H A Dsemaphore.h28 typedef struct _pthread_descr_struct *_pthread_descr; typedef
37 _pthread_descr __sem_waiting;
H A Drwlock.c244 _pthread_descr writer; in strong_alias()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/linuxthreads/
H A Dsemaphore.h28 typedef struct _pthread_descr_struct *_pthread_descr; typedef
37 _pthread_descr __sem_waiting;
H A Drwlock.c244 _pthread_descr writer; in strong_alias()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/linuxthreads/
H A Dsemaphore.h28 typedef struct _pthread_descr_struct *_pthread_descr; typedef
37 _pthread_descr __sem_waiting;
H A Drwlock.c244 _pthread_descr writer; in strong_alias()
/dports/devel/fpc-pthreads/fpc-3.2.2/packages/pthreads/src/
H A Dpthrlinux.inc143 __c_waiting: _pthread_descr;
190 __ba_waiting: _pthread_descr;
H A Dpthrandroid.inc146 __c_waiting: _pthread_descr;
193 __ba_waiting: _pthread_descr;
/dports/lang/fpc-source/fpc-3.2.2/packages/pthreads/src/
H A Dpthrlinux.inc143 __c_waiting: _pthread_descr;
190 __ba_waiting: _pthread_descr;
H A Dpthrandroid.inc146 __c_waiting: _pthread_descr;
193 __ba_waiting: _pthread_descr;
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/c/
H A Ddirectfb.h155 typedef struct _pthread_descr_struct *_pthread_descr; typedef
172 _pthread_descr __c_waiting;
174 - sizeof (_pthread_descr) - sizeof (__pthread_cond_align_t)];
186 _pthread_descr __m_owner;
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/c/
H A D02001-directfb.h162 typedef struct _pthread_descr_struct *_pthread_descr; typedef
179 _pthread_descr __c_waiting;
181 - sizeof(_pthread_descr) - sizeof(__pthread_cond_align_t)];
193 _pthread_descr __m_owner;
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/posix/sys/
H A Dtypes.d680 private alias void* _pthread_descr; in version() local
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/posix/sys/
H A Dtypes.d680 private alias void* _pthread_descr; in version() local
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/posix/sys/
H A Dtypes.d680 private alias void* _pthread_descr; in version() local
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/posix/sys/
H A Dtypes.d782 private alias void* _pthread_descr; in version() local
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/posix/sys/
H A Dtypes.d782 private alias void* _pthread_descr; in version() local
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/posix/sys/
H A Dtypes.d733 private alias void* _pthread_descr; in version() local
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/posix/sys/
H A Dtypes.d782 private alias void* _pthread_descr; in version() local

12