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

/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.h131 static int32 _NotificationThreadEntry(void* data);
H A DFileSystem.cpp325 fNotificationThread = spawn_thread(_NotificationThreadEntry,
328 fNotificationThread = spawn_kernel_thread(_NotificationThreadEntry,
750 // _NotificationThreadEntry
752 FileSystem::_NotificationThreadEntry(void* data) function in class:FileSystem

Completed in 134 milliseconds