Changeset 629 for trunk/libs


Ignore:
Timestamp:
May 17, 2019, 9:27:04 AM (5 years ago)
Author:
alain
Message:

Remove the "giant" rwlock protecting the GPT, and
use the GPT_LOCKED attribute in each PTE to prevent
concurrent modifications of one GPT entry.
The version number has been incremented to 2.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libs/libalmosmkh/almosmkh.h

    r626 r629  
    267267 * This syscall implements an user-level interactive debugger that can be
    268268 * introduced in any user application to display various kernel distributed structures.
    269  * The supported commands are:
    270  * - p (cxy)     : display all processes descriptors in a given cluster.
    271  * - s (cxy,lid) : display all threads attached to a given core in a given cluster.
    272  * - v (cxy)     : display the calling process VMM in a given cluster.
    273  * - t (tid)     : display all owner process descriptors attached to a TXT terminal.
    274  * - x           : force the calling process to exit.
    275  * - c           : continue calling process execution.
    276  * - h           : list the supported commands
    277269 ***************************************************************************************/
    278270void idbg( void );
Note: See TracChangeset for help on using the changeset viewer.