MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / Thread

Method Thread

TactilityKernel/source/concurrent/thread.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 portBASE_TYPE affinity = -1;
29
30 Thread() {
31 mutex_construct(&mutex);
32 }
33
34 ~Thread() {
35 mutex_destruct(&mutex);

Callers

nothing calls this directly

Calls 1

mutex_constructFunction · 0.85

Tested by

no test coverage detected