Changeset f30e6a0b in mainline for init/init.c
- Timestamp:
- 2006-04-12T11:59:03Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a1e17fc
- Parents:
- c9857c6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
init/init.c
rc9857c6 rf30e6a0b 34 34 #include <ns.h> 35 35 #include <thread.h> 36 #include <task.h> 36 37 #include <psthread.h> 37 38 #include <futex.h> … … 289 290 // test_slam(); 290 291 292 printf("Userspace task, taskid=%llX\n", get_task_id()); 293 291 294 futex_initialize(&ftx, 1); 292 295 if (futex_down(&ftx) < 0)
Note:
See TracChangeset
for help on using the changeset viewer.