Home
last modified time | relevance | path

Searched refs:__next (Results 1 – 18 of 18) sorted by relevance

/glibc-2.36/nptl/
Ddescr.h195 # define QUEUE_PTR_ADJUST (offsetof (__pthread_list_t, __next))
202 next->__prev = (void *) &mutex->__data.__list.__next; \
203 mutex->__data.__list.__next = THREAD_GETMEM (THREAD_SELF, \
209 (void *) (((uintptr_t) &mutex->__data.__list.__next) \
215 ((char *) (((uintptr_t) mutex->__data.__list.__next) & ~1ul) \
221 prev->__next = mutex->__data.__list.__next; \
226 mutex->__data.__list.__next = NULL; \
237 mutex->__data.__list.__next \
238 = THREAD_GETMEM (THREAD_SELF, robust_list.__next); \
241 THREAD_SETMEM (THREAD_SELF, robust_list.__next, \
[all …]
Dpthread_create.c522 __pthread_slist_t *robust = pd->robust_list.__next; in start_thread()
534 __list.__next)); in start_thread()
540 this->__list.__next = NULL; in start_thread()
Dpthread_mutex_unlock.c158 &mutex->__data.__list.__next); in libc_hidden_def()
258 (void *) (((uintptr_t) &mutex->__data.__list.__next) in libc_hidden_def()
Dpthread_mutex_trylock.c88 &mutex->__data.__list.__next); in ___pthread_mutex_trylock()
231 (void *) (((uintptr_t) &mutex->__data.__list.__next) in ___pthread_mutex_trylock()
Dpthread_mutex_lock.c205 &mutex->__data.__list.__next); in __pthread_mutex_lock_full()
390 (void *) (((uintptr_t) &mutex->__data.__list.__next) in __pthread_mutex_lock_full()
Dpthread_mutex_timedlock.c129 &mutex->__data.__list.__next); in __pthread_mutex_clocklock_common()
314 (void *) (((uintptr_t) &mutex->__data.__list.__next) in __pthread_mutex_clocklock_common()
Dallocatestack.c550 __data.__list.__next)); in allocate_stack()
/glibc-2.36/sysdeps/nptl/bits/
Dthread-shared-types.h54 struct __pthread_internal_list *__next; member
59 struct __pthread_internal_slist *__next; member
/glibc-2.36/resolv/
Dresolv_context.c140 ctx->__next = current; in context_alloc()
150 current = ctx->__next; in context_free()
248 struct resolv_context *next = ctx->__next; in libc_hidden_def()
Dresolv_context.h65 struct resolv_context *__next; member
/glibc-2.36/sysdeps/htl/bits/
Dcancelation.h26 struct __pthread_cancelation_handler *__next; member
47 *__handlers = __handler.__next; \
/glibc-2.36/sysdeps/htl/
Dlibc-lock.h43 __handler.__next = *__handlers; \
51 *__handlers = __handler.__next; \
/glibc-2.36/htl/
Dpt-exit.c46 *handlers = (*handlers)->__next) in __pthread_exit()
/glibc-2.36/sysdeps/nptl/
Ddl-tls_init_tp.c92 __data.__list.__next)); in __tls_init_tp()
/glibc-2.36/manual/
DREADME.pretty-printers20 __next = 0x0
/glibc-2.36/ChangeLog.old/
DChangeLog.nptl5398 Set robust_list.__next rather than robust_list.
5401 (pthread_mutex_t): Replace __next and __prev fields with __list.
5404 (pthread_mutex_t): Replace __next and __prev fields with __list.
5407 (pthread_mutex_t): Replace __next and __prev fields with __list.
5410 (pthread_mutex_t): Replace __next and __prev fields with __list.
5413 (pthread_mutex_t): Replace __next and __prev fields with __list.
5416 (pthread_mutex_t): Replace __next field with __list.
5678 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: Add __next
5684 * sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Add __next field
5704 * nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h: Add __next
[all …]
DChangeLog.ports-mips2609 (pthread_mutex_t): Replace __next and __prev fields with __list.
DChangeLog.195625 (struct resolv_context): Update comment on __next field.