Home
last modified time | relevance | path

Searched defs:ProcessCache (Results 1 – 4 of 4) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile/
H A Dcache.go54 type ProcessCache struct { struct
56 ttl time.Duration
58 monitorTicker *time.Ticker
59 monitorDone chan interface{}
61 objectReaders stack
62 objectInfoReaders stack
65 currentCatfileProcesses prometheus.Gauge
73 cachedProcessDone *sync.Cond
149 func (c *ProcessCache) monitor() {
166 func (c *ProcessCache) Stop() {
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile/
H A Dcache.go54 type ProcessCache struct { struct
56 ttl time.Duration
58 monitorTicker *time.Ticker
59 monitorDone chan interface{}
61 objectReaders stack
62 objectInfoReaders stack
65 currentCatfileProcesses prometheus.Gauge
73 cachedProcessDone *sync.Cond
149 func (c *ProcessCache) monitor() {
166 func (c *ProcessCache) Stop() {
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmakeprojectmanager/
H A Dexternaleditors.h113 using ProcessCache = QMap<QString, QTcpSocket*>; variable
/dports/devel/svn2git/svn2git-1.0.18/src/
H A Drepository.cpp232 class ProcessCache: QLinkedList<FastImportRepository *> class