Ignore:
Timestamp:
Oct 8, 2018, 11:31:42 AM (6 years ago)
Author:
alain
Message:

1) Register the kernel process in the cluster manager local list.
2) Introduce a new service in idbg : display the set of busylocks taken by a given thread.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kernel_config.h

    r579 r580  
    175175#define DEBUG_THREAD_DELETE            0
    176176#define DEBUG_THREAD_DESTROY           0
     177#define DEBUG_THREAD_GET_XPTR          1
    177178#define DEBUG_THREAD_IDLE              0
    178179#define DEBUG_THREAD_INIT              0
     
    336337////////////////////////////////////////////////////////////////////////////////////////////
    337338
    338 #define CONFIG_THREADS_MAX_PER_CLUSTER      16      // max threads per cluster & process
     339#define CONFIG_THREADS_MAX_PER_CLUSTER      16      // max threads per cluster per process
    339340#define CONFIG_THREAD_DESC_SIZE             0x4000  // thread desc size (with kernel stack)
    340341#define CONFIG_THREAD_DESC_ORDER            2       // ln( number of 4K pages )
Note: See TracChangeset for help on using the changeset viewer.