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

  /ohac/ohac/usr/src/common/cl/pxfs/client/
pxvfs_in.h 50 ASSERT(the_pxvfs_inactive_threadpool != NULL);
51 return (*the_pxvfs_inactive_threadpool);
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 300 milliseconds