ae2f_docs
Ftx.h File Reference
#include "./Ftx.core.h"
#include "./Ftx.auto.h"

Go to the source code of this file.

Typedefs

typedef _ae2f_SysFtxEl_t ae2f_SysFtxEl_t
 Futex address element type.
typedef _ae2f_SysFtxRet_t ae2f_SysFtxRet_t
 State for futex operation.

Detailed Description

System call which makes thread wait until certain memory changes.

Definition in file Ftx.h.

Typedef Documentation

◆ ae2f_SysFtxEl_t

typedef _ae2f_SysFtxEl_t ae2f_SysFtxEl_t

Futex address element type.

Definition at line 13 of file Ftx.h.

◆ ae2f_SysFtxRet_t

typedef _ae2f_SysFtxRet_t ae2f_SysFtxRet_t

State for futex operation.

0 would be succesful. others would be error.

Definition at line 22 of file Ftx.h.