Mercurial > ecos
comparison packages/kernel/current/tests/mqueue1.cxx @ 130:eb9fd8c04db3 ecos-sw-2000-10-23
Merge from eCos master repository on 2000-10-23-17:01:37-BST
| author | jlarmour |
|---|---|
| date | Mon, 23 Oct 2000 17:10:57 +0000 |
| parents | 6ed91473a1cd |
| children | 678094f34118 |
comparison
equal
deleted
inserted
replaced
| 129:605a0fc6f385 | 130:eb9fd8c04db3 |
|---|---|
| 376 //************************************************************************ | 376 //************************************************************************ |
| 377 | 377 |
| 378 externC void | 378 externC void |
| 379 cyg_user_start(void) | 379 cyg_user_start(void) |
| 380 { | 380 { |
| 381 #ifdef CYGSEM_HAL_STOP_CONSTRUCTORS_ON_FLAG | |
| 382 cyg_hal_invoke_constructors(); | |
| 383 #endif | |
| 381 CYG_TEST_INIT(); | 384 CYG_TEST_INIT(); |
| 382 | 385 |
| 383 CYG_TEST_INFO( "Starting kernel mqueue test 1" ); | 386 CYG_TEST_INFO( "Starting kernel mqueue test 1" ); |
| 384 new_thread( t0, 0); | 387 new_thread( t0, 0); |
| 385 new_thread( t1, 1); | 388 new_thread( t1, 1); |
