Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
- Add SIMIX_context_get_thread_id to the context factory interface.
authorcristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 1 Feb 2011 12:37:22 +0000 (12:37 +0000)
committercristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 1 Feb 2011 12:37:22 +0000 (12:37 +0000)
commit8f53b49a3b699b15a97868ce7a137e9e43de444c
tree77ca69f80501f2076c4907cd7b8ef061eabe7bdc
parentdfb3c1f1d5dc90a8162071e4db743abef05ca521
- Add SIMIX_context_get_thread_id to the context factory interface.
- Implement a default base function for it.
- Implement a raw context version for use with // threads.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9548 48e7efb5-ca39-0410-a469-dd3cf9ba447f
include/simix/context.h
src/simix/private.h
src/simix/smx_context_base.c
src/simix/smx_context_raw.c