Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
NotifyWriteWait
Method · 0.80
InputNotify
Method · 0.80
NotifyThread
Method · 0.80
AddSubThread
Method · 0.80
RemoveSubThread
Method · 0.80
AllocThread
Method · 0.80
FreeThread
Method · 0.80
WakeupTimeout
Method · 0.80
InsertSleep
Method · 0.80
RemoveSleep
Method · 0.80
InsertIoWait
Method · 0.80
RemoveIoWait
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected