Ignore:
Timestamp:
Nov 10, 2018, 2:56:43 PM (5 years ago)
Author:
alain
Message:

Rewrite the mmap() and stat() syscalls to implement the cat command in ksh.

File:
1 edited

Legend:

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

    r589 r597  
    138138 * @ return 0 if success / return -1 if illegal argument.
    139139 **************************************************************************************/
    140 int display_vmm(unsigned int cxy, unsigned int  pid );
     140int display_vmm(unsigned int cxy, unsigned int pid );
    141141
    142142/***************************************************************************************
     
    174174 **************************************************************************************/
    175175int display_txt_processes( unsigned int txt_id );
     176
     177/***************************************************************************************
     178 * This debug syscall displays on the kernel terminal TXT0
     179 * the set of busylocks hold by a thread identified by the <pid> and <trdid> arguments.
     180 * It can be called by any thread running in any cluster.
     181 ***************************************************************************************
     182 * @ pid      : [in] process identifier.
     183 * @ trdid    : [in] thread identifier.
     184 * @ return 0 if success / return -1 if illegal arguments.
     185 **************************************************************************************/
     186int display_busylocks( unsigned int pid,
     187                       unsigned int trdid );
    176188
    177189/***************************************************************************************
Note: See TracChangeset for help on using the changeset viewer.