Home
last modified time | relevance | path

Searched refs:waiting (Results 1 – 25 of 31) sorted by relevance

12

/glibc-2.36/resolv/
Dgetaddrinfo_a.c110 waitlist[cnt].next = requests[cnt]->waiting; in __getaddrinfo_a()
114 requests[cnt]->waiting = &waitlist[cnt]; in __getaddrinfo_a()
164 waitlist->list[cnt].next = requests[cnt]->waiting; in __getaddrinfo_a()
168 requests[cnt]->waiting = &waitlist->list[cnt]; in __getaddrinfo_a()
Dgai_suspend.c55 waitlist[cnt].next = requestlist[cnt]->waiting; in ___gai_suspend_time64()
59 requestlist[cnt]->waiting = &waitlist[cnt]; in ___gai_suspend_time64()
110 struct waitlist **listp = &requestlist[cnt]->waiting; in ___gai_suspend_time64()
Dgai_misc.h53 struct waitlist *waiting; member
Dgai_notify.c109 waitlist = req->waiting; in __gai_notify()
Dgai_misc.c239 newp->waiting = NULL; in __gai_enqueue_request()
/glibc-2.36/rt/
Daio_suspend.c78 listp = &param->requestlist[cnt]->waiting; in cleanup()
146 waitlist[cnt].next = requestlist[cnt]->waiting; in ___aio_suspend_time64()
149 requestlist[cnt]->waiting = &waitlist[cnt]; in ___aio_suspend_time64()
220 listp = &requestlist[cnt]->waiting; in ___aio_suspend_time64()
Dlio_listio-common.c149 waitlist[cnt].next = requests[cnt]->waiting; in lio_listio_internal()
152 requests[cnt]->waiting = &waitlist[cnt]; in lio_listio_internal()
212 waitlist->list[cnt].next = requests[cnt]->waiting; in lio_listio_internal()
215 requests[cnt]->waiting = &waitlist->list[cnt]; in lio_listio_internal()
Daio_notify.c129 waitlist = req->waiting; in __aio_notify()
Daio_misc.c360 newp->waiting = NULL; in __aio_enqueue_request()
/glibc-2.36/sysdeps/generic/
Daio_misc.h85 struct waitlist *waiting; member
/glibc-2.36/manual/
Dprocess.texi179 Completion}. (The parent process can arrange for such waiting to
562 @cindex waiting for completion of child process
587 function returns immediately without waiting. If more than one eligible
613 waiting to be noticed, @code{waitpid} will block until one is. However,
619 waiting to be noticed but the child whose PID was specified is not one
664 instead of waiting, if there is no child process ready to be noticed.
713 all child processes that have terminated, without ever waiting. This
Dthreads.texi359 there are any threads waiting on the mutex, the behavior is
373 synchronize threads waiting on a certain condition to happen.
397 @code{cnd_signal} unblocks one thread that is currently waiting on the
409 waiting on the condition variable pointed to by @var{cond}. This
449 @var{cond}. If there are threads waiting on @var{cond}, the behavior
629 * Waiting with Explicit Clocks:: Functions for waiting with an
752 @Theglibc{} provides several waiting functions that expect an explicit
DREADME.pretty-printers150 printers won't report whether a thread is spin-waiting in an attempt to acquire
Dsignal.texi649 is suspended while waiting for input.
1548 /* @r{We may have been waiting for input when the signal arrived,}
1549 @r{but we are no longer waiting once we transfer control.} */
1714 /* @r{If process has terminated, stop waiting for its output.} */
1873 whether anything is waiting to be freed. But this must be done with
2052 @code{open} or @code{read} is waiting for an I/O device. If the signal
2115 transfer an entire record in one burst, with no waiting once data
2906 @cindex waiting for a signal
2916 * Sigsuspend:: Reliably waiting for a specific signal.
3003 You can put an upper limit on the excess waiting by using @code{sleep}
[all …]
Dllio.texi421 @code{read} was interrupted by a signal while it was waiting for input.
608 blocked waiting for completion. A signal will not necessarily cause
2028 @cindex waiting for input or output
2163 waiting if none are ready.
2175 program uses signals, you can't rely on @code{select} to keep waiting
2176 for the full time specified. If you want to be sure of waiting for a
2310 significantly reduce the time an application spends waiting for I/O. The
2991 This could be done by waiting for the notification sent by the system
4175 of @math{-1}. This function does not block while waiting for other processes
4226 The function was interrupted by a signal while it was waiting.
[all …]
Dpipe.texi150 @var{command} as a subprocess. However, instead of waiting for the
Dplatform.texi54 waiting on a lock intends to divert the shared resources to be used by other
Dterminal.texi333 Make the change after waiting until all queued output has been written.
1503 can even use them to avoid ever waiting---to return immediately with
1545 @code{read} keeps waiting until either MIN bytes have arrived in all, or
1789 the term ``flush'' is normally used for quite another operation---waiting
Dsocket.texi2243 If there is still data waiting to be transmitted over the connection,
2267 waiting to be sent. Stop looking for acknowledgement of data already
2409 @var{socket} to make @code{connect} return immediately without waiting
2749 be read, @code{recv} fails immediately rather than waiting. @xref{File
3178 First, here is the server program. It sits in a loop waiting for
Dtime.texi90 time that process has spent waiting for external events. The system
245 time waiting for I/O or for other processes to use the CPU. However,
2988 waiting, and keep trying to wait until that calendar time. This won't
2990 @code{select} and make the waiting period quite accurate. (Of course,
Djob.texi754 is not using these data structures---such as when it is waiting for
Dresource.texi625 In First Come First Served, the process that has been waiting the
/glibc-2.36/iconvdata/testdata/
Dsuntzus1303 25. Thus, without waiting to be marshaled, the soldiers
1304 will be constantly on the qui vive; without waiting to
/glibc-2.36/ChangeLog.old/
DChangeLog.4661 * hurd/hurdsig.c (abort_all_rpcs): If waiting for reply from
/glibc-2.36/
DNEWS1423 terminated thread with a specific clock. It allows waiting against
1673 be measured against. All functions allow waiting against CLOCK_MONOTONIC
3743 before it started waiting

12