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

/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A DglutState.h30 thread_id appthread; member in struct:GlutState
52 appthread = 0;
H A DglutInit.cpp222 gState.appthread = spawn_thread(bAppThread, "BApplication", B_NORMAL_PRIORITY, 0);
223 resume_thread(gState.appthread);
H A DglutWindow.cpp350 wait_for_thread(gState.appthread, &ignored);

Completed in 98 milliseconds