Home | History | Annotate | Download | only in src

Lines Matching refs:attempts

910     for (size_t attempts = 0; base == NULL && attempts < 3; ++attempts) {
915 // After three attempts give up and let the OS find an address to use.