HomeSort by relevance Sort by last modified time
    Searched defs:pxvfs_inactive_threadpool (Results 1 - 2 of 2) sorted by null

  /ohac/ohac/usr/src/common/cl/pxfs/client/
pxvfs.h 106 // pxvfs_inactive_threadpool - This threadpool processes all of the requests
110 class pxvfs_inactive_threadpool : public threadpool { class in inherits:threadpool
112 static pxvfs_inactive_threadpool &the();
117 virtual ~pxvfs_inactive_threadpool();
120 pxvfs_inactive_threadpool();
122 static pxvfs_inactive_threadpool *the_pxvfs_inactive_threadpool;
125 pxvfs_inactive_threadpool(const pxvfs_inactive_threadpool &);
126 pxvfs_inactive_threadpool &operator = (pxvfs_inactive_threadpool &)
    [all...]
pxvfs.cc 117 pxvfs_inactive_threadpool
118 *pxvfs_inactive_threadpool::the_pxvfs_inactive_threadpool = NULL;
240 pxvfs_inactive_threadpool::the().defer_processing(this);
267 // class pxvfs_inactive_threadpool methods
273 pxvfs_inactive_threadpool::pxvfs_inactive_threadpool() : function in class:pxvfs_inactive_threadpool
274 threadpool(false, 2, "pxvfs_inactive_threadpool", 2)
278 pxvfs_inactive_threadpool::~pxvfs_inactive_threadpool()
289 pxvfs_inactive_threadpool::startup(
    [all...]

Completed in 60 milliseconds