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

  /ohac/ohac/usr/src/common/cl/pxfs/client/
pxvfs.h 122 static pxvfs_inactive_threadpool *the_pxvfs_inactive_threadpool; member in class:pxvfs_inactive_threadpool
pxvfs.cc 118 *pxvfs_inactive_threadpool::the_pxvfs_inactive_threadpool = NULL; member in class:pxvfs_inactive_threadpool
291 ASSERT(the_pxvfs_inactive_threadpool == NULL);
292 the_pxvfs_inactive_threadpool = new pxvfs_inactive_threadpool;
298 (void) the_pxvfs_inactive_threadpool->
310 delete the_pxvfs_inactive_threadpool;
311 the_pxvfs_inactive_threadpool = NULL;
    [all...]

Completed in 60 milliseconds