Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I finally understood what this function is good for
[simgrid.git] / include / simix / context.h
2012-01-25 Christophe ThiéryKeep an int parameter to SIMIX_context_get_nthreads
2012-01-25 navarroAdd configuration auto for contexts/nthreads and use...
2012-01-19 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-01-17 navarroImplement SIMIX_process_from_PID
2012-01-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-01-13 Christophe ThiéryFix a compilation error
2012-01-13 Marion GuthmullerMerge branch 'MC_LTL'
2012-01-13 Martin QuinsonMerge branch 'MC_LTL'
2012-01-13 unknownDeclare functions XBT_PUBLIC to export them.
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-19 Christophe ThiéryAdd a function SIMIX_process_get_runnable() for context...
2011-12-13 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-09 Christophe ThiéryAlternative implementation or parmap with busy waits...
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-30 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-11-28 Arnaud GierschReorganize structs to save a few bytes.
2011-11-22 Marion Guthmullermerge conflicts
2011-11-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-02 Christophe ThiérySwitch directly between runnable contextes (work in...
2011-10-20 Martin Quinsonmerge branches
2011-05-13 Pierre-Nicolas ClaussMerge back master branch.
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...