Home
last modified time | relevance | path

Searched refs:delay (Results 1 – 25 of 64) sorted by relevance

123

/glibc-2.36/nptl/
Dtst-rwlock8.c44 struct timespec delay; in writer_thread() local
47 delay.tv_sec = 0; in writer_thread()
48 delay.tv_nsec = DELAY; in writer_thread()
62 nanosleep (&delay, NULL); in writer_thread()
80 struct timespec delay; in reader_thread() local
83 delay.tv_sec = 0; in reader_thread()
84 delay.tv_nsec = DELAY; in reader_thread()
98 nanosleep (&delay, NULL); in reader_thread()
Dtst-rwlock20.c103 struct timespec delay; in do_test() local
104 delay.tv_sec = 10; in do_test()
105 delay.tv_nsec = 0; in do_test()
106 nanosleep (&delay, NULL); in do_test()
Dtst-rwlock19.c40 struct timespec delay; in reader_thread() local
43 delay.tv_sec = 0; in reader_thread()
44 delay.tv_nsec = DELAY; in reader_thread()
62 nanosleep (&delay, NULL); in reader_thread()
Dtst-rwlock9.c37 static const struct timespec delay = { 0, 1000000 }; variable
92 nanosleep (&delay, NULL); in writer_thread()
139 nanosleep (&delay, NULL); in reader_thread()
/glibc-2.36/sysdeps/unix/bsd/
Dtcsendbrk.c32 struct timeval delay; in tcsendbreak() local
40 delay.tv_sec = 0; in tcsendbreak()
41 delay.tv_usec = duration; in tcsendbreak()
49 &delay); in tcsendbreak()
/glibc-2.36/signal/
Dtst-sigwait-eintr.c42 static const struct timespec delay = { 1, }; in signal_sender() local
43 if (nanosleep (&delay, NULL) != 0) in signal_sender()
47 if (nanosleep (&delay, NULL) != 0) in signal_sender()
/glibc-2.36/support/
Ddelayed_exit.c32 struct timespec delay = { seconds, 0 }; in delayed_exit_thread() local
34 if (nanosleep (&delay, &remaining) != 0) in delayed_exit_thread()
/glibc-2.36/sysdeps/alpha/
Drshift.S33 # 1. ldq has a 3 cycle delay, srl and sll have a 2 cycle delay.
Dlshift.S33 # 1. ldq has a 3 cycle delay, srl and sll have a 2 cycle delay.
/glibc-2.36/sysdeps/microblaze/
Dcrti.S78 nop # Unfilled delay slot
/glibc-2.36/scripts/
Dbuild-many-glibcs.py1078 def part_build_old(self, action, delay): argument
1088 return delta.total_seconds() >= delay
/glibc-2.36/ChangeLog.old/
DChangeLog.31062 * sysdeps/unix/mips/sysdep.S: Store -1 in v0 in the delay slot after
1063 the return, rather than before (leaving the delay slot unfilled and
1441 * sysdeps/unix/sparc/vfork.S: Add nop after jmp. Bad delay slot,
DChangeLog.41622 stack in the delay slot.
1718 and jump to it, restoring $at in the delay slot. This still
DChangeLog.ports-mips1781 jump delay slot.
/glibc-2.36/timezone/
Dsouthamerica294 # (It is imminent in San Luis clocks one hour delay)
633 # The reason for the delay this year has to do with elections in Brazil.
Daustralasia707 # against. One of the "against" votes (David Keegel) counseled delay,
Dasia2061 # minute delay at midnight Thursday 1/11/2007.
/glibc-2.36/iconvdata/testdata/
Dsuntzus893 should be to get over them quickly, without any delay.
1241 destruction by fighting without delay, is desperate ground.
/glibc-2.36/po/
Did.po3780 "%15<PRIuMAX> jumlah dari delay di rdlock\n"
3781 "%15<PRIuMAX> jumlah dari delay di wrlock\n"
4791 #. TRANS It is probably a good idea to delay for a few seconds before trying it
Dlt.po1304 #. TRANS It is probably a good idea to delay for a few seconds before trying it
Dhu.po1209 #. TRANS It is probably a good idea to delay for a few seconds before trying it
Del.po2388 #. TRANS It is probably a good idea to delay for a few seconds before trying it
/glibc-2.36/manual/
Derrno.texi408 It is probably a good idea to delay for a few seconds before trying it
Dtime.texi1199 @c Even though a compiler might delay the load and perform it multiple
2944 amount of delay involved.
Dresource.texi554 an interrupt handler that could cause too long a delay between

123