Home
last modified time | relevance | path

Searched refs:it (Results 1 – 25 of 130) sorted by relevance

123456

/sysdeps/pthread/
A Dtst-cancel19.c121 struct itimerval it; in do_test() local
122 it.it_value.tv_sec = 1; in do_test()
123 it.it_value.tv_usec = 0; in do_test()
124 it.it_interval = it.it_value; in do_test()
125 setitimer (ITIMER_REAL, &it, NULL); in do_test()
130 memset (&it, 0, sizeof (it)); in do_test()
131 setitimer (ITIMER_REAL, &it, NULL); in do_test()
146 it.it_value.tv_sec = 1; in do_test()
147 it.it_value.tv_usec = 0; in do_test()
148 it.it_interval = it.it_value; in do_test()
[all …]
/sysdeps/mach/
A DSubdirs3 # much of the rest of the library depends on, so it is best to build them
5 # sysdeps/{mach,hurd}/Makefile should make it reliably work for these files
6 # not to exist when making in other directories, but it will be slower that
/sysdeps/mach/hurd/
A DSubdirs3 # much of the rest of the library depends on, so it is best to build them
5 # sysdeps/{mach,hurd}/Makefile should make it reliably work for these files
6 # not to exist when making in other directories, but it will be slower that
A Dsetitimer.c143 struct itimerval it; in restart_itimer() local
147 it.it_value = it.it_interval = _hurd_itimerval.it_interval; in restart_itimer()
148 setitimer_locked (&it, NULL, NULL, 1); in restart_itimer()
373 struct itimerval it; in fork_itimer() local
377 it = _hurd_itimerval; in fork_itimer()
378 it.it_value = it.it_interval; in fork_itimer()
380 setitimer_locked (&it, NULL, NULL, 0); in fork_itimer()
/sysdeps/arm/
A DVersions22 # SHLIB_COMPAT. Since it didn't exist anywhere else, we add it here.
A Dstrlen.S50 Laligned: @ here, we have a word in r2. Does it
60 tst r2, $0xff000000 @ word that has a zero byte in it
62 tstne r2, $0x00ff0000 @ and add up to 3 bytes on to it
67 tst r2, $0x000000ff @ word that has a zero byte in it
69 tstne r2, $0x0000ff00 @ and add up to 3 bytes on to it
/sysdeps/hppa/
A Dadd_n.S8 ;! The GNU MP Library is free software; you can redistribute it and/or modify
9 ;! it under the terms of the GNU Lesser General Public License as published by
13 ;! The GNU MP Library is distributed in the hope that it will be useful, but
29 ;! One might want to unroll this as for other processors, but it turns
A Dsub_n.S8 ;! The GNU MP Library is free software; you can redistribute it and/or modify
9 ;! it under the terms of the GNU Lesser General Public License as published by
13 ;! The GNU MP Library is distributed in the hope that it will be useful, but
29 ;! One might want to unroll this as for other processors, but it turns
/sysdeps/ieee754/dbl-64/
A Dpowtwo.tbl5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU Lesser General Public License as published by
10 * This program is distributed in the hope that it will be useful,
A Droot.tbl5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU Lesser General Public License as published by
10 * This program is distributed in the hope that it will be useful,
/sysdeps/hppa/hppa1.1/
A Dmul_1.S8 ;! The GNU MP Library is free software; you can redistribute it and/or modify
9 ;! it under the terms of the GNU Lesser General Public License as published by
13 ;! The GNU MP Library is distributed in the hope that it will be useful, but
29 ;! This runs at 9 cycles/limb on a PA7000. With the used instructions, it can
31 ;! PA7100 it runs at 7 cycles/limb, and that can not be improved either, since
/sysdeps/aarch64/
A Ddl-tunables.list5 # The GNU C Library is free software; you can redistribute it and/or
6 # modify it under the terms of the GNU Lesser General Public
10 # The GNU C Library is distributed in the hope that it will be useful,
/sysdeps/unix/sysv/linux/
A Dtst-timerfd.c68 struct itimerspec it = { { 0, 0 }, { TYPE_MAXIMUM (time_t), 0 } }; in timerfd_large_timeout() local
69 int r = timerfd_settime (fd, 0, &it, NULL); in timerfd_large_timeout()
/sysdeps/powerpc/
A Ddl-tunables.list5 # The GNU C Library is free software; you can redistribute it and/or
6 # modify it under the terms of the GNU Lesser General Public
10 # The GNU C Library is distributed in the hope that it will be useful,
/sysdeps/nptl/
A Ddl-tunables.list4 # The GNU C Library is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU Lesser General Public
9 # The GNU C Library is distributed in the hope that it will be useful,
/sysdeps/alpha/
A Drshift.S7 # The GNU MP Library is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU Lesser General Public License as published by
12 # The GNU MP Library is distributed in the hope that it will be useful, but
28 # it would take 4 cycles/limb. It should be possible to get down to 3
31 # makes it hard, if not impossible, to get down to 3 cycles/limb:
A Dlshift.S7 # The GNU MP Library is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU Lesser General Public License as published by
12 # The GNU MP Library is distributed in the hope that it will be useful, but
28 # it would take 4 cycles/limb. It should be possible to get down to 3
31 # makes it hard, if not impossible, to get down to 3 cycles/limb:
A Dmul_1.S8 # The GNU MP Library is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU Lesser General Public License as published by
13 # The GNU MP Library is distributed in the hope that it will be useful, but
/sysdeps/generic/
A Dcrtn.S18 # error Cannot use genetric crtn.S because it lacks _fini code
/sysdeps/ieee754/ldbl-128ibm-compat/
A DMakeconfig1 # Include this earlier so it can be used earlier in Makefiles,
/sysdeps/ieee754/ldbl-96/
A DMakeconfig1 # Include this earlier so it can be used earlier in Makefiles,
/sysdeps/unix/sysv/linux/sparc/sparc32/fpu/
A DImplies1 # We must list this here to move it ahead of the ldbl-opt code.
/sysdeps/x86/include/
A Dcpu-features-preferred_feature_index_1.def5 The GNU C Library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public
10 The GNU C Library is distributed in the hope that it will be useful,
/sysdeps/mips/mips64/
A DVersions4 # sets, but we always had it.
/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/
A DImplies1 # We must list this here to move it ahead of the ldbl-opt code.

Completed in 14 milliseconds

123456