Searched refs:fLoaderThread (Results 1 – 2 of 2) sorted by relevance
19 fLoaderThread(-1), in AbstractModelLoader()50 fLoaderThread = spawn_thread(&_LoaderEntry, "model loader", in StartLoading()52 if (fLoaderThread < 0) in StartLoading()53 return fLoaderThread; in StartLoading()58 resume_thread(fLoaderThread); in StartLoading()69 if (fLoaderThread < 0) in Abort()72 thread_id thread = fLoaderThread; in Abort()
40 thread_id fLoaderThread; variable