SimGrid  3.8.1
Scalable Simulation of Distributed Systems - Reference Manual
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Portable context implementation

Contexts are a higher level system than setjump/longjmp for non-preemptible threads. More...

Contexts are a higher level system than setjump/longjmp for non-preemptible threads.

You shouldn't use it directly since it is merely intended to ease the implementation of the several programmation environment of the SimGrid toolkit (namely, MSG, GRAS and SMPI).

You should use those environments instead.