Changeset 279 for trunk/kernel/kern/core.h
- Timestamp:
- Jul 27, 2017, 12:23:29 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/core.h
r188 r279 56 56 uint32_t usage; /*! cumulated busy_percent (idle / total) */ 57 57 uint32_t spurious_irqs; /*! for instrumentation... */ 58 uint32_t rpc_threads; /*! current RPC threads number for this core */59 struct thread_s * thread_rpc; /*! pointer on current RPC thread descriptor */60 58 struct thread_s * thread_idle; /*! pointer on idle thread descriptor */ 61 59 struct thread_s * fpu_owner; /*! pointer on current FPU owner thread */
Note: See TracChangeset
for help on using the changeset viewer.