Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcc/Support/
DFileMutex.h35 useconds_t pRetryInterval =
37 return FileBase::lock(LockMode, pNonblocking, pMaxRetry, pRetryInterval);
DFile.h57 useconds_t pRetryInterval =
59 return FileBase::lock(pMode, pNonblocking, pMaxRetry, pRetryInterval);
DFileBase.h119 useconds_t pRetryInterval = kDefaultRetryLockInterval);
/frameworks/compile/libbcc/lib/Support/
DFileBase.cpp137 useconds_t pRetryInterval) { in lock() argument
178 ::usleep(pRetryInterval); in lock()
197 ::usleep(pRetryInterval); in lock()