Searched refs:reader_thread (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dpipes_tests.c515 void * reader_thread(void *ptr);
611 void * reader_thread(void *ptr) function
659 iret1 = pthread_create( &thread1, NULL, reader_thread, (void*) rdata);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32proc.c157 DWORD WINAPI reader_thread (void *arg);
187 cp->thrd = CreateThread (NULL, 1024, reader_thread, cp, 0, &id);
272 reader_thread (void *arg) function
297 DebPrint (("reader_thread.SetEvent failed with %lu for fd %ld\n",
312 DebPrint (("reader_thread.WaitForSingleObject failed with "

Completed in 117 milliseconds