Module axprocess::futex

source ·
Expand description

实现与futex相关的系统调用

Structs

Statics

  • vec中的元素分别是任务指针,对应存储时的futex变量的值
  • waiting queue which stores tasks waiting for futex variable

Functions