From: Alastair McKinstry Date: Wed, 18 Dec 2019 13:41:29 +0000 (+0000) Subject: opal_fifo X-Git-Tag: archive/raspbian/4.0.2-5+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6c3abd25a1c422a73f1e279c632f3b4d189004b7;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 122524a8..ca9cb7e1 100644 --- a/test/class/opal_fifo.c +++ b/test/class/opal_fifo.c @@ -63,7 +63,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) {