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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dprimblok.c67 static LONG iothread_done; variable
105 InterlockedExchange(&iothread_done, 1);
131 * of iothread_done. I'm using InterlockedExchange as
132 * a thread-safe way to read iothread_done.
134 if (InterlockedExchange(&iothread_done, 1) == 0) {

Completed in 1468 milliseconds