Home
last modified time | relevance | path

Searched refs:thmodel (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/smart_ptr/extras/test/
Dshared_ptr_mt_test.cpp47 char const * thmodel = "POSIX"; variable
51 char const * thmodel = "Windows"; variable
59 printf( "Using %s threads: %d threads, %d iterations: ", thmodel, m, n ); in main()
Dweak_ptr_mt_test.cpp80 char const * thmodel = "POSIX"; variable
84 char const * thmodel = "Windows"; variable
92 printf("Using %s threads: %d threads, %d * %d iterations: ", thmodel, m, n, k ); in main()
Dsp_atomic_mt_test.cpp144 char const * thmodel = "POSIX"; variable
146 char const * thmodel = "Windows"; variable
164 … printf( "Using %s threads: %dR + %dW threads, %d iterations, %s\n\n", thmodel, mr, mw, n, prim ); in main()
Dsp_atomic_mt2_test.cpp151 char const * thmodel = "POSIX"; variable
153 char const * thmodel = "Windows"; variable
225 …printf( "%s: threads=%d size=%d iterations=%d ratio=%d %s\n\n", thmodel, m, n, k, r, pt_to_string(… in main()