From c4a3a3f59e5720b300077c3d34aa7f4ecdd76400 Mon Sep 17 00:00:00 2001 From: Haru Date: Mon, 14 Mar 2016 00:19:22 +0100 Subject: Various changes to the thread interface Mostly stylistic changes. Cleaned up documentation. Signed-off-by: Haru --- src/test/test_spinlock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/test_spinlock.c') diff --git a/src/test/test_spinlock.c b/src/test/test_spinlock.c index 5ea3ee94d..34102a845 100644 --- a/src/test/test_spinlock.c +++ b/src/test/test_spinlock.c @@ -79,7 +79,7 @@ int do_init(int argc, char **argv) InitializeSpinLock(&lock); for(i =0; i < THRC; i++){ - t[i] = thread->createEx(worker, NULL, 1024*512, THREADPRIO_NORMAL); + t[i] = thread->create_opt(worker, NULL, 1024*512, THREADPRIO_NORMAL); } while(1){ -- cgit v1.2.3-60-g2f50