Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to be consistent bewteen xbt_os_thread.h and xbt_os_thread.c
authorGabriel Corona <gabriel.corona@loria.fr>
Tue, 9 Jun 2015 23:17:37 +0000 (01:17 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Tue, 9 Jun 2015 23:26:41 +0000 (01:26 +0200)
commita2d7cc3adbdd23a951262e4bbad302651c0dd817
treef085b71ac0fd0162f673e41acde57e4cc9c18f72
parentc7032c15afcb98ff225ee24ddbbcc64482ec7a7c
Try to be consistent bewteen xbt_os_thread.h and xbt_os_thread.c

xbt_os_thread.h was choosing the definition of xbt_os_thread_key_t
based on _XBT_WIN32 but xbt_os_thread.h was choosing the
implementation of the corresponding code based on HAVE_PTHREAD_H. But
it is possible to HAVE_PTHREAD_H on _XBT_WIN32.
src/xbt/xbt_os_thread.c