Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Now install ruby v1.9.*
[simgrid.git] / src / simix / smx_synchro.c
2010-12-07 mquinsondo not store the requests on the process's stack nor...
2010-12-02 thieryClean indentation and coding style in SIMIX
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-12-01 agierschDo not pass a pointer to dynar where a pointer to sem...
2010-11-25 piniRevert "Always decrement the semaphore capacity, even...
2010-11-23 mquinsonAlways decrement the semaphore capacity, even if it...
2010-10-11 alegrandIndent include and src using this command:
2010-07-12 piniSome pending work on semaphores:
2010-07-09 piniUse a fifo instead of a swag of sleeping processes...
2010-06-24 mquinsonSIMIX_sem_would_block() was blatantly wrong; missing...
2010-06-04 navarropDo not declare variable in the middle of nowhere!
2010-04-25 mquinsonFix copyright headers
2010-04-07 donassbrBugfix: Problems when we suspend/resume the process...
2010-03-17 mquinsonAAAAh. let's try to fix the fix of a fix. Correctly...
2010-03-17 mquinsonrelease_forever is supposed to open the latch. Let...
2010-03-17 mquinsonadd a SIMIX_sem_get_capacity() function
2010-02-02 alegrandMake SIMIX_sem_block_onto public and fix a bug in SIMIX...
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-10-20 mquinsonChange the waitany functions on semaphore and communica...
2009-10-20 mquinsonImplement smx_sem_t SIMIX_sem_acquire_any(xbt_dynar_t...
2009-10-20 mquinsonwhen requested to acquire a cond or semaphore with...
2009-10-20 mquinsonEnough is enough. Add semaphores as SIMIX synchronizati...
2009-10-20 mquinsonuse a bit more informative actions'names. Helpful while...
2009-10-13 mquinsonMore verbose error messages
2009-10-05 mquinsonCorrections and improvements to the new network impleme...
2009-10-03 donassbrAs in MSG where we need to know which action the proces...
2009-08-18 cristianrosaThe exception associated to each process was relocated...
2009-08-17 mquinsonIntermidiate step towards the new context mechanism...
2009-07-13 mquinsonFirst step into moving the context subsystem into simix...
2009-07-13 mquinsonSome build adjustments mandatory for the relocation...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-07-08 cheriermDetails of this changes:
2008-06-12 alegrandAdd convenient debug function on conditions and use...
2007-09-21 cheriermDeclaration of the variables at the beginning of the...
2007-08-14 alegrandI think we should always add such a "fake" action to...
2007-08-06 alegrandClean the links between action and conditions. Now...
2007-08-06 alegrandReindent!
2007-08-04 mquinsonremove unconditional backtrace display
2007-08-04 alegrandClean up actions when a condition is destroyed.
2007-08-04 mquinsonInsane amount of debugs
2007-07-16 donassbrCorrected bug.
2007-07-03 marklsfinally putting in proper use of mutexes. code still...
2007-04-12 donassbrFunctions added.
2007-04-10 donassbrRemoved SIMIX_global_init_args and SIMIX_process_create...
2007-04-04 donassbrFunctions added and changed. Keeps the cvs updated.
2007-03-30 donassbrmsg_simix alpha. All functions implemented.
2007-03-29 donassbrMany changes done.
2007-03-23 donassbrNecessity to change the code to implement MSG..
2007-03-09 donassbrModified some functions and datatypes. Simix API change...
2007-03-07 donassbrSome tests done and bugs corrected.
2007-03-05 donassbrNew functions added, changes in the header files, funct...
2007-03-02 donassbrAdded new functions and some modifications on the heade...
2007-03-01 donassbrSimix Initial structure