Home
last modified time | relevance | path

Searched refs:counter (Results 1 – 25 of 70) sorted by relevance

123

/l4re-core-master/uclibc/lib/contrib/uclibc/test/setjmp/
A Dbug269-setjmp.c34 static int counter = 0; in f() local
57 if (counter == 0) in f()
59 counter++; in f()
78 if (counter == 1) in f()
80 counter++; in f()
85 && g_counter == 6 && counter == 2); in f()
/l4re-core-master/l4sys/include/
A Dsemaphore38 * incoming interrupts increment the semaphore counter.
40 * The `down()` method decrements the semaphore counter and blocks
41 * if the counter is already zero. Blocking on a semaphore may---as all
61 * Increases the semaphore counter by one if it is smaller than an
80 * This method decrements the semaphore counter by one, or blocks if the
81 * counter is already zero, until either a timeout or cancel condition hits
82 * or the counter is increased by an `up()` operation.
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/generic/
A Ddl-tls.c145 if (__builtin_expect (THREAD_DTV()[0].counter != _dl_tls_generation, 0)) in _dl_allocate_static_tls()
408 dtv[0].counter = dtv_length; in allocate_dtv()
557 dtv[0].counter = maxgen; in _dl_allocate_tls_init()
580 for (cnt = 0; cnt < dtv[-1].counter; ++cnt) in _dl_deallocate_tls()
672 if (dtv[0].counter < listp->slotinfo[idx].gen) in _dl_update_slotinfo()
699 if (gen <= dtv[0].counter) in _dl_update_slotinfo()
721 if (dtv[-1].counter < modid) in _dl_update_slotinfo()
726 size_t oldsize = dtv[-1].counter; in _dl_update_slotinfo()
750 newp[0].counter = newsize; in _dl_update_slotinfo()
790 dtv[0].counter = new_gen; in _dl_update_slotinfo()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/generic/
A Ddl-tls.c145 if (__builtin_expect (THREAD_DTV()[0].counter != _dl_tls_generation, 0)) in _dl_allocate_static_tls()
408 dtv[0].counter = dtv_length; in allocate_dtv()
557 dtv[0].counter = maxgen; in _dl_allocate_tls_init()
580 for (cnt = 0; cnt < dtv[-1].counter; ++cnt) in _dl_deallocate_tls()
672 if (dtv[0].counter < listp->slotinfo[idx].gen) in _dl_update_slotinfo()
699 if (gen <= dtv[0].counter) in _dl_update_slotinfo()
721 if (dtv[-1].counter < modid) in _dl_update_slotinfo()
726 size_t oldsize = dtv[-1].counter; in _dl_update_slotinfo()
750 newp[0].counter = newsize; in _dl_update_slotinfo()
790 dtv[0].counter = new_gen; in _dl_update_slotinfo()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/
A Ddl-tls.c225 if (!(map->l_tls_modid <= dtv[-1].counter)) { in _dl_nothread_init_static_tls()
503 dtv[0].counter = dtv_length; in rtld_hidden_def()
650 dtv[0].counter = maxgen; in _dl_allocate_tls_init()
672 for (cnt = 0; cnt < dtv[-1].counter; ++cnt) in _dl_deallocate_tls()
747 if (dtv[0].counter < listp->slotinfo[idx].gen) in _dl_update_slotinfo()
774 if (gen <= dtv[0].counter) in _dl_update_slotinfo()
796 if (dtv[-1].counter < modid) in _dl_update_slotinfo()
801 size_t oldsize = dtv[-1].counter; in _dl_update_slotinfo()
825 newp[0].counter = newsize; in _dl_update_slotinfo()
865 dtv[0].counter = new_gen; in _dl_update_slotinfo()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DTODO28 - possibly add counter field. This requires reviving the
31 wich is the counter for the number of waiters
/l4re-core-master/l4util/include/ARCH-amd64/
A Dperform.h397 static inline void l4_i686_select_perfctr_event(int counter, in l4_i686_select_perfctr_event() argument
399 l4_i586_wrmsr(MSR_P6_EVNTSEL0+counter, &val); in l4_i686_select_perfctr_event()
/l4re-core-master/l4util/include/ARCH-x86/
A Dperform.h399 static inline void l4_i686_select_perfctr_event(int counter, in l4_i686_select_perfctr_event() argument
401 l4_i586_wrmsr(MSR_P6_EVNTSEL0+counter, &val); in l4_i686_select_perfctr_event()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/sparc/
A Dtls.h31 size_t counter; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/sh/
A Dtls.h32 size_t counter; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/s390/
A Dtls.h31 size_t counter; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/x86_64/
A Dtls.h31 size_t counter; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/x86_64/
A Dtls.h31 size_t counter; member
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/alpha/
A Dtls.h31 size_t counter; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/alpha/
A Dtls.h30 size_t counter; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/elf/
A Ddl-support.c69 assert (map->l_tls_modid <= dtv[-1].counter); in _dl_nothread_init_static_tls()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/alpha/
A Dtls.h31 size_t counter; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/mips/
A Dtls.h31 size_t counter; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/ia64/
A Dtls.h31 size_t counter; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/ia64/
A Dtls.h31 size_t counter; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/powerpc/
A Dtls.h31 size_t counter; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/sh/
A Dtls.h32 size_t counter; member
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/arm64/
A Dtls.h32 size_t counter; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/arm/
A Dtls.h31 size_t counter; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/arm/
A Dtls.h31 size_t counter; member

Completed in 28 milliseconds

123