Changes in src/tests/thread.c [cb0e6de:17af7d1]
- File:
-
- 1 edited
-
src/tests/thread.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/thread.c
rcb0e6de r17af7d1 12 12 void ?{}( First * this, signal_once* lock ) { this->lock = lock; } 13 13 void ?{}( Second * this, signal_once* lock ) { this->lock = lock; } 14 15 void ^?{}( First * mutex this ) {}16 void ^?{}( Second * mutex this ) {}17 14 18 15 void main(First* this) {
Note:
See TracChangeset
for help on using the changeset viewer.