Home
last modified time | relevance | path

Searched refs:_ConnectionListenerEntry (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.h58 static int32 _ConnectionListenerEntry(void* data);
H A DNetFSServer.cpp303 fConnectionListenerThread = spawn_thread(&_ConnectionListenerEntry, in Init()
1101 NetFSServer::_ConnectionListenerEntry(void* data) in _ConnectionListenerEntry() function in NetFSServer