MCPcopy Create free account
hub / github.com/Singular/Singular / createThread

Function createThread

Singular/dyn_modules/systhreads/shared.cc:1464–1467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1462}
1463
1464ThreadState *createThread(void *(*thread_func)(ThreadState *, void *),
1465 void *arg) {
1466 return newThread(thread_func, arg, NULL);
1467}
1468
1469void *joinThread(ThreadState *ts) {
1470 void *result;

Callers

nothing calls this directly

Calls 9

newThreadFunction · 0.85
createInterpreterThreadFunction · 0.85
new_sharedFunction · 0.85
check_argcMethod · 0.80
reportMethod · 0.80
statusMethod · 0.80
set_resultMethod · 0.80
okMethod · 0.45
abortMethod · 0.45

Tested by

no test coverage detected