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

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.h87 thread_id fConnectionListenerThread; member in class:NetFSServer
H A DNetFSServer.cpp200 fConnectionListenerThread(-1),
220 if (fConnectionListenerThread >= 0) {
222 wait_for_thread(fConnectionListenerThread, &result);
303 fConnectionListenerThread = spawn_thread(&_ConnectionListenerEntry,
305 if (fConnectionListenerThread < 0)
306 return fConnectionListenerThread;
344 resume_thread(fConnectionListenerThread);

Completed in 31 milliseconds