Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcc/Support/
DFileMutex.h34 unsigned pMaxRetry = FileBase::kDefaultMaxRetryLock,
37 return FileBase::lock(LockMode, pNonblocking, pMaxRetry, pRetryInterval);
DFile.h56 unsigned pMaxRetry = FileBase::kDefaultMaxRetryLock,
59 return FileBase::lock(pMode, pNonblocking, pMaxRetry, pRetryInterval);
DFileBase.h118 unsigned pMaxRetry = kDefaultMaxRetryLock,
/frameworks/compile/libbcc/lib/Support/
DFileBase.cpp136 unsigned pMaxRetry, in lock() argument
204 } while (retry <= pMaxRetry); in lock()