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

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DWorkQueue.h66 sem_id fThreadCancel; member in class:WorkQueue
H A DNFS4Server.cpp22 fThreadCancel(true),
40 fThreadCancel = true;
194 if (!fThreadCancel)
199 if (!fThreadCancel)
208 fThreadCancel = false;
227 while (!fThreadCancel) {
242 fThreadCancel = true;
H A DWorkQueue.cpp23 fThreadCancel(create_sem(0, NULL))
47 release_sem(fThreadCancel);
53 delete_sem(fThreadCancel);
94 object[0].object = fThreadCancel;
H A DNFS4Server.h57 bool fThreadCancel; member in class:NFS4Server
H A DRPCServer.cpp109 fThreadCancel = true;
122 fThreadCancel = false;
221 fThreadCancel = true;
277 while (!fThreadCancel) {
H A DRPCServer.h95 bool fThreadCancel; member in class:RPC::Server

Completed in 99 milliseconds