Changes in tests/locks.cfa [636d45f5:68a867ee]
- File:
-
- 1 edited
-
tests/locks.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/locks.cfa
r636d45f5 r68a867ee 1 1 #include <stdio.h> 2 2 #include "locks.hfa" 3 4 #include "kernel_private.hfa" 5 #include <stdlib.h> 6 7 #include <kernel.hfa> 3 8 #include <stdlib.hfa> 4 9 #include <thread.hfa> … … 219 224 int main() { 220 225 processor p[2]; 221 wait( c_s, 1`ns );222 226 printf("Start Test 1: multi acquisition lock and condition variable single wait/notify\n"); 223 227 {
Note:
See TracChangeset
for help on using the changeset viewer.