source:
trunk/Softwares/Min.or32/src/c/main.c
@
53
Last change on this file since 53 was 2, checked in by , 18 years ago | |
---|---|
File size: 265 bytes |
Line | |
---|---|
1 | #include "thread_info.h" |
2 | #include "cpu_info.h" |
3 | |
4 | //=====[ main ]================================================================= |
5 | /* |
6 | * All thread execute this routine |
7 | * Initialize the thread and attribute a Workload at each thread |
8 | */ |
9 | |
10 | int main() |
11 | { |
12 | while (1); |
13 | } |
Note: See TracBrowser
for help on using the repository browser.