Home | History | Annotate | Download | only in app

Lines Matching refs:code

60         wxThread::ExitCode code;
63 code = mThread->Wait(); // join the old thread
64 printf("done (code=%ld)\n", (long) code);
179 wxThread::ExitCode code;
189 code = mThread->Wait(); // join the old thread
190 printf("done (code=%ld)\n", (long) code);