Home
last modified time | relevance | path

Searched refs:stopGC (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/redisearch/RediSearch-2.2.5/src/
H A Dgc.c56 static void stopGC(GCContext* gc) { in stopGC() function
110 stopGC(gc); in threadCallback()
162 stopGC(gc); in GCContext_Stop()
/dports/textproc/redisearch20/RediSearch-2.0.15/src/
H A Dgc.c56 static void stopGC(GCContext* gc) { in stopGC() function
110 stopGC(gc); in threadCallback()
162 stopGC(gc); in GCContext_Stop()
/dports/devel/libdap/libdap-3.20.8/
H A DHTTPCache.h170 bool stopGC() const;
H A DHTTPCache.cc337 HTTPCache::stopGC() const in stopGC() function in libdap::HTTPCache
420 while (!stopGC()) { in hits_gc()
/dports/www/libwww/w3c-libwww-5.4.2/Library/src/
H A DHTCache.c143 PRIVATE BOOL stopGC (void) in stopGC() function
197 if (stopGC()) break; in HTCacheGarbage()
230 if (stopGC()) break; in HTCacheGarbage()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/internal/gc/impl/conservative/
H A Dgc.d3060 bool stopGC;
3198 stopGC = true;
3226 while (!stopGC)