suspend thread 等待这个事件的线程数目:

  1. finsh>>list_mutex()
  2.  
  3. mutex owner hold suspend thread
  4. ------- -------- ------ ---------------
  5. fslock (NULL) 0000 0
  6. lock (NULL) 0000 0

显示系统中互斥量状态:


  1. 字段 描述

  1. mutxe 互斥量的名称;
  2.  
  3. owner 当前持有互斥量的线程;
  4.  
  5. hold 持有者在这个互斥量上嵌套持有的次数;