MCPcopy Create free account
hub / github.com/Smorodov/Multitarget-tracker / custom_join

Function custom_join

src/Detector/darknet/src/http_stream.cpp:697–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695}
696
697int custom_join(custom_thread_t tid, void **value_ptr)
698{
699 std::thread *ptr = (std::thread *)tid;
700 if (ptr) {
701 ptr->join();
702 delete ptr;
703 return 0;
704 }
705 else printf(" Error: ptr of thread is NULL in custom_join() \n");
706
707 return -1;
708}
709
710int custom_atomic_load_int(volatile int* obj)
711{

Callers 1

demoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected