MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / setupForThread

Function setupForThread

source/test/testCPU.cpp:11033–11036  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11031
11032#ifdef BOXEDWINE_MULTI_THREADED
11033void setupForThread() {
11034 pushCode8(0xcd); // for multi-thread test
11035 pushCode8(0x97);
11036}
11037
11038KThread* doLockedIncThread(U32 numberOfIterationsPerThread) {
11039 KThread* thread = process->createThread();

Callers 1

testLockedIncFunction · 0.85

Calls 1

pushCode8Function · 0.85

Tested by

no test coverage detected