SimGrid
Typedefs
XBT_synchro

XBT synchronization tools. More...

Typedefs

typedef struct s_xbt_thread_ * xbt_thread_t
 Thread data type (opaque structure)
typedef struct s_xbt_mutex_ * xbt_mutex_t
 Thread mutex data type (opaque structure)
typedef struct s_xbt_cond_ * xbt_cond_t
 Thread condition data type (opaque structure)

Detailed Description

XBT synchronization tools.

This section describes the XBT synchronization tools. It defines types and functions very close to the pthread API, but widly usable. When used from the simulator, you will lock simulated processes as expected. When used from GRAS programs compiled for in-situ execution, you have synchronization mecanism portable to windows and UNIX. Nice, isn't it?


Back to the main Simgrid Documentation page The version of Simgrid documented here is v3.6.1.
Documentation of other versions can be found in their respective archive files (directory doc/html).
Generated for SimGridAPI by doxygen