Last change
on this file since 441 was
440,
checked in by alain, 5 years ago
|
1/ Fix a bug in the Multithreaded "sort" applicationr:
The pthread_create() arguments must be declared as global variables.
2/ The exit syscall can be called by any thread of a process..
|
File size:
220 bytes
|
Rev | Line | |
---|
[439] | 1 | # Parameters definition for the ALMOS-MKH Makefile |
---|
| 2 | |
---|
| 3 | ARCH = /users/alain/soc/tsar-trunk-svn-2013/platforms/tsar_generic_iob |
---|
| 4 | X_SIZE = 1 |
---|
| 5 | Y_SIZE = 2 |
---|
[440] | 6 | NB_PROCS = 2 |
---|
[439] | 7 | NB_TTYS = 3 |
---|
| 8 | FBF_WIDTH = 128 |
---|
| 9 | IOC_TYPE = IOC_BDV |
---|
Note: See
TracBrowser
for help on using the repository browser.