Skip to content
Snippets Groups Projects
Commit 1e4a64d9 authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

#fidef UNIX_THREADS around f_thread_set_concurrency

Rev: src/threads.c:1.31
parent 1f941664
No related branches found
No related tags found
No related merge requests found
#include "global.h"
RCSID("$Id: threads.c,v 1.30 1997/09/03 04:58:17 per Exp $");
RCSID("$Id: threads.c,v 1.31 1997/09/03 08:07:36 mast Exp $");
int num_threads = 1;
int threads_disabled = 0;
......@@ -130,6 +130,7 @@ void f_thread_create(INT32 args)
}
}
#ifdef UNIX_THREADS
void f_thread_set_concurrency(INT32 args)
{
int c=1;
......@@ -139,6 +140,7 @@ void f_thread_set_concurrency(INT32 args)
num_lwps=c;
th_setconcurrency(c);
}
#endif
void f_this_thread(INT32 args)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment