#include <thread.h>
#include <synch.h>
#include <math.h>
#include <sys/times.h>
#include <limits.h>
Go to the source code of this file.
Functions | |
dofunc (int n) | |
main (int argc, argv) | |
semtest (int n) | |
float | ustime (struct tms *t1, struct tms *t2) |
Variables | |
int | count =0 |
mutex_t | count_lock |
sema_t | gosem |
sema_t | retsem |
float | sinx =0.0 |
mutex_t | test_lock |