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

/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp168 fNotificationThread(-1),
187 if (fNotificationThread >= 0) {
189 wait_for_thread(fNotificationThread, &result);
325 fNotificationThread = spawn_thread(_NotificationThreadEntry,
328 fNotificationThread = spawn_kernel_thread(_NotificationThreadEntry,
331 if (fNotificationThread < 0)
332 RETURN_ERROR(fNotificationThread);
333 resume_thread(fNotificationThread);
H A DFileSystem.h143 thread_id fNotificationThread; member in class:FileSystem

Completed in 67 milliseconds