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

Method ~test1

dlib/test/multithreaded_object.cpp:36–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 ~test1 ()
37 {
38 DLIB_TEST(number_of_threads_registered() == 0);
39 DLIB_TEST(number_of_threads_alive() == 0);
40 DLIB_TEST(is_running() == false);
41 stop();
42 DLIB_TEST(number_of_threads_registered() == 0);
43 DLIB_TEST(number_of_threads_alive() == 0);
44 DLIB_TEST(is_running() == false);
45 wait();
46 DLIB_TEST(number_of_threads_registered() == 0);
47 DLIB_TEST(number_of_threads_alive() == 0);
48 DLIB_TEST(is_running() == false);
49 }
50
51 private:
52 };

Callers

nothing calls this directly

Calls 1

stopFunction · 0.85

Tested by

no test coverage detected