/src/regress/sys/kern/dislodgefd/ |
dislodgefd.c | 43 reader(void *cookie) function in typeref:typename:void * 48 printf("reader(): commencing read, this should error out... after 1s\n"); 52 printf("reader(): read terminated without error??\n"); 69 if (pthread_create(&pt, NULL, reader, NULL)) { 74 printf("main(): closing the reader side fd..\n");
|
/src/regress/sys/kern/latency1/ |
latency1.c | 67 reader(void *cookie) function in typeref:typename:void * 104 if (pthread_create(&pt, NULL, reader, NULL)) {
|
/src/regress/sys/kern/latency2/ |
latency2.c | 65 reader(void *cookie) function in typeref:typename:void * 105 if (pthread_create(&pt, NULL, reader, NULL)) {
|
/src/tests/lib/libc/membar/ |
t_seqlock.c | 87 * Without this, the reader spends most of its time 97 reader(void *cookie) function in typeref:typename:void * 151 void *(*start[2])(void *) = { &reader, &writer };
|
/src/sys/external/bsd/drm2/dist/drm/via/ |
via_dma.c | 418 uint32_t reader, ptr; local in function:via_hook_segment 429 reader = *(dev_priv->hw_addr_ptr); 436 * If there is a possibility that the command reader will 442 diff = (uint32_t) (ptr - reader) - dev_priv->dma_diff; 448 reader = *(dev_priv->hw_addr_ptr); 449 diff = (uint32_t) (ptr - reader) - dev_priv->dma_diff; 455 reader = *(dev_priv->hw_addr_ptr); 456 diff = (uint32_t) (ptr - reader) - dev_priv->dma_diff; 461 ptr, reader, dev_priv->dma_diff); 530 uint32_t reader; local in function:via_cmdbuf_start [all...] |
/src/usr.bin/rlogin/ |
rlogin.c | 116 static int reader(sigset_t *); 320 if (reader(smask) == 0) { 331 * receive one soon) that we really want to send to the reader. When 389 * This is called when the reader process gets the out-of-band (urgent) 417 /* if the child (reader) dies, just quit */ 428 * ~<delayed-suspend char> suspend rlogin process, but leave reader alone. 570 * reader: read from remote: line -> 1 661 /* reader: read from remote: line -> 1 */ 663 reader(sigset_t *smask) function in typeref:typename:int
|