Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequestConnection.h28 class DownStreamThread;
29 friend class DownStreamThread; variable
32 bool DownStreamChannelError(DownStreamThread* thread,
42 DownStreamThread* fThreads;
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequestConnection.cpp14 class RequestConnection::DownStreamThread { class in RequestConnection
16 DownStreamThread() in DownStreamThread() function in RequestConnection::DownStreamThread
25 ~DownStreamThread() in ~DownStreamThread()
70 return ((DownStreamThread*)data)->_Loop(); in _LoopEntry()
132 fThreads = new(std::nothrow) DownStreamThread[fThreadCount]; in Init()
179 RequestConnection::DownStreamChannelError(DownStreamThread* thread, in DownStreamChannelError()