Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/libpthread/include/bits/
A Dpthreadtypes.h34 typedef struct pthread *_pthread_descr; typedef
70 _pthread_descr __c_waiting; /* Threads waiting on this condition */
72 - sizeof (_pthread_descr) - sizeof (__pthread_cond_align_t)];
94 _pthread_descr __m_owner; /* Owner thread (if recursive or errcheck) */
117 _pthread_descr __rw_writer; /* Identity of writer, or NULL if none */
118 _pthread_descr __rw_read_waiting; /* Threads waiting for reading */
119 _pthread_descr __rw_write_waiting; /* Threads waiting for writing */
142 _pthread_descr __ba_waiting; /* Queue of waiting threads */
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/bits/
A Dpthreadtypes.h38 typedef struct _pthread_descr_struct *_pthread_descr; typedef
69 _pthread_descr __c_waiting; /* Threads waiting on this condition */
71 - sizeof (_pthread_descr) - sizeof (__pthread_cond_align_t)];
93 _pthread_descr __m_owner; /* Owner thread (if recursive or errcheck) */
116 _pthread_descr __rw_writer; /* Identity of writer, or NULL if none */
117 _pthread_descr __rw_read_waiting; /* Threads waiting for reading */
118 _pthread_descr __rw_write_waiting; /* Threads waiting for writing */
141 _pthread_descr __ba_waiting; /* Queue of waiting threads */
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/pthread/bits/
A Dpthreadtypes.h38 typedef struct _pthread_descr_struct *_pthread_descr; typedef
62 _pthread_descr __c_waiting; /* Threads waiting on this condition */
83 _pthread_descr __m_owner; /* Owner thread (if recursive or errcheck) */
106 _pthread_descr __rw_writer; /* Identity of writer, or NULL if none */
107 _pthread_descr __rw_read_waiting; /* Threads waiting for reading */
108 _pthread_descr __rw_write_waiting; /* Threads waiting for writing */
131 _pthread_descr __ba_waiting; /* Queue of waiting threads */
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dsemaphore.h28 typedef struct _pthread_descr_struct *_pthread_descr; typedef
37 _pthread_descr __sem_waiting;
A Drwlock.c243 _pthread_descr writer; in strong_alias()
/l4re-core-master/uclibc/lib/libpthread/include/
A Dsemaphore.h27 typedef struct pthread *_pthread_descr; typedef
36 _pthread_descr __sem_waiting;
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dsemaphore.h28 typedef struct _pthread_descr_struct *_pthread_descr; typedef
37 _pthread_descr __sem_waiting;
A Drwlock.c213 _pthread_descr writer; in pthread_rwlock_destroy()
/l4re-core-master/uclibc/lib/libpthread/src/
A Drwlock.c244 _pthread_descr writer; in strong_alias()

Completed in 10 milliseconds