Home
last modified time | relevance | path

Searched refs:try_cnt (Results 1 - 2 of 2) sorted by relevance

/foundation/resourceschedule/ffrt/src/util/
H A Dslab.h187 uint32_t try_cnt = ALLOCATOR_DESTRUCT_TIMESOUT; in ~SimpleAllocator() local
189 while (try_cnt > 0) { in ~SimpleAllocator()
195 try_cnt--; in ~SimpleAllocator()
198 if (try_cnt == 0) { in ~SimpleAllocator()
/foundation/resourceschedule/ffrt/src/eu/
H A Dscpuworker_manager.cpp53 int try_cnt = MANAGER_DESTRUCT_TIMESOUT; in ~SCPUWorkerManager() local
54 while (try_cnt-- > 0) { in ~SCPUWorkerManager()
67 if (try_cnt <= 0) { in ~SCPUWorkerManager()

Completed in 2 milliseconds