Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/Hardcoder
/ size
Method
size
libapp2sys/src/main/cpp/util.h:123–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
unsigned int size() {
124
pthread_mutex_lock(&_mutex);
125
unsigned int s = _q.size();
126
pthread_mutex_unlock(&_mutex);
127
return s;
128
}
129
};
130
131
static int64_t getMillisecond() {
Callers
15
processReceive
Method · 0.45
checkPermission
Method · 0.45
registerBootPreloadResource
Method · 0.45
onCallback
Method · 0.45
toString
Method · 0.45
toString
Method · 0.45
checkSendQueue
Method · 0.45
loop
Method · 0.45
loop
Method · 0.45
uninit
Method · 0.45
findFdByUid
Method · 0.45
localServerRespThread
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected