Searched refs:patience (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
H A Dtsmthred.cpp601 int32_t patience = 40; // seconds to wait local
603 while(patience--)
709 int patience = 0; local
711 if (patience++ > 24) {
727 patience = 0;
729 if (patience++ > 24) {
740 patience = 0;
742 if (patience++ > 24) {
1397 for(int32_t patience = kCollatorThreadPatience;patience >
1511 int patience; local
[all...]
/external/zlib/examples/
H A Dgzlog.c41 int patience; local
44 patience = LOCK_PATIENCE;
49 patience -= LOCK_RETRY;
50 } while (patience > 0);
52 /* we've run out of patience -- give up */
/external/bluetooth/glib/glib/
H A Dgtestutils.c1422 int patience)
1425 if (patience >= 3) /* try graceful reap */
1430 if (patience >= 2) /* try SIGHUP */
1445 if (patience >= 1) /* try SIGTERM */
1420 kill_child(int pid, int *status, int patience) argument

Completed in 23 milliseconds