Home
last modified time | relevance | path

Searched refs:counterp (Results 1 – 12 of 12) sorted by relevance

/glibc-2.36/sysdeps/nptl/
Daio_misc.h31 if (*waitlist->counterp > 0 && --*waitlist->counterp == 0) \
32 futex_wake ((unsigned int *) waitlist->counterp, 1, FUTEX_PRIVATE); \
Dgai_misc.h32 if (*waitlist->counterp > 0 && --*waitlist->counterp == 0) \
33 futex_wake ((unsigned int *) waitlist->counterp, 1, FUTEX_PRIVATE); \
/glibc-2.36/resolv/
Dgai_notify.c120 --*waitlist->counterp; in __gai_notify()
128 if (--*waitlist->counterp == 0) in __gai_notify()
133 free ((void *) waitlist->counterp); in __gai_notify()
Dgetaddrinfo_a.c111 waitlist[cnt].counterp = &total; in __getaddrinfo_a()
165 waitlist->list[cnt].counterp = &waitlist->counter; in __getaddrinfo_a()
Dgai_misc.h33 volatile unsigned int *counterp; member
Dgai_suspend.c56 waitlist[cnt].counterp = &cntr; in ___gai_suspend_time64()
/glibc-2.36/rt/
Daio_notify.c143 --*waitlist->counterp; in __aio_notify()
151 if (--*waitlist->counterp == 0) in __aio_notify()
156 free ((void *) waitlist->counterp); in __aio_notify()
Dlio_listio-common.c150 waitlist[cnt].counterp = &total; in lio_listio_internal()
213 waitlist->list[cnt].counterp = &waitlist->counter; in lio_listio_internal()
Daio_suspend.c147 waitlist[cnt].counterp = &cntr; in ___aio_suspend_time64()
/glibc-2.36/sysdeps/generic/
Daio_misc.h54 volatile unsigned int *counterp; member
/glibc-2.36/ChangeLog.old/
DChangeLog.nptl4870 counterp if it is already zero.
DChangeLog.1835116 counterp to 'volatile unsigned int *'.
35126 counterp to 'volatile unsigned int *'.