MCPcopy Create free account
hub / github.com/beefytech/Beef / RemoveThread

Method RemoveThread

BeefySysLib/util/BeefPerf.cpp:626–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624}
625
626void BpThreadInfo::RemoveThread()
627{
628 BPCMD_PREPARE;
629
630 BPCMD_RESERVE(1 + 8);
631 BPCMD_MEMBER(uint8) = BpCmd_ThreadRemove;
632 BPCMD_MEMBER(int64) = GetTimestamp();
633 BPCMD_END();
634}
635
636//////////////////////////////////////////////////////////////////////////
637

Callers 1

FlsFreeFuncFunction · 0.80

Calls 1

GetTimestampFunction · 0.85

Tested by

no test coverage detected