MCPcopy 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
131static int64_t getMillisecond() {

Callers 15

processReceiveMethod · 0.45
checkPermissionMethod · 0.45
onCallbackMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45
checkSendQueueMethod · 0.45
loopMethod · 0.45
loopMethod · 0.45
uninitMethod · 0.45
findFdByUidMethod · 0.45
localServerRespThreadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected