MCPcopy Create free account
hub / github.com/alecazam/kram / getCurrentThreadName

Function getCurrentThreadName

libkram/kram/TaskSystem.cpp:362–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362void getCurrentThreadName(char name[kMaxThreadName])
363{
364 getThreadName(getCurrentThread(), name);
365}
366
367//------------------
368

Callers 1

setMessageFieldsFunction · 0.85

Calls 2

getThreadNameFunction · 0.85
getCurrentThreadFunction · 0.85

Tested by

no test coverage detected