MCPcopy Create free account
hub / github.com/PlatformLab/Arachne / arachne_thread_create

Function arachne_thread_create

cwrapper/arachne_wrapper.cc:101–104  ·  view source on GitHub ↗

* This function is the wrapper for Arachne::createThread. * We have changed the interface due to no template support in C. * * \param id * The pointer to store returned thread id * \param startRoutine * The main function for the new thread * \param arg * The argument list for startRoutine * \return * The return value is 0 on success and store the thread id in *thread.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

create_thread_testFunction · 0.85
mainFunction · 0.85
TEST_FFunction · 0.85

Calls 1

Tested by 3

create_thread_testFunction · 0.68
mainFunction · 0.68
TEST_FFunction · 0.68