Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make sure we don't went out of the string to handle *before* using it (thx valgrind)
[simgrid.git] / src / xbt / xbt_thread.c
2007-03-16 mquinsonUse xbt_thread_yield explicitely instead of Sleep(0...
2007-03-16 cheriermfor windows xbt_thread implementation a thread yield...
2007-03-16 mquinsonAlso avoid to leak the stub under windows
2007-03-16 mquinsonKill the s_xbt_thread_wrapper_for_restart__ structure...
2007-03-14 cheriermxbt_thread_join() function implementation, windows...
2007-03-14 alegrandFixing the setkey getkey mechanism (it wasn't functionn...
2007-03-09 mquinsonMake the implementation more robust: don't die if somet...
2007-03-08 mquinsonAnd now the 'compiles under linux' version
2007-03-08 mquinsonimprove hte windows part, still to be tested for real
2007-03-08 mquinsonPortability layer over the pthreads working with pthrea...