Searched refs:waited (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/dtrace-147/test/tst/common/predicates/
H A Dtst.predcache.ksh103 let waited=0
105 while [ "$waited" -lt 5 ]; do
110 let waited=waited+1
126 let waited=0
128 while [ "$waited" -lt 10 ]; do
133 let waited=waited+1
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DTests.c118 int waited, busy; local
156 waited = busy = 0;
/macosx-10.10.1/IOKitUser-1050.1.21/graphics.subproj/
H A DWSTests.c118 int waited, busy; local
157 waited = busy = 0;
/macosx-10.10.1/vim-55/src/
H A Dif_cscope.c2324 int waited; local
2329 for (waited = 0; waited < 40; ++waited)
2359 int waited; local
2362 for (waited = 0; waited < 40; ++waited)
H A Dmisc1.c3088 int waited = 0; local
3107 waited = 0;
3110 ++waited; /* keep track of the waiting time */
3114 && (!p_ttimeout || waited * 100L < (p_ttm < 0 ? p_tm : p_ttm)))
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_vlan.c660 int waited = 0; local
669 waited = 1;
674 if (g_vlan->verbose && waited) {
H A Dif_bond.c733 int waited = 0; local
740 waited = 1;
745 if (g_bond->verbose && waited) {
/macosx-10.10.1/system_cmds-643.1.1/fs_usage.tproj/
H A Dfs_usage.c166 int waited; member in struct:th_info
3232 format_print(ti, sc_name, thread, type, arg1, arg2, arg3, arg4, format, now, ti->stime, ti->waited, (char *)&ti->lookups[0].pathname[0], NULL);
3302 int format, double now, double stime, int waited, char *pathname, struct diskio *dio)
4313 if (waited)
4448 ti->waited = 0;
4512 ti->waited = 1;
3301 format_print(struct th_info *ti, char *sc_name, uintptr_t thread, int type, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4, int format, double now, double stime, int waited, char *pathname, struct diskio *dio) argument
/macosx-10.10.1/emacs-93/emacs/src/
H A Dkeyboard.c4055 /* Pass 1 for EXPECT since we just waited to have input. */
10193 Lisp_Object waited;
10198 waited = sit_for (make_number (0), 0, 2);
10200 waited = sit_for (Vsuggest_key_bindings, 0, 2);
10202 waited = sit_for (make_number (2), 0, 2);
10204 if (!NILP (waited) && ! CONSP (Vunread_command_events))
10225 waited = sit_for (Vsuggest_key_bindings, 0, 2);
10227 waited = sit_for (make_number (2), 0, 2);
10229 if (!NILP (waited) && message_p)
10160 Lisp_Object waited; variable

Completed in 333 milliseconds