Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dparser.d1072 threadCount += counterRange.top; in postprocess()
1075 threadCount += counterRange.top; in postprocess()
1081 threadCount += counterRange.top; in postprocess()
1086 threadCount += counterRange.top; in postprocess()
1089 threadCount += counterRange.top; in postprocess()
1095 debug(std_regex_allocation) writefln("IR processed, max threads: %d", threadCount); in postprocess()
H A Dthompson.d778 return getThreadSize(re)*re.threadCount + re.hotspotTableSize*size_t.sizeof
819 prepareFreeList(re.threadCount, memory); in initExternalMemory()
H A Dir.d686 uint threadCount; // upper bound on number of Thompson VM threads in Regex() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dparser.d1608 threadCount += counterRange.top; in postprocess()
1611 threadCount += counterRange.top; in postprocess()
1617 threadCount += counterRange.top; in postprocess()
1622 threadCount += counterRange.top; in postprocess()
1625 threadCount += counterRange.top; in postprocess()
1631 debug(std_regex_allocation) writefln("IR processed, max threads: %d", threadCount); in postprocess()
H A Dthompson.d777 return getThreadSize(re)*re.threadCount + re.hotspotTableSize*size_t.sizeof
814 prepareFreeList(re.threadCount, memory); in initExternalMemory()
H A Dir.d521 uint threadCount; // upper bound on number of Thompson VM threads in Regex() local