Lines Matching refs:osGetpid
188 #define osGetpid(X) (pid_t)getpid() macro
1708 osGetpid(0))); in unixLock()
1917 osGetpid(0))); in posixUnlock()
2337 pFile->eFileLock, osGetpid(0))); in dotlockUnlock()
2548 pFile->eFileLock, osGetpid(0))); in flockUnlock()
2713 pFile->eFileLock, osGetpid(0))); in semXUnlock()
2927 azFileLock(pInode->eFileLock), pInode->nShared , osGetpid(0))); in afpLock()
3113 osGetpid(0))); in afpUnlock()
5034 p->id, osGetpid(0), p->sharedMask, p->exclMask)); in unixShmLock()
6157 if( randomnessPid!=osGetpid(0) ){ in unixOpen()
6158 randomnessPid = osGetpid(0); in unixOpen()
6648 randomnessPid = osGetpid(0); in unixRandomness()
6970 lPath, errno, osGetpid(0))); in proxyGetLockPath()
6992 OSTRACE(("GETLOCKPATH proxy lock path=%s pid=%d\n", lPath, osGetpid(0))); in proxyGetLockPath()
7019 buf, strerror(err), lockPath, osGetpid(0))); in proxyCreateLockPath()
7028 OSTRACE(("CREATELOCKPATH proxy lock path=%s pid=%d\n",lockPath,osGetpid(0))); in proxyCreateLockPath()
7335 osGetpid(0))); in proxyTakeConch()
7545 osGetpid(0))); in proxyReleaseConch()
7687 (lockPath ? lockPath : ":auto:"), osGetpid(0))); in proxyTransformUnixFile()