Compare commits
No commits in common. "ef50489b6f4bbe4bf32f05cc09c0157c79141c16" and "1c9db70c547aca7698e6999e553ee1d30fa3ad20" have entirely different histories.
ef50489b6f
...
1c9db70c54
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ languageCode = "fr"
|
||||||
defaultContentLanguage = "fr"
|
defaultContentLanguage = "fr"
|
||||||
title = "Licence pro ADSILLH - Cours et TD"
|
title = "Licence pro ADSILLH - Cours et TD"
|
||||||
pygmentsCodeFences = true
|
pygmentsCodeFences = true
|
||||||
pygmentsUseClasses = false
|
pygmentsUseClasses = true
|
||||||
theme = "mainroad"
|
theme = "mainroad"
|
||||||
rssLimit = 10
|
rssLimit = 10
|
||||||
paginate = 10
|
paginate = 10
|
||||||
|
|
|
@ -521,7 +521,7 @@ en place des mécanisme de synchronisation entre eux comme les mutex.
|
||||||
|
|
||||||
## Bibliographie
|
## Bibliographie
|
||||||
|
|
||||||
- [Posix Thread Programming][l_posixtprog] sur le site du Livemore Computing
|
- [Posix Thread Programming][l_posixlprog] sur le site du Livemore Computing
|
||||||
Center (en)
|
Center (en)
|
||||||
- [Initiation à la programmation multitâches en C avec pthreads][l_progcmulti]
|
- [Initiation à la programmation multitâches en C avec pthreads][l_progcmulti]
|
||||||
par Franck Hecht sur Developpez.com. Avec un test de performance sur un
|
par Franck Hecht sur Developpez.com. Avec un test de performance sur un
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue