Changes in kernel/test/synch/rwlock1.c [cb01e1e:a000878c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/synch/rwlock1.c
rcb01e1e ra000878c 41 41 static rwlock_t rwlock; 42 42 43 c har *test_rwlock1(void)43 const char *test_rwlock1(void) 44 44 { 45 45 rwlock_initialize(&rwlock);
Note:
See TracChangeset
for help on using the changeset viewer.