Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The file containing the new implementation of the switch context mechanism.
authorcherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 15 Nov 2007 18:23:30 +0000 (18:23 +0000)
committercherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 15 Nov 2007 18:23:30 +0000 (18:23 +0000)
commit8be93beba0c7547303f5a102c2cb528b8c586066
tree249f8e44a2117cfb1e0bde8c8168a242c88387c1
parent4629d26bb1491f2d6af1ba38dda6c5934f29bcd8
The file containing the new implementation of the switch context mechanism.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5043 48e7efb5-ca39-0410-a469-dd3cf9ba447f
include/xbt/xbt_context.h [new file with mode: 0644]
src/xbt/xbt_context.c [new file with mode: 0644]
src/xbt/xbt_context_factory.h [new file with mode: 0644]
src/xbt/xbt_context_private.h [new file with mode: 0644]
src/xbt/xbt_jcontext.c [new file with mode: 0644]
src/xbt/xbt_jcontext.h [new file with mode: 0644]
src/xbt/xbt_thread_context.c [new file with mode: 0644]
src/xbt/xbt_thread_context.h [new file with mode: 0644]
src/xbt/xbt_ucontext.c [new file with mode: 0644]
src/xbt/xbt_ucontext.h [new file with mode: 0644]