Home
last modified time | relevance | path

Searched refs:thread_cache (Results 1 – 25 of 114) sorted by relevance

12345

/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/protobuf/src/google/protobuf/
H A Darena_impl.h156 static ThreadCache& thread_cache();
160 static ThreadCache& thread_cache();
163 static ThreadCache& thread_cache() { return thread_cache_; } in thread_cache() function
179 thread_cache().last_block_used_ = block; in CacheBlock()
180 thread_cache().last_lifecycle_id_seen = lifecycle_id_; in CacheBlock()
H A Darena.cc51 ArenaImpl::ThreadCache& ArenaImpl::thread_cache() { in thread_cache() function in google::protobuf::internal::ArenaImpl
57 ArenaImpl::ThreadCache& ArenaImpl::thread_cache() { in thread_cache() function in google::protobuf::internal::ArenaImpl
85 first_block->owner = &thread_cache(); in Init()
203 ThreadCache* tc = &thread_cache(); in GetBlock()
313 first_block->owner = &thread_cache(); in FreeBlocks()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/protobuf/src/google/protobuf/
H A Darena_impl.h292 static ThreadCache& thread_cache();
296 static ThreadCache& thread_cache();
299 static ThreadCache& thread_cache() { return thread_cache_; } in thread_cache() function
311 thread_cache().last_serial_arena = serial; in CacheSerialArena()
312 thread_cache().last_lifecycle_id_seen = lifecycle_id_; in CacheSerialArena()
336 ThreadCache* tc = &thread_cache(); in GetSerialArenaFast()
350 ThreadCache* tc = &thread_cache(); in GetSerialArenaFromThreadCache()
H A Darena.cc55 ArenaImpl::ThreadCache& ArenaImpl::thread_cache() { in thread_cache() function in google::protobuf::internal::ArenaImpl
61 ArenaImpl::ThreadCache& ArenaImpl::thread_cache() { in thread_cache() function in google::protobuf::internal::ArenaImpl
81 SerialArena::New(initial_block_, &thread_cache(), this); in Init()
187 return GetSerialArenaFallback(&thread_cache()); in GetSerialArena()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/protobuf/src/google/protobuf/
H A Darena_impl.h292 static ThreadCache& thread_cache();
296 static ThreadCache& thread_cache();
299 static ThreadCache& thread_cache() { return thread_cache_; } in thread_cache() function
311 thread_cache().last_serial_arena = serial; in CacheSerialArena()
312 thread_cache().last_lifecycle_id_seen = lifecycle_id_; in CacheSerialArena()
336 ThreadCache* tc = &thread_cache(); in GetSerialArenaFast()
350 ThreadCache* tc = &thread_cache(); in GetSerialArenaFromThreadCache()
H A Darena.cc55 ArenaImpl::ThreadCache& ArenaImpl::thread_cache() { in thread_cache() function in google::protobuf::internal::ArenaImpl
61 ArenaImpl::ThreadCache& ArenaImpl::thread_cache() { in thread_cache() function in google::protobuf::internal::ArenaImpl
81 SerialArena::New(initial_block_, &thread_cache(), this); in Init()
187 return GetSerialArenaFallback(&thread_cache()); in GetSerialArena()
/dports/www/firefox/firefox-99.0/toolkit/components/protobuf/src/google/protobuf/
H A Darena_impl.h292 static ThreadCache& thread_cache();
296 static ThreadCache& thread_cache();
299 static ThreadCache& thread_cache() { return thread_cache_; } in thread_cache() function
311 thread_cache().last_serial_arena = serial; in CacheSerialArena()
312 thread_cache().last_lifecycle_id_seen = lifecycle_id_; in CacheSerialArena()
336 ThreadCache* tc = &thread_cache(); in GetSerialArenaFast()
350 ThreadCache* tc = &thread_cache(); in GetSerialArenaFromThreadCache()
H A Darena.cc55 ArenaImpl::ThreadCache& ArenaImpl::thread_cache() { in thread_cache() function in google::protobuf::internal::ArenaImpl
61 ArenaImpl::ThreadCache& ArenaImpl::thread_cache() { in thread_cache() function in google::protobuf::internal::ArenaImpl
81 SerialArena::New(initial_block_, &thread_cache(), this); in Init()
187 return GetSerialArenaFallback(&thread_cache()); in GetSerialArena()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/protobuf/src/google/protobuf/
H A Darena_impl.h292 static ThreadCache& thread_cache();
296 static ThreadCache& thread_cache();
299 static ThreadCache& thread_cache() { return thread_cache_; } in thread_cache() function
311 thread_cache().last_serial_arena = serial; in CacheSerialArena()
312 thread_cache().last_lifecycle_id_seen = lifecycle_id_; in CacheSerialArena()
336 ThreadCache* tc = &thread_cache(); in GetSerialArenaFast()
350 ThreadCache* tc = &thread_cache(); in GetSerialArenaFromThreadCache()
H A Darena.cc55 ArenaImpl::ThreadCache& ArenaImpl::thread_cache() { in thread_cache() function in google::protobuf::internal::ArenaImpl
61 ArenaImpl::ThreadCache& ArenaImpl::thread_cache() { in thread_cache() function in google::protobuf::internal::ArenaImpl
81 SerialArena::New(initial_block_, &thread_cache(), this); in Init()
187 return GetSerialArenaFallback(&thread_cache()); in GetSerialArena()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/protobuf/src/google/protobuf/
H A Darena_impl.h176 static ThreadCache& thread_cache();
180 static ThreadCache& thread_cache();
183 static ThreadCache& thread_cache() { return thread_cache_; } in thread_cache() function
198 thread_cache().last_block_used_ = block; in CacheBlock()
199 thread_cache().last_lifecycle_id_seen = lifecycle_id_; in CacheBlock()
H A Darena.cc53 ArenaImpl::ThreadCache& ArenaImpl::thread_cache() { in thread_cache() function in google::protobuf::internal::ArenaImpl
59 ArenaImpl::ThreadCache& ArenaImpl::thread_cache() { in thread_cache() function in google::protobuf::internal::ArenaImpl
76 InitBlock(initial_block_, &thread_cache(), options_.initial_block_size); in Init()
196 ThreadCache* tc = &thread_cache(); in GetBlock()
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/
H A Darena_impl.h356 thread_cache().last_serial_arena = serial; in CacheSerialArena()
357 thread_cache().last_lifecycle_id_seen = LifeCycleId(); in CacheSerialArena()
372 ThreadCache* tc = &thread_cache(); in GetSerialArenaFast()
386 ThreadCache* tc = &thread_cache(); in GetSerialArenaFromThreadCache()
451 static ThreadCache& thread_cache();
455 static ThreadCache& thread_cache();
458 static ThreadCache& thread_cache() { return thread_cache_; } in thread_cache() function
H A Darena.cc200 ThreadSafeArena::ThreadCache& ThreadSafeArena::thread_cache() { in thread_cache() function in google::protobuf::internal::ThreadSafeArena
206 ThreadSafeArena::ThreadCache& ThreadSafeArena::thread_cache() { in thread_cache() function in google::protobuf::internal::ThreadSafeArena
262 ThreadCache& tc = thread_cache(); in Init()
282 SerialArena* serial = SerialArena::New({mem, size}, &thread_cache()); in SetInitialBlock()
384 return GetSerialArenaFallback(&thread_cache()) in AllocateAlignedFallback()
399 return GetSerialArenaFallback(&thread_cache()) in AllocateAlignedWithCleanupFallback()
405 GetSerialArenaFallback(&thread_cache()) in AddCleanupFallback()
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/
H A Darena_impl.h366 thread_cache().last_serial_arena = serial; in CacheSerialArena()
367 thread_cache().last_lifecycle_id_seen = LifeCycleId(); in CacheSerialArena()
382 ThreadCache* tc = &thread_cache(); in GetSerialArenaFast()
396 ThreadCache* tc = &thread_cache(); in GetSerialArenaFromThreadCache()
461 static ThreadCache& thread_cache();
465 static ThreadCache& thread_cache();
468 static ThreadCache& thread_cache() { return thread_cache_; } in thread_cache() function
H A Darena.cc200 ThreadSafeArena::ThreadCache& ThreadSafeArena::thread_cache() { in thread_cache() function in google::protobuf::internal::ThreadSafeArena
206 ThreadSafeArena::ThreadCache& ThreadSafeArena::thread_cache() { in thread_cache() function in google::protobuf::internal::ThreadSafeArena
262 ThreadCache& tc = thread_cache(); in Init()
282 SerialArena* serial = SerialArena::New({mem, size}, &thread_cache()); in SetInitialBlock()
384 return GetSerialArenaFallback(&thread_cache()) in AllocateAlignedFallback()
399 return GetSerialArenaFallback(&thread_cache()) in AllocateAlignedWithCleanupFallback()
405 GetSerialArenaFallback(&thread_cache()) in AddCleanupFallback()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/
H A Darena_impl.h256 static ThreadCache& thread_cache();
260 static ThreadCache& thread_cache();
263 static ThreadCache& thread_cache() { return thread_cache_; } in thread_cache() function
275 thread_cache().last_serial_arena = serial; in CacheSerialArena()
276 thread_cache().last_lifecycle_id_seen = lifecycle_id_; in CacheSerialArena()
H A Darena.cc55 ArenaImpl::ThreadCache& ArenaImpl::thread_cache() { in thread_cache() function in google::protobuf::internal::ArenaImpl
61 ArenaImpl::ThreadCache& ArenaImpl::thread_cache() { in thread_cache() function in google::protobuf::internal::ArenaImpl
81 SerialArena::New(initial_block_, &thread_cache(), this); in Init()
197 ThreadCache* tc = &thread_cache(); in GetSerialArenaFast()
219 return GetSerialArenaFallback(&thread_cache()); in GetSerialArena()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/
H A Darena_impl.h256 static ThreadCache& thread_cache();
260 static ThreadCache& thread_cache();
263 static ThreadCache& thread_cache() { return thread_cache_; } in thread_cache() function
275 thread_cache().last_serial_arena = serial; in CacheSerialArena()
276 thread_cache().last_lifecycle_id_seen = lifecycle_id_; in CacheSerialArena()
H A Darena.cc55 ArenaImpl::ThreadCache& ArenaImpl::thread_cache() { in thread_cache() function in google::protobuf::internal::ArenaImpl
61 ArenaImpl::ThreadCache& ArenaImpl::thread_cache() { in thread_cache() function in google::protobuf::internal::ArenaImpl
81 SerialArena::New(initial_block_, &thread_cache(), this); in Init()
197 ThreadCache* tc = &thread_cache(); in GetSerialArenaFast()
219 return GetSerialArenaFallback(&thread_cache()); in GetSerialArena()
/dports/net/py-trio/trio-0.19.0/trio/_core/
H A D_thread_cache.py44 def __init__(self, thread_cache): argument
46 self._thread_cache = thread_cache
/dports/biology/avida/avida-2.12.4-src/libs/tcmalloc-1.4/TCMalloc-1.4.xcodeproj/
H A Dproject.pbxproj50 …B4EEF1386EBC100D8F6F0 /* thread_cache.cc in Sources */ = {isa = PBXBuildFile; fileRef = 70FB4EC313…
51 …B4EF01386EBC100D8F6F0 /* thread_cache.h in Headers */ = {isa = PBXBuildFile; fileRef = 70FB4EC4138…
99 …BC100D8F6F0 /* thread_cache.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
100 …6EBC100D8F6F0 /* thread_cache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
176 70FB4EC41386EBC100D8F6F0 /* thread_cache.h */,
177 70FB4EC31386EBC100D8F6F0 /* thread_cache.cc */,
218 70FB4EF01386EBC100D8F6F0 /* thread_cache.h in Headers */,
284 70FB4EEF1386EBC100D8F6F0 /* thread_cache.cc in Sources */,
/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/intern/
H A Dcache.c82 ImThreadTileCache thread_cache[BLENDER_MAX_THREADS + 1]; member
234 imb_thread_cache_exit(&GLOBAL_CACHE.thread_cache[a]); in imb_tile_cache_exit()
278 imb_thread_cache_init(&GLOBAL_CACHE.thread_cache[a]); in IMB_tile_cache_params()
439 return imb_thread_cache_get_tile(&GLOBAL_CACHE.thread_cache[thread + 1], ibuf, tx, ty); in IMB_gettile()
/dports/www/mybb/mybb-mybb_1829/
H A Dsearch.php345 $thread_cache = array(); variable
353 $thread_cache[$thread['tid']] = $thread;
355 $thread_ids = implode(",", array_keys($thread_cache));
363 if($mybb->settings['dotfolders'] != 0 && $mybb->user['uid'] && $thread_cache)
369 $thread_cache[$thread['tid']]['dot_icon'] = 1;
379 $thread_cache[$readthread['tid']]['lastread'] = $readthread['dateline'];
390 foreach($thread_cache as $thread)
686 $lang->page_selected = $lang->sprintf($lang->page_selected, count($thread_cache));
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A DmacroAssembler_sparc.cpp440 if (thread_cache->is_valid()) { in save_thread()
441 assert(thread_cache->is_local() || thread_cache->is_in(), "bad volatile"); in save_thread()
442 mov(G2_thread, thread_cache); in save_thread()
452 if (thread_cache->is_valid()) { in restore_thread()
453 assert(thread_cache->is_local() || thread_cache->is_in(), "bad volatile"); in restore_thread()
454 mov(thread_cache, G2_thread); in restore_thread()
550 Register thread_cache, in call_VM_base() argument
568 save_thread(thread_cache); in call_VM_base()
575 restore_thread(thread_cache); in call_VM_base()
688 save_thread(thread_cache); in call_VM_leaf_base()
[all …]

12345