MCPcopy Create free account
hub / github.com/F-Stack/f-stack / HasFlag

Method HasFlag

adapter/micro_thread/micro_thread.h:269–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 _flag = (ThreadFlag)(_flag & ~flag);
268 };
269 bool HasFlag(ThreadFlag flag) {
270 return _flag & flag;
271 };
272 ThreadFlag GetFlag() {
273 return _flag;
274 };

Callers 15

NotifyWriteWaitMethod · 0.80
InputNotifyMethod · 0.80
NotifyThreadMethod · 0.80
AddSubThreadMethod · 0.80
RemoveSubThreadMethod · 0.80
AllocThreadMethod · 0.80
FreeThreadMethod · 0.80
WakeupTimeoutMethod · 0.80
InsertSleepMethod · 0.80
RemoveSleepMethod · 0.80
InsertIoWaitMethod · 0.80
RemoveIoWaitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected