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