Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix conditional includes. Check I'm right please.
[simgrid.git] / src / xbt / context_private.h
2007-09-25 alegrandFix conditional includes. Check I'm right please.
2007-08-06 mquinsonname threads, plus only put an exeption fetcher and...
2007-07-10 mquinsonKill the types xbt_context_function_t, smx_process_code...
2007-07-09 mquinsonrename xbt_thread, xbt_mutex and xbt_thcond to xbt_os_t...
2007-07-08 mquinsonIn reality, Java use native thread synchronization...
2007-03-14 alegrandAdding debug informations.
2007-03-09 mquinsondon't use either pthread or winthread to implement...
2007-02-16 cheriermsome windows thread functions versus pthread for contex...
2006-10-06 mquinsonRemove old cruft
2006-09-25 cheriermNo ucontext_stack.h file header on win32 platform.
2005-12-05 mquinsonReduce the context stack size from 512k to 128k, and...
2005-07-02 alegrandMake context exception-aware. I don't know whether...
2005-06-29 alegrandTrying to make context work on stupid architectures...
2005-02-27 mquinsonsplint'able
2005-02-26 alegrandContexts over pthreads.
2005-02-13 mquinsonre-doxygenification
2004-12-29 alegrandadd a startup and a cleanup function to each context
2004-12-22 alegrandNo more leak: valgrind approved. However, some ways...
2004-12-16 alegrandcontext_t -> xbt_context_t
2004-12-15 mquinsonMake the context cruft work on windows; mark the pthrea...
2004-12-14 alegrandAdding a context library to xbt.