Home
last modified time | relevance | path

Searched refs:heating_pool (Results 1 – 4 of 4) sorted by relevance

/dports/biology/migrate/migrate-3.6.11/src/
H A Drandom.c71 extern tpool_t heating_pool;
121 if ((pthread_mutex_lock (&(heating_pool->random_lock))) != 0) in get_cud()
143 if ((pthread_mutex_unlock (&(heating_pool->random_lock))) != 0) in get_cud()
737 if (heating_pool != NULL && (pthread_mutex_lock (&(heating_pool->random_lock))) != 0) in randum_thread()
755 if (heating_pool != NULL && (pthread_mutex_unlock (&(heating_pool->random_lock))) != 0) in randum_thread()
H A Dmigrate_mpi.h93 tpool_t * heating_pool, long maxreplicate,
H A Dmigrate_mpi.c72 tpool_t * heating_pool,
78 tpool_t * heating_pool, long maxreplicate,
82 data_fmt * data, tpool_t * heating_pool, long maxreplicate,
86 tpool_t * heating_pool,
384 tpool_t * heating_pool, long maxreplicate, in mpi_runloci_worker() argument
419 heating_pool, maxreplicate, locus, treefilepos, Gmax); in mpi_runloci_worker()
463 data_fmt * data, tpool_t * heating_pool, long maxreplicate, in mpi_run_locus() argument
524 heating_pool, usize, in mpi_run_locus()
546 heating_pool, usize, in mpi_run_locus()
611 heating_pool, usize, in mpi_run_locus()
[all …]
H A Dmain.c157 tpool_t heating_pool; /*!< when compiled with PTHREADS then holds all threads */ variable
162 tpool_t heating_pool; variable
1009 tpool_init (&heating_pool, usize, usize, 0); in run_sampler()
1076 &heating_pool, maxreplicate, &treefilepos, Gmax); in run_sampler()
1082 &heating_pool, maxreplicate, &treefilepos, Gmax); in run_sampler()
1091 tpool_destroy (heating_pool, 1); in run_sampler()