Home
last modified time | relevance | path

Searched refs:p_resume_count (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dpthread.c75 .p_resume_count = __ATOMIC_INITIALIZER,
93 .p_resume_count = __ATOMIC_INITIALIZER,
370 self->p_resume_count = (struct pthread_atomic) __ATOMIC_INITIALIZER; in __pthread_initialize_minimal()
697 self->p_resume_count = (struct pthread_atomic) __ATOMIC_INITIALIZER; in __pthread_initialize_manager()
1209 if (pthread_atomic_increment(&th->p_resume_count) == -1) in __pthread_restart_old()
1215 if (pthread_atomic_decrement(&self->p_resume_count) <= 0) in __pthread_suspend_old()
1226 if (pthread_atomic_decrement(&self->p_resume_count) == 0) { in __pthread_timedsuspend_old()
1283 if (pthread_atomic_increment(&self->p_resume_count) != -1) { in __pthread_timedsuspend_old()
1285 pthread_atomic_decrement(&self->p_resume_count); /* should be zero now! */ in __pthread_timedsuspend_old()
A Ddescr.h175 struct pthread_atomic p_resume_count; /* number of times restart() was member
/l4re-core-master/uclibc/lib/libpthread/src/
A Dpthread.c88 .p_resume_count = __ATOMIC_INITIALIZER,
110 .p_resume_count = __ATOMIC_INITIALIZER,
445 self->p_resume_count = (struct pthread_atomic) __ATOMIC_INITIALIZER; in __pthread_initialize_minimal()
761 self->p_resume_count = (struct pthread_atomic) __ATOMIC_INITIALIZER; in __pthread_initialize_manager()
1341 if (pthread_atomic_increment(&th->p_resume_count) == -1) in __pthread_restart_old()
1349 if (pthread_atomic_decrement(&self->p_resume_count) <= 0) in __pthread_suspend_old()
1361 if (pthread_atomic_decrement(&self->p_resume_count) == 0) { in __pthread_timedsuspend_old()
1418 if (pthread_atomic_increment(&self->p_resume_count) != -1) { in __pthread_timedsuspend_old()
1420 pthread_atomic_decrement(&self->p_resume_count); /* should be zero now! */ in __pthread_timedsuspend_old()
A Ddescr.h162 struct pthread_atomic p_resume_count; /* number of times restart() was member
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dpthread.c984 if (atomic_increment(&th->p_resume_count) == -1) in __pthread_restart_old()
990 if (atomic_decrement(&self->p_resume_count) <= 0) in __pthread_suspend_old()
1001 if (atomic_decrement(&self->p_resume_count) == 0) { in __pthread_timedsuspend_old()
1058 if (atomic_increment(&self->p_resume_count) != -1) { in __pthread_timedsuspend_old()
1060 atomic_decrement(&self->p_resume_count); /* should be zero now! */ in __pthread_timedsuspend_old()
A Dinternals.h168 struct pthread_atomic p_resume_count; /* number of times restart() was member

Completed in 16 milliseconds