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)
95 *((thread_id *)thePtr) = theThread;
107 size_t blockSize, thread_id theThread, BList *cacheList,
114 CPPUNIT_ASSERT(*((thread_id *)thePtr) == theThread);
136 bool isMallocTest, thread_id theThread, BList *cacheList,
143 CPPUNIT_ASSERT(*((thread_id *)thePtr) == theThread);
182 thread_id theThread = find_thread(NULL); local
189 GetBlock(theCache, sizeOfBlocksInCache, theThread, &cacheList, &nonCacheList);
190 GetBlock(theCache, sizeOfBlocksInCache, theThread, &cacheList, &nonCacheList);
191 GetBlock(theCache, sizeOfNonCacheBlocks, theThread,
77 GetBlock(BBlockCache *theCache, size_t blockSize, thread_id theThread, BList *cacheList, BList *nonCacheList) argument
106 SaveBlock(BBlockCache *theCache, void *thePtr, size_t blockSize, thread_id theThread, BList *cacheList, BList *nonCacheList) argument
135 FreeBlock(void *thePtr, size_t blockSize, bool isMallocTest, thread_id theThread, BList *cacheList, BList *nonCacheList) argument
[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,

Completed in 33 milliseconds