From: Alastair McKinstry Date: Thu, 3 May 2018 03:49:34 +0000 (+0100) Subject: opal_fifo X-Git-Tag: archive/raspbian/3.0.1.real-3+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=292dac8172fb83e5fd0b276586140185d6711b71;p=openmpi.git opal_fifo Gbp-Pq: Name opal_fifo.patch --- diff --git a/test/class/opal_fifo.c b/test/class/opal_fifo.c index 03f9fad4..4df80cfc 100644 --- a/test/class/opal_fifo.c +++ b/test/class/opal_fifo.c @@ -62,7 +62,7 @@ static void *thread_test (void *arg) { printf ("Atomics thread finished. Time: %d s %d us %d nsec/poppush\n", (int) total.tv_sec, (int)total.tv_usec, (int)(timing / 1e-9)); - return NULL; + pthread_exit(NULL); } static void *thread_test_exhaust (void *arg) {