Home
last modified time | relevance | path

Searched defs:_pthread_descr_struct (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Ddescr.h113 struct _pthread_descr_struct struct
118 {
129 } p_header;
135 pthread_descr p_nextlive, p_prevlive;
139 pthread_t p_tid; /* Thread identifier */
147 char p_detached; /* true if detached */
153 char p_cancelstate; /* cancellation state */
171 size_t p_guardsize; /* size of guard area */
174 td_eventbuf_t p_eventbuf; /* Data for event. */
180 pthread_extricate_if *p_extricate; /* See above */
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dinternals.h130 struct _pthread_descr_struct { struct
131 pthread_descr p_nextlive, p_prevlive;
135 pthread_t p_tid; /* Thread identifier */
136 int p_pid; /* PID of Unix process */
143 char p_detached; /* true if detached */
149 char p_cancelstate; /* cancellation state */
162 void *p_guardaddr; /* address of guard area or NULL */
163 size_t p_guardsize; /* size of guard area */
164 pthread_descr p_self; /* Pointer to this structure */
167 td_eventbuf_t p_eventbuf; /* Data for event. */
[all …]

Completed in 9 milliseconds