Searched refs:otherEntry (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/system/kernel/fs/
H A DEntryCache.cpp238 EntryCacheEntry* otherEntry = fGenerations[newGeneration].entries[i]; local
239 if (otherEntry == NULL)
243 fEntries.Remove(otherEntry);
244 free(otherEntry);
/haiku-fatelf/src/system/kernel/locks/
H A Duser_mutex.cpp168 UserMutexEntry* otherEntry = it.Next();) {
169 otherEntry->locked = true;
170 otherEntry->condition.NotifyOne();
/haiku-fatelf/src/apps/debugger/files/
H A DFileManager.cpp712 SourceFileEntry* otherEntry = fSourceFiles->Lookup(entry->path); local
713 if (otherEntry == entry)

Completed in 94 milliseconds