rculfhash: handle pthread_create failures
authorEric Wong <normalperson@yhbt.net>
Tue, 24 Jun 2014 01:20:31 +0000 (01:20 +0000)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 31 Jul 2014 20:55:13 +0000 (16:55 -0400)
commitccdbf780e4c751ac1763eeb82b50ff98e0dd33d0
tree8dce343d9b3fe124a457c8f86917a32f6669071d
parent3755ebfd3f0200068efa42fa0ce3162c1ff9c649
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 <normalperson@yhbt.net>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
rculfhash.c
This page took 0.025156 seconds and 4 git commands to generate.