Home
last modified time | relevance | path

Searched refs:pNonblocking (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Support/
DFileMutex.h33 inline bool lock(bool pNonblocking = true,
37 return FileBase::lock(LockMode, pNonblocking, pMaxRetry, pRetryInterval);
DFile.h55 bool pNonblocking = true,
59 return FileBase::lock(pMode, pNonblocking, pMaxRetry, pRetryInterval);
DFileBase.h117 bool lock(enum LockModeEnum pMode, bool pNonblocking = true,
/frameworks/compile/libbcc/lib/Support/
DFileBase.cpp135 bool pNonblocking, in lock() argument
161 if (pNonblocking) { in lock()