Home
last modified time | relevance | path

Searched refs:in_progress (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dstu.c928 static bool in_progress = FALSE; in ffestu_list_exec_transition_() local
932 assert (!in_progress); in ffestu_list_exec_transition_()
933 in_progress = TRUE; in ffestu_list_exec_transition_()
961 in_progress = FALSE; in ffestu_list_exec_transition_()
1120 static bool in_progress = FALSE; in ffestu_dummies_transition_() local
1125 assert (!in_progress); in ffestu_dummies_transition_()
1126 in_progress = TRUE; in ffestu_dummies_transition_()
1159 in_progress = FALSE; in ffestu_dummies_transition_()
H A DChangeLog.0831 `in_progress' variables.
/openbsd-src/usr.sbin/amd/amd/
H A Dafs_ops.c1134 int in_progress = 0; /* # of (un)mount in progress */ in afs_lookuppn() local
1241 in_progress++; in afs_lookuppn()
1256 if (in_progress) { in afs_lookuppn()
1258 dlog("Waiting while %d mount(s) in progress", in_progress); in afs_lookuppn()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3021 auto in_progress = CommandHandlingState::eInProgress; in InterruptCommand() local
3023 in_progress, CommandHandlingState::eInterrupted); in InterruptCommand()