MCPcopy Create free account
hub / github.com/davisking/dlib / ~test3_c1

Method ~test3_c1

dlib/test/multithreaded_object.cpp:118–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 ~test3_c1()
119 {
120 DLIB_TEST(number_of_threads_registered() == 1);
121 stop();
122 DLIB_TEST(is_running() == false);
123 DLIB_TEST(number_of_threads_registered() == 1);
124 wait();
125 DLIB_TEST(number_of_threads_registered() == 1);
126 DLIB_TEST(number_of_threads_alive() == 0);
127 DLIB_TEST(is_running() == false);
128 }
129
130 private:
131

Callers

nothing calls this directly

Calls 1

stopFunction · 0.85

Tested by

no test coverage detected