MCPcopy Create free account
hub / github.com/coin-or/CppAD / thread_number

Function thread_number

example/multi_thread/bthread/get_started.cpp:57–60  ·  view source on GitHub ↗

thread_number

Source from the content-addressed store, hash-verified

55 //
56 // thread_number
57 size_t thread_number(void)
58 { // return thread_all_[thread_num].thread_num
59 return *thread_specific_data_.get();
60 }
61 //
62 // partial
63 double partial(

Callers 2

run_one_threadFunction · 0.70
get_startedFunction · 0.70

Calls 1

getMethod · 0.45

Tested by

no test coverage detected