Searched refs:sysError (Results 1 – 2 of 2) sorted by relevance
27 sysError; in MutexLock() local29 if ((sysError=::pthread_mutexattr_init(&attr)) == 0) in MutexLock()30 if ((sysError=::pthread_mutex_init(&_mutex,&attr)) == 0) in MutexLock()36 strerror(sysError)); in MutexLock()69 sysError; in ~MutexLock() local71 if ((sysError=::pthread_mutex_destroy(&_mutex)) == 0) in ~MutexLock()74 strerror(sysError)); in ~MutexLock()88 sysError; in lock() local90 if ((sysError=::pthread_mutex_lock(&_mutex)) == 0) in lock()93 strerror(sysError)); in lock()[all …]
627 DWORD sysError = ::GetLastError(); in GetStream() local628 FailedCodes.Add(sysError); in GetStream()