![]() |
TTMath
0.9.4
C++ bignum library
|
Some objects used in multithreads environment. More...
Go to the source code of this file.
Data Structures | |
class | ttmath::ThreadLock |
objects of this class are used to synchronize More... | |
Namespaces | |
ttmath | |
a namespace for the TTMath library | |
Macros | |
#define | TTMATH_MULTITHREADS_HELPER |
Variables | |
pthread_mutex_t | ttmath::ttmath_mutex |
Some objects used in multithreads environment.
Definition in file ttmaththreads.h.
#define TTMATH_MULTITHREADS_HELPER |
in multithreads environment you should use TTMATH_MULTITHREADS_HELPER macro somewhere in *.cpp file (this macro defines a pthread_mutex_t object used by TTMath library)
Definition at line 157 of file ttmaththreads.h.