IMP  2.3.1
The Integrative Modeling Platform
threads.h File Reference

Control for using multiple threads in IMP. More...

#include "raii_macros.h"
#include <IMP/base/base_config.h>
+ Include dependency graph for threads.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::base::SetNumberOfThreads
 

Namespaces

 IMP
 Synonym for IMP::kernel.
 
 IMP::base
 Low level functionality (logging, error handling, profiling, command line flags etc) that is used by all of IMP.
 

Number of threads

Get and set the default number of threads to use in IMP.

unsigned int IMP::base::get_number_of_threads ()
 
void IMP::base::set_number_of_threads (unsigned int n)
 

Detailed Description

Control for using multiple threads in IMP.

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file threads.h.