Searched refs:FFRT_RETRY_MAX_COUNT (Results 1 – 1 of 1) sorted by relevance
36 constexpr int FFRT_RETRY_MAX_COUNT = 12; variable120 while (ret == PTHREAD_CREATE_NO_MEM_CODE && count < FFRT_RETRY_MAX_COUNT) { in Start()