Home
last modified time | relevance | path

Searched refs:iter (Results 1 – 15 of 15) sorted by relevance

/glibc-2.36/htl/tests/
Dtest-17.c28 work (int iter) in work() argument
36 printf ("work/%d: start\n", iter); in work()
44 printf ("work/%d: pre-setspecific: %p,%p\n", iter, value1, value2); in work()
47 err = pthread_setspecific (key1, (void *) (0x100 + iter)); in work()
49 err = pthread_setspecific (key2, (void *) (0x200 + iter)); in work()
54 printf ("work/%d: post-setspecific: %p,%p\n", iter, value1, value2); in work()
55 assert (value1 == (void *) (0x100 + iter)); in work()
56 assert (value2 == (void *) (0x200 + iter)); in work()
/glibc-2.36/sysdeps/htl/
Dtimer_routines.c440 struct list_head *iter; in __timer_thread_queue_timer() local
443 for (iter = list_first (&thread->timer_queue); in __timer_thread_queue_timer()
444 iter != list_null (&thread->timer_queue); in __timer_thread_queue_timer()
445 iter = list_next (iter)) in __timer_thread_queue_timer()
447 struct timer_node *timer = timer_links2ptr (iter); in __timer_thread_queue_timer()
454 list_insbefore (iter, &insert->links); in __timer_thread_queue_timer()
500 struct list_head *iter = list_first (&thread_active_list); in __timer_thread_find_matching() local
502 while (iter != list_null (&thread_active_list)) in __timer_thread_find_matching()
504 struct thread_node *candidate = thread_links2ptr (iter); in __timer_thread_find_matching()
510 iter = list_next (iter); in __timer_thread_find_matching()
/glibc-2.36/nss/
Dtst-cancel-getpwuid_r.c59 unsigned int iter = 0; in worker() local
76 iter++; in worker()
85 if (iter > 100000) in worker()
/glibc-2.36/libio/
Dgenops.c1079 _IO_iter_next (_IO_ITER iter) in libc_hidden_def()
1081 return iter->_chain; in libc_hidden_def()
1086 _IO_iter_file (_IO_ITER iter) in libc_hidden_def()
1088 return iter; in libc_hidden_def()
/glibc-2.36/nss/nss_compat/
Dcompat-initgroups.c318 goto iter; in getgrent_next_nss()
341 iter: in getgrent_next_nss()
/glibc-2.36/stdlib/
DMakefile71 drand48-iter \
/glibc-2.36/locale/programs/
Dld-collate.c2452 size_t iter = hash % (elem_size - 2) + 1; in collate_output() local
2456 idx += iter; in collate_output()
/glibc-2.36/elf/
DMakefile273 tst-dl-iter-static \
/glibc-2.36/ChangeLog.old/
DChangeLog.54187 * stdlib/drand48-iter.c (__drand48_iterate): Use u_int64_t instead of
4190 * stdlib/drand48-iter.c (__drand48_iterate): Don't check for null
5051 * stdlib/drand48-iter.c: Test limits.h macros instead of sizeof
7236 * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
7268 stdlib/drand48-iter.c: New files implementing reentrant versions
7278 drand48-iter, a64l, l64a.
DChangeLog.62871 * stdlib/drand48-iter.c (__drand48_iterate): Cast state fragments
6214 * stdlib/drand48-iter.c: Likewise.
DChangeLog.127477 * stdlib/drand48-iter.c: Don't handle unsigned short > 16 bit
DChangeLog.187124 * elf/tst-dl-iter-static.c: Likewise.
28064 * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
50146 * elf/tst-dl-iter-static.c: New file.
50147 * elf/Makefile (tests-static): Add tst-dl-iter-static.
57813 * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
/glibc-2.36/benchtests/strcoll-inputs/
Dfilelist#C280 drand48-iter.c
12102 tst-dl-iter-static.c
Dfilelist#en_US.UTF-8280 drand48-iter.c
12102 tst-dl-iter-static.c
/glibc-2.36/
DCONTRIBUTED-BY4724 stdlib/drand48-iter.c: