Skip to content
Snippets Groups Projects
Commit 56b22a1d authored by Florian Schmaus's avatar Florian Schmaus
Browse files

Merge branch 'debian-test-dev-1.4' into 'master'

[gitlab-ci] Bump CI container to flowdalic/debian-testing-dev:1.4

See merge request i4/manycore/emper!40
parents c6721f2c 09e81805
No related branches found
No related tags found
No related merge requests found
image: "flowdalic/debian-testing-dev:1.3" image: "flowdalic/debian-testing-dev:1.4"
before_script: before_script:
- | - |
......
...@@ -91,7 +91,7 @@ Runtime::Runtime(workerid_t workerCount, RuntimeStrategy& strategy, unsigned int ...@@ -91,7 +91,7 @@ Runtime::Runtime(workerid_t workerCount, RuntimeStrategy& strategy, unsigned int
rcu_register_thread(); rcu_register_thread();
#endif #endif
struct WorkerArgs* workerArgs = reinterpret_cast<struct WorkerArgs*>(voidWorkerArgs); auto* workerArgs = reinterpret_cast<struct WorkerArgs*>(voidWorkerArgs);
return currentRuntime->workerLoop(workerArgs); return currentRuntime->workerLoop(workerArgs);
}; };
errno = pthread_create(&threads[i], &attr, thread_function, &workerArgs[i]); errno = pthread_create(&threads[i], &attr, thread_function, &workerArgs[i]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment