Home
last modified time | relevance | path

Searched refs:RequestPortPool (Results 1 – 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DRequestPortPool.cpp11 typedef AutoLocker<RequestPortPool> PoolLocker;
14 RequestPortPool::RequestPortPool() in RequestPortPool() function in RequestPortPool
25 RequestPortPool::~RequestPortPool() in ~RequestPortPool()
33 RequestPortPool::InitCheck() const in InitCheck()
42 RequestPortPool::IsDisconnected() const in IsDisconnected()
49 RequestPortPool::AddPort(RequestPort* port) in AddPort()
71 RequestPortPool::AcquirePort() in AcquirePort()
107 RequestPortPool::ReleasePort(RequestPort* port) in ReleasePort()
H A DRequestPortPool.h18 class RequestPortPool : public Locker {
20 RequestPortPool();
21 ~RequestPortPool();
H A DPortReleaser.h12 PortReleaser(RequestPortPool* portPool, RequestPort* port) in PortReleaser()
25 RequestPortPool* fPortPool;
H A DKernelDebug.cpp52 RequestPortPool *portPool = (RequestPortPool*)parse_expression(argv[1]); in DebugPortPool()
H A DFileSystem.h82 RequestPortPool* GetPortPool();
144 RequestPortPool fPortPool;
H A DJamfile29 RequestPortPool.cpp
H A DFileSystem.cpp354 RequestPortPool*