#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 | |
main (int argc, argv) | |
test1 () | |
test2 (int n) | |
Variables | |
int | count = 0 |
mutex_t | test_lock |
Definition at line 30 of file thrtest2.c.
test1 | ( | ) |
Definition at line 11 of file thrtest2.c.
test2 | ( | int | n | ) |
Definition at line 20 of file thrtest2.c.
int count = 0 |
Definition at line 9 of file thrtest2.c.
mutex_t test_lock |
Definition at line 7 of file thrtest2.c.