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:38:40 +0000 (10:38 -0400)
commit8c677380d0f9241b9cd548082cf843c5111736d8
tree1922f41f69ab7e9627bd525f1319c61c1b687aec
parentea3a28a3f71dd02fb34ed4e3108f93275dbef89a
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.026156 seconds and 4 git commands to generate.