Prev
Next
Index->
contents
reference
index
search
external
Up->
CppAD
library
thread_alloc
ta_thread_num
CppAD->
Install
Introduction
AD
ADFun
preprocessor
multi_thread
library
ipopt_solve
Example
speed
Appendix
library->
ErrorHandler
NearEqual
speed_test
SpeedTest
time_test
NumericType
CheckNumericType
SimpleVector
CheckSimpleVector
nan
pow_int
Poly
LuDetAndSolve
RombergOne
RombergMul
Runge45
Rosen34
OdeErrControl
OdeGear
OdeGearControl
CppAD_vector
thread_alloc
index_sort
BenderQuad
opt_val_hes
LuRatio
thread_alloc->
thread_alloc.cpp
ta_parallel_setup
ta_num_threads
ta_in_parallel
ta_thread_num
ta_get_memory
ta_return_memory
ta_free_available
ta_hold_memory
ta_inuse
ta_available
ta_create_array
ta_delete_array
ta_free_all
ta_thread_num
Headings->
Syntax
Purpose
thread
Example
Get the Current Thread Number
Syntax
thread
= thread_alloc::thread_num()
Purpose
Some of the
thread_alloc
allocation routines have a thread number. This routine enables you to determine the current thread.
thread
The return value
thread
has prototype
size_t
thread
and is the currently executing thread number. If
_OPENMP
is not defined,
thread
is zero.
Example
thread_alloc.cpp
Input File: cppad/thread_alloc.hpp