- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/preempt_longrun/processor.c
r1449d83 r807d8c3 16 16 void main(worker_t & this) {} 17 17 18 extern processor * mainProcessor; 19 extern thread_desc * mainThread; 20 18 21 int main(int argc, char* argv[]) { 19 22 for(int i = 0; i < N; i++) { 23 assert(this_processor == mainProcessor); 24 assert(this_thread == mainThread); 20 25 processor p; 21 26 }
Note: See TracChangeset
for help on using the changeset viewer.