Home
last modified time | relevance | path

Searched refs:writer (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/sysdeps/pthread/
Dtst-rwlock16.c42 writer (void *arg) in writer() function
132 if (pthread_create (&w1, NULL, writer, NULL) != 0) in do_test()
137 if (pthread_create (&w2, NULL, writer, NULL) != 0) in do_test()
/glibc-2.36/nptl/
Dtst-rwlock15.c32 writer (void *arg) in writer() function
88 if (pthread_create (&thw, NULL, writer, NULL) != 0) in do_test()
/glibc-2.36/timezone/
Dnorthamerica521 # A writer from the Inter Tribal Council of Arizona, Inc.,
/glibc-2.36/manual/
Dsignal.texi91 are reading from a pipe that has no writer (@pxref{Pipes and FIFOs}),
Dstdio.texi5141 ssize_t @var{writer} (void *@var{cookie}, const char *@var{buffer}, size_t @var{size})
/glibc-2.36/
DNEWS3392 [21298] nptl: rwlock can deadlock on frequent reader/writer phase
/glibc-2.36/ChangeLog.old/
DChangeLog.115760 * rt/aio_misc.c: Add comment explaining why writer memory barriers
DChangeLog.192932 thread_args when creating the reader and writer threads. Use
DChangeLog.1885194 * stdio.texi (Hook Functions): The user provided writer function