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

/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/upgrade.4.0/
H A DMakefile3 BUILD= asr.html cxx.html deadlock.html disk.html env.html intro.html \
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/transapp/
H A DMakefile11 deadlock.html \
/macosx-10.10/BerkeleyDB-21/db/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);
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dparallel.tcl299 [eval glob {$dir/db_{checkpoint,deadlock}$EXE} \
/macosx-10.10/vim-55/runtime/syntax/
H A Dcsp.vim91 syn keyword cspAssert assert deterministic divergence free deadlock
/macosx-10.10/BerkeleyDB-21/db/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. */
/macosx-10.10/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm2010 one to use the same lockfile for multiple databases to avoid deadlock

Completed in 166 milliseconds