Home
last modified time | relevance | path

Searched refs:sInitCount (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/common/
Drandom.cpp44 uint16_t Manager::sInitCount = 0; member in ot::Random::Manager
51 OT_ASSERT(sInitCount < 0xffff); in Manager()
53 VerifyOrExit(sInitCount == 0); in Manager()
65 sInitCount++; in Manager()
70 OT_ASSERT(sInitCount > 0); in ~Manager()
72 sInitCount--; in ~Manager()
73 VerifyOrExit(sInitCount == 0); in ~Manager()
85 OT_ASSERT(sInitCount > 0); in NonCryptoGetUint32()
Drandom.hpp97 static uint16_t sInitCount; member in ot::Random::Manager