From: Eric Wong Date: Tue, 24 Jun 2014 01:20:31 +0000 (+0000) Subject: rculfhash: handle pthread_create failures X-Git-Tag: v0.7.13~2 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=ccdbf780e4c751ac1763eeb82b50ff98e0dd33d0;hp=ccdbf780e4c751ac1763eeb82b50ff98e0dd33d0;p=urcu.git rculfhash: handle pthread_create failures Like calloc, pthread_create may fail with EAGAIN due to a lack of resources. Account for that and gracefully continue. Signed-off-by: Eric Wong Signed-off-by: Mathieu Desnoyers ---