Searched refs:gWorkQueue (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DWorkQueue.h78 extern WorkQueue* gWorkQueue;
H A DNFS4Server.cpp351 gWorkQueue->EnqueueJob(DelegationRecall, args);
417 gWorkQueue->EnqueueJob(DelegationRecall, args);
H A DOpenState.cpp215 gWorkQueue->EnqueueJob(DelegationRecall, args);
H A DWorkQueue.cpp17 WorkQueue* gWorkQueue = NULL; variable
H A Dkernel_interface.cpp467 status_t result = gWorkQueue->EnqueueJob(IORequest, args);
1403 gWorkQueue = new(std::nothrow) WorkQueue;
1404 if (gWorkQueue == NULL || gWorkQueue->InitStatus() != B_OK) {
1405 delete gWorkQueue;
1421 delete gWorkQueue;

Completed in 60 milliseconds