Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
pthread_stop_world.h
00001 #ifndef GC_PTHREAD_STOP_WORLD_H 00002 #define GC_PTHREAD_STOP_WORLD_H 00003 00004 struct thread_stop_info { 00005 int signal; 00006 word last_stop_count; /* GC_last_stop_count value when thread */ 00007 /* last successfully handled a suspend */ 00008 /* signal. */ 00009 ptr_t stack_ptr; /* Valid only when stopped. */ 00010 }; 00011 00012 #endif
Generated on Tue Jul 12 2022 19:59:55 by
