Fix: Always check pthread_create for failures
authorEric Wong <normalperson@yhbt.net>
Sun, 2 Oct 2022 16:13:43 +0000 (12:13 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 3 Oct 2022 14:40:10 +0000 (10:40 -0400)
commit0f41347482f9db50c476179c0bc2140d849b996b
tree04b01dbc7318fa18bd828881f130bf8851c09b47
parent7b5e588cb5c17883e07f6bb34123623c223b511f
Fix: Always check pthread_create for failures

pthread_create may fail with EAGAIN (which is no fault of the
programmer), so don't allow the check to be compiled out.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ia2695ea6953b589ac8ab8b444fb668daee06a614
src/urcu-defer-impl.h
This page took 0.02592 seconds and 4 git commands to generate.