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). |
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 |
Generated for SimGridAPI by
![]() |