Searched refs:fWriterThread (Results 1 – 8 of 8) sorted by relevance
/haiku/src/tests/add-ons/kernel/file_systems/shared/consistency_check/ |
H A D | AdaptiveBuffering.cpp | 19 fWriterThread(-1), in AdaptiveBuffering() 91 fWriterThread = spawn_thread(&_Writer, "buffer reader", B_LOW_PRIORITY, in Init() 93 if (fWriterThread < B_OK) in Init() 94 return fWriterThread; in Init() 96 return resume_thread(fWriterThread); in Init() 177 if (fWriterThread >= B_OK) { in _QuitWriter() 182 wait_for_thread(fWriterThread, &status); in _QuitWriter() 184 fWriterThread = -1; in _QuitWriter()
|
H A D | AdaptiveBuffering.h | 30 thread_id fWriterThread; variable
|
/haiku/src/servers/app/ |
H A D | MultiLocker.cpp | 32 fWriterThread(-1), in MultiLocker() 223 writeLockHolder = (find_thread(NULL) == fWriterThread); in IsWriteLocked() 292 fWriterThread = find_thread(NULL); in WriteLock() 335 fWriterThread = -1; in WriteUnlock() 342 "WriteUnlock() - write holder: %" B_PRId32, fWriterThread); in WriteUnlock()
|
H A D | MultiLocker.h | 86 thread_id fWriterThread; variable
|
/haiku/src/tests/servers/app/newerClipping/ |
H A D | MultiLocker.cpp | 26 fWriterThread(-1), in MultiLocker() 200 ASSERT(fWriterThread == -1); in WriteLock() 202 fWriterThread = thread; in WriteLock() 285 fWriterThread = -1; in WriteUnlock() 354 if (fWriterThread == thread) { in IsWriteLocked()
|
H A D | MultiLocker.h | 58 thread_id fWriterThread; variable
|
/haiku/src/apps/installer/ |
H A D | CopyEngine.cpp | 44 fWriterThread(-1), in CopyEngine() 64 fWriterThread = spawn_thread(_WriteThreadEntry, "buffer writer", in CopyEngine() 67 if (fWriterThread >= B_OK) in CopyEngine() 68 resume_thread(fWriterThread); in CopyEngine() 84 if (fWriterThread >= B_OK) { in ~CopyEngine() 86 wait_for_thread(fWriterThread, &exitValue); in ~CopyEngine()
|
H A D | CopyEngine.h | 92 thread_id fWriterThread; variable
|