Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] fix on user link variable declaration
[simgrid.git] / include / simix / context.h
2011-05-05 Arnaud GierschRemove the get_thread_id field from context_factory.
2011-04-22 NavarropCheck if __thread is available.
2011-04-22 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-22 Christophe ThiéryWhen __thread is not available, use xbt_os_thread_get_s...
2011-02-04 agierschDefine CONTEXT_THREADS in simgrid_config.h.
2011-02-01 thieryAdd a flag --cfg=contexts/parallel_threshold:n
2011-02-01 cristianrosa-Add smx_ctx_sysv_get_thread_id to the parallel ucontex...
2011-02-01 cristianrosa- Add SIMIX_context_get_thread_id to the context factor...
2011-02-01 thieryRename flag cfg=contexts/parallel to cfg=contexts/nthreads
2011-02-01 thierycfg=contexts/parallel:nb is now the number of threads...
2011-01-24 thieryAdd a flag --cfg=contexts/stacksize and rename other...
2011-01-10 thieryDefine smx_current_context only once to make the linker...
2010-12-15 thieryAdd a flag --cfg=simix/context to choose the context...
2010-12-13 cristianrosaUse a dynar instead of a swag to implement the process_...
2010-12-07 mquinsoncosmetics: don't load a file from itself
2010-12-03 mquinsonmove iwannadie from processes to contextes back
2010-12-02 mquinsonmake simix headers public so that we can write external...