lines 7-24 of file: example/multi_thread/pthread/simple_ad_pthread.cpp {xrst_begin simple_ad_pthread.cpp} A Simple pthread AD: Example and Test ##################################### Purpose ******* This example demonstrates how CppAD can be used in a pthread multi-threading environment. Source Code *********** {xrst_literal // BEGIN C++ // END C++ } {xrst_end simple_ad_pthread.cpp}