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:30 +0000 (10:40 -0400)
commit225ad775ba2841f484f66297d5aff4e3de70f249
tree8fbf7986422f67c95bf1e9153ebfdad0e44f9f9c
parent5fdcfa2faf73faa61a3bf5e05b937aa4b2cc4ab1
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.025828 seconds and 4 git commands to generate.