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

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.cpp126 fInitThread(-1),
150 if (fInitThread >= 0)
151 wait_for_thread(fInitThread, NULL);
229 fInitThread = spawn_thread(&_InitializationThreadEntry,
231 if (fInitThread < 0)
232 RETURN_ERROR(fInitThread);
234 resume_thread(fInitThread);
262 if (fInitThread >= 0)
263 wait_for_thread(fInitThread, NULL);
H A DFUSEFileSystem.h83 thread_id fInitThread; member in class:UserlandFS::FUSEFileSystem

Completed in 83 milliseconds