Prev | Next | ta_num_threads |
number = thread_alloc::num_threads()
number
has prototype
size_t number
and is equal to the value of
num_threads
in the previous call to
parallel_setup
.
If there was no such previous call, the value one is returned.