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:09 +0000 (16:55 -0400)
commitab4b644ea95d7bd129d72cef888b01f940946e68
treec96c91e6216779b071e032696a25dda31fff8979
parent55890d561030d85ed0fd9009afb021fa93f38e26
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.0246 seconds and 4 git commands to generate.