From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH 0 of 2] libxc: Add option to disable threading at runtime. Date: Thu, 02 Dec 2010 13:50:00 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: Ian Campbell List-Id: xen-devel@lists.xenproject.org The following series allows the library user to disable reentrancy protection in the library. This is to enable libxc to be used by language bindings which do their own reentrancy protection and/or have threading models which conflict with the use of threads in the library. Signed-off-by: Ian Campbell