Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use std::call_once instead of pthread_once.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 27 Mar 2021 09:18:21 +0000 (10:18 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 27 Mar 2021 21:10:46 +0000 (22:10 +0100)
commite5b02b8cdb65a2d3f160efae2e4cf27d7fcfa89b
tree505f4be3b9d5d5f3a6882107b4c3a33dfd9e6a1e
parent8e8c89561a668525ddaebda3f1bda11951e04675
Use std::call_once instead of pthread_once.
src/mc/remote/RemoteProcess.cpp