From 83519477db19dae90dbcbae99b7c00f40d985024 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 13 Jan 2014 14:08:38 -0800 Subject: [PATCH] Introduce new threads2i.c file to project --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37383fc..7b2ba84 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ There are three major code sets in the btree source code: btree2q.c Single Threaded/MultiProcess with latching supplied by advisory file locking. Works with network file systems. threads2h.c Multi-Threaded/Multi-Process with latching implemented with test & set locks in the btree pages. +threads2i.c Multi-Threaded/Multi-Process with latching implemented with test & set locks in the btree pages with Linux futex system calls for contention. The Foster set includes three types of latching: -- 2.40.0