MCPcopy Create free account
hub / github.com/BVLC/caffe / InternalThreadEntry

Method InternalThreadEntry

include/caffe/internal_thread.hpp:39–39  ·  view source on GitHub ↗

Implement this method in your subclass with the code you want your thread to run. */

Source from the content-addressed store, hash-verified

37 /* Implement this method in your subclass
38 with the code you want your thread to run. */
39 virtual void InternalThreadEntry() {}
40
41 /* Should be tested when running loops to exit when requested. */
42 bool must_stop();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected