Searched refs:hung (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libcoshell/
H A Dcoclose.c31 * called when coshell is hung
35 hung(int sig) function
62 handler = signal(SIGALRM, hung);
H A Dcoopen.c51 * called when ident sequence hung
55 hung(int sig) function
298 handler = signal(SIGALRM, hung);
/ast/src/lib/libast/aso/
H A Daso.c115 uintmax_t hung;
253 state.hung2 = disc->hung;
254 state.hung = 1;
255 state.hung <<= state.hung2;
256 state.hung--;
293 * loop check for hung spin locks
300 if (state.hung && !(rep & state.hung) && state.errorf)
301 return asoerror(ASO_EHUNG, "spin lock possibly hung after 2^%u attempts", 0, 0, state.hung2);
/ast/src/cmd/mailx/
H A Dlocal.c190 state.hung = 1;
205 state.hung = 0;
225 if (state.hung)
226 note(0, "%s: file lock hung -- continuing without lock", name);
H A Dmailx.h629 int hung; /* Op hung til alarm */ member in struct:__anon136
/ast/src/lib/libast/include/
H A Daso.h50 #define ASO_EHUNG 1 /* asoloop() possibly hung */
65 unsigned int hung; member in struct:Asodisc_s
/ast/src/cmd/html/
H A Dmm2html.sh203 hung=
1846 if [[ ${pd} && ! ${hung} ]]
1849 hung=$(nohang "$*")
1850 print -r -- "<DT>$*<DD>$hung"

Completed in 2160 milliseconds