Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a function in xbt to allow setting the stack size of a pthread, according to...
authorAugustin Degomme <degomme@idpann.imag.fr>
Fri, 9 Nov 2012 12:58:14 +0000 (13:58 +0100)
committerAugustin Degomme <degomme@idpann.imag.fr>
Fri, 9 Nov 2012 12:58:14 +0000 (13:58 +0100)
commit3cdd0ac83adfa4f28b05b4c1961555e5203bc6a8
tree810209f16e025824dbd59a4203ab951c011b3863
parentb7d5024b7d2310a7ebc63bdda123e1ae8911dd0d
add a function in xbt to allow setting the stack size of a pthread, according to the value of the contexts/stack_size parameter (which was only raw/ucontext before)
include/xbt/xbt_os_thread.h
src/simix/smx_context_thread.c
src/xbt/xbt_os_thread.c