Home
last modified time | relevance | path

Searched refs:thread_id_purge_files (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmctld/
H A Dcontroller.c781 slurm_thread_create(&slurmctld_config.thread_id_purge_files, in main()
797 pthread_join(slurmctld_config.thread_id_purge_files, NULL); in main()
801 slurmctld_config.thread_id_purge_files = (pthread_t) 0; in main()
H A Dslurmctld.h158 pthread_t thread_id_purge_files; member