Searched refs:deadlock (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/upgrade.4.0/
H A DMakefile3 BUILD= asr.html cxx.html deadlock.html disk.html env.html intro.html \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A DMakefile11 deadlock.html \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/kernel/sn2/
H A Dsn2_smp.c50 /* 0 = old algorithm (no IPI flushes), 1 = ipi deadlock flush, 2 = ipi instead of SHUB ptc, >2 = always ipi */
175 int active, max_active, deadlock, flush_opt = sn2_flush_opt; local
272 deadlock = 0;
287 if ((deadlock = wait_piowc())) {
314 if (flush_opt == 1 && deadlock) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_thread.c35 void *deadlock __P((void *));
198 /* Create deadlock detector thread. */
199 if (pthread_create(&tids[i], NULL, deadlock, &i))
404 * for the mpool trickle or deadlock threads, use db_stat(1).
493 * deadlock --
497 deadlock(arg) function
506 printf("deadlock thread starting: tid: %lu\n", (u_long)tid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmutex.tex121 \twocolitem{{\bf wxMUTEX\_DEAD\_LOCK}}{A deadlock situation was detected.}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dparallel.tcl299 [eval glob {$dir/db_{checkpoint,deadlock}$EXE} \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_compact.c89 int deadlock, isdone, ret, span, t_ret, txn_local; local
103 deadlock = isdone = ret = span = 0;
188 deadlock = 0;
211 * We retry on deadlock. Cancel the statistics
215 deadlock = 1;
224 if (ret == 0 && deadlock == 0)
567 /* Release the page so we don't deadlock getting its parent. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm2010 one to use the same lockfile for multiple databases to avoid deadlock

Completed in 135 milliseconds