comparison packages/kernel/current/include/kapi.h @ 147:d397fc472bcf

Merge from eCos master repository on 2001-01-05-06:43:02-GMT
author jlarmour
date Fri, 05 Jan 2001 17:12:36 +0000
parents 6ed91473a1cd
children 4c750ce71ae3
comparison
equal deleted inserted replaced
146:bd918119cf0b 147:d397fc472bcf
184 /* Stack information */ 184 /* Stack information */
185 cyg_addrword_t cyg_thread_get_stack_base(cyg_handle_t thread); 185 cyg_addrword_t cyg_thread_get_stack_base(cyg_handle_t thread);
186 186
187 cyg_uint32 cyg_thread_get_stack_size(cyg_handle_t thread); 187 cyg_uint32 cyg_thread_get_stack_size(cyg_handle_t thread);
188 188
189 #ifdef CYGFUN_KERNEL_THREADS_STACK_MEASUREMENT
190 cyg_uint32 cyg_thread_measure_stack_usage(cyg_handle_t thread);
191 #endif
189 192
190 /*---------------------------------------------------------------------------*/ 193 /*---------------------------------------------------------------------------*/
191 /* Per-thread Data */ 194 /* Per-thread Data */
192 195
193 #ifdef CYGVAR_KERNEL_THREADS_DATA 196 #ifdef CYGVAR_KERNEL_THREADS_DATA