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:54:36 +0000 (16:54 -0400)
commite54ec2f5c366fcf32d9568066c2f2828dd2fe3e7
treea747cbb8a48489bf573db624da9c4e9326681851
parent7c75d49894833089f34b7e71196e60b2ae5979b1
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.025081 seconds and 4 git commands to generate.