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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dprimblok.c88 fprintf(stderr, "iothread: calling PR_Write\n");
90 fprintf(stderr, "iothread: PR_Write returned\n");
110 PRThread *iothread; local
113 iothread = PR_CreateThread(
116 if (iothread == NULL) {
123 * Give iothread 5 seconds to finish its task.
128 * Is iothread done or is it hung?
135 fprintf(stderr, "iothread is hung\n");
140 if (PR_JoinThread(iothread) == PR_FAILURE) {
H A Dintrio.c55 /* for synchronization between the main thread and iothread */
115 PRThread *iothread, *abortio; local
121 iothread = PR_CreateThread(
124 if (iothread == NULL) {
133 PR_USER_THREAD, AbortIO, iothread, PR_PRIORITY_NORMAL,
139 if (PR_JoinThread(iothread) == PR_FAILURE) {

Completed in 943 milliseconds