Searched refs:RequestPortPool (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DPortReleaser.h7 #include "RequestPortPool.h"
12 PortReleaser(RequestPortPool* portPool, RequestPort* port)
25 RequestPortPool* fPortPool;
H A DRequestPortPool.cpp0 // RequestPortPool.cpp
3 #include "RequestPortPool.h"
11 typedef AutoLocker<RequestPortPool> PoolLocker;
14 RequestPortPool::RequestPortPool() function in class:RequestPortPool
25 RequestPortPool::~RequestPortPool()
33 RequestPortPool::InitCheck() const
42 RequestPortPool::IsDisconnected() const
49 RequestPortPool
[all...]
H A DRequestPortPool.h0 // RequestPortPool.h
18 class RequestPortPool : public Locker { class in inherits:Locker
20 RequestPortPool();
21 ~RequestPortPool();
H A DKernelDebug.cpp11 #include "RequestPortPool.h"
52 RequestPortPool *portPool = (RequestPortPool*)parse_expression(argv[1]);
H A DFileSystem.h19 #include "RequestPortPool.h"
82 RequestPortPool* GetPortPool();
144 RequestPortPool fPortPool;
H A DFileSystem.cpp354 RequestPortPool*

Completed in 49 milliseconds