Home
last modified time | relevance | path

Searched refs:threads_finished (Results 1 – 8 of 8) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/sgen/
H A Dsgen-thread-pool.c27 static volatile int threads_finished; variable
233 threads_finished++; in thread_func()
284 threads_finished = 0; in sgen_thread_pool_start()
301 while (threads_finished < threads_num) in sgen_thread_pool_shutdown()
/dports/math/dbcsr/dbcsr-2.1.0/src/mm/
H A Ddbcsr_mm_cannon.F860 … right_src_vcol, right_src_vrow, row, size_guess, size_guess_init, stat, threads_finished, & local
1622 threads_finished = 0
1658 threads_finished = threads_finished + 1
1665 threads_finished_read = threads_finished
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/mm/
H A Ddbcsr_mm_cannon.F863 … right_src_vcol, right_src_vrow, row, size_guess, size_guess_init, stat, threads_finished, & local
1628 threads_finished = 0
1664 threads_finished = threads_finished + 1
1671 threads_finished_read = threads_finished
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-global.h158 int threads_finished; /* # finished threads */ member
H A Dpl-thread.c510 GD->statistics.threads_finished == 1 ) /* I am alone :-( */ in enableThreads()
675 GD->statistics.threads_finished++; in freePrologThread()
676 assert(GD->statistics.threads_created - GD->statistics.threads_finished >= 1); in freePrologThread()
758 (GD->statistics.threads_created - GD->statistics.threads_finished) == 1) in reinit_threads_after_fork()
794 GD->statistics.threads_finished = 0; in reinit_threads_after_fork()
H A Dpl-proc.c2635 GD->statistics.threads_finished) == 1 ) in autoImport()
H A Dpl-prims.c5468 GD->statistics.threads_finished + in swi_statistics__LD()
/dports/lang/yap/yap-6.2.2/packages/PLStream/
H A Dpl-incl.h165 int threads_finished; /* # finished threads */ member