Lines Matching full:deadlock
389 * Test 5 - F_SETLKW simple deadlock
391 * If a blocking shared lock request would cause a deadlock (i.e. the
406 * To create the deadlock condition, we arrange for the parent in test5()
411 * (owned by the child) which should cause deadlock. in test5()
454 * deadlock. in test5()
457 printf("5 - F_SETLKW simple deadlock: "); in test5()
482 * Test 6 - F_SETLKW complex deadlock.
487 * to lock a range including byte 1 and 2. This represents a deadlock
557 * deadlock. in test6()
560 printf("6 - F_SETLKW complex deadlock: "); in test6()
1213 ? "deadlock" in test14()