Searched refs:lockInitRet (Results 1 – 1 of 1) sorted by relevance
91 int lockInitRet = pthread_rwlock_init(&(pugObj->rwlock), NULL); in PurgMemCreate_() local92 if (lockInitRet != 0) { in PurgMemCreate_()93 …HILOG_ERROR_C(LOG_CORE, "%{public}s: pthread_rwlock_init fail, %{public}d", __func__, lockInitRet); in PurgMemCreate_()