comparison packages/kernel/current/include/kapi.h @ 8:ece80412419a ecos-sw-1999-05-21

Merge from eCos master repository on 1999-05-21-22:05:54-BST
author jlarmour
date Fri, 21 May 1999 15:09:30 +0000
parents 443894e2e912
children d3fbcdfa1b2f
comparison
equal deleted inserted replaced
7:e55593b6dcea 8:ece80412419a
142 cyg_thread *thread /* put thread here */ 142 cyg_thread *thread /* put thread here */
143 ); 143 );
144 144
145 void cyg_thread_exit(void); 145 void cyg_thread_exit(void);
146 146
147 void cyg_thread_delete(cyg_handle_t thread); 147 /* It may be necessary to arrange for the victim to run for it to disappear */
148 cyg_bool_t cyg_thread_delete(cyg_handle_t thread); /* false if NOT deleted */
148 149
149 void cyg_thread_suspend(cyg_handle_t thread); 150 void cyg_thread_suspend(cyg_handle_t thread);
150 151
151 void cyg_thread_resume(cyg_handle_t thread); 152 void cyg_thread_resume(cyg_handle_t thread);
152 153