Diferenças entre edições de "Discussão:Threads"
Saltar para a navegação
Saltar para a pesquisa
(Há uma edição intermédia do mesmo utilizador que não está a ser apresentada) | |||
Linha 1: | Linha 1: | ||
= Referências = | = Referências = | ||
+ | |||
+ | == Atómicos == | ||
+ | |||
+ | * https://www.cplusplus.com/reference/atomic/atomic/ | ||
+ | |||
+ | == C10k == | ||
+ | |||
+ | * http://www.kegel.com/c10k.html | ||
+ | |||
+ | == PThreads == | ||
+ | |||
+ | * https://stackoverflow.com/questions/16522858/understanding-of-pthread-cond-wait-and-pthread-cond-signal | ||
+ | * https://linux.die.net/man/3/pthread_mutex_trylock | ||
+ | * https://unix.stackexchange.com/questions/127602/default-stack-size-for-pthreads | ||
+ | |||
+ | == Não categorizados == | ||
* https://randu.org/tutorials/threads/ | * https://randu.org/tutorials/threads/ | ||
* https://en.cppreference.com/w/cpp/atomic/atomic/operator_arith | * https://en.cppreference.com/w/cpp/atomic/atomic/operator_arith | ||
* https://thecandcppclub.com/deepeshmenon/chapter-11-threads-in-c/838/ | * https://thecandcppclub.com/deepeshmenon/chapter-11-threads-in-c/838/ | ||
+ | * http://www.verycomputer.com/5_e14e7f762270c599_1.htm |