Home
last modified time | relevance | path

Searched refs:theThread (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tests/kits/support/bblockcache/
H A DBlockCacheConcurrencyTest.cpp78 thread_id theThread, BList *cacheList, BList *nonCacheList) in GetBlock() argument
95 *((thread_id *)thePtr) = theThread; in GetBlock()
107 size_t blockSize, thread_id theThread, BList *cacheList, in SaveBlock() argument
114 CPPUNIT_ASSERT(*((thread_id *)thePtr) == theThread); in SaveBlock()
136 bool isMallocTest, thread_id theThread, BList *cacheList, in FreeBlock() argument
143 CPPUNIT_ASSERT(*((thread_id *)thePtr) == theThread); in FreeBlock()
182 thread_id theThread = find_thread(NULL); in TestBlockCache() local
189 GetBlock(theCache, sizeOfBlocksInCache, theThread, &cacheList, &nonCacheList); in TestBlockCache()
190 GetBlock(theCache, sizeOfBlocksInCache, theThread, &cacheList, &nonCacheList); in TestBlockCache()
191 GetBlock(theCache, sizeOfNonCacheBlocks, theThread, &cacheList, &nonCacheList); in TestBlockCache()
[all …]
H A DBlockCacheConcurrencyTest.h32 thread_id theThread, BList *cacheList, BList *nonCacheList);
34 thread_id theThread, BList *cacheList, BList *nonCacheList);
36 thread_id theThread, BList *cacheList,