From d164ec1d6dc4421706a917e35c46d6e06dada729 Mon Sep 17 00:00:00 2001 From: Alastair McKinstry Date: Sat, 9 Jun 2018 13:36:15 +0100 Subject: [PATCH] opal_fifo Gbp-Pq: Name opal_fifo.patch --- test/class/opal_fifo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2