MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / setThreadName

Method setThreadName

Libraries/Threading/Threading.cpp:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void SC::Thread::setThreadName(const native_char_t* name) { Internal::setThreadName(name); }
33
34SC::Result SC::Thread::join()
35{

Callers 10

socketClientServerMethod · 0.45
testThreadMethod · 0.45
testEventObjectMethod · 0.45
testMutexMethod · 0.45
testRWLockMethod · 0.45
testBarrierMethod · 0.45
testSemaphoreMethod · 0.45
loopWakeUpMethod · 0.45
runAwaitThreadWakeUpFunction · 0.45
monitoringLoopThreadMethod · 0.45

Calls

no outgoing calls

Tested by 8

socketClientServerMethod · 0.36
testThreadMethod · 0.36
testEventObjectMethod · 0.36
testMutexMethod · 0.36
testRWLockMethod · 0.36
testBarrierMethod · 0.36
testSemaphoreMethod · 0.36
loopWakeUpMethod · 0.36