Continue switching library over to pthreads when possible.
Tprimes works on Linux 2.6. You can only have 128 procs though.
This commit is contained in:
@@ -454,6 +454,7 @@ struct _Procrend
|
||||
int asleep;
|
||||
Lock *l;
|
||||
void *arg;
|
||||
int pid;
|
||||
#ifdef PLAN9_PTHREADS
|
||||
pthread_cond_t cond;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user