linux pthread coding - JohnHau/mis GitHub Wiki
https://www.geeksforgeeks.org/multithreading-c-2/
https://www.geeksforgeeks.org/thread-functions-in-c-c/
https://hpc-tutorials.llnl.gov/posix/
https://www.oreilly.com/library/view/pthreads-programming/9781449364724/ch01.html
https://www.tutorialspoint.com/cplusplus/cpp_multithreading.htm
http://www.csc.villanova.edu/~mdamian/threads/posixthreads.html
https://www.educative.io/edpresso/how-to-create-a-simple-thread-in-c
https://localcoder.org/simple-pthread-c
https://community.khronos.org/t/using-threads-pthread/62463
https://docs.oracle.com/cd/E13203_01/tuxedo/tux71/html/pgthr12.htm
https://www.cs.columbia.edu/~du/ds/tips.html
https://www.sanfoundry.com/linux-debugging-questions-answers-posix-threads/
https://pubs.opengroup.org/onlinepubs/009695399/functions/pthread_join.html
https://stackoverflow.com/questions/69153644/producer-consumer-in-c-without-using-pthread-library
http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.88.3999&rep=rep1&type=pdf
https://www.codingninjas.com/codestudio/library/multithreading-in-c
https://code.woboq.org/userspace/glibc/nptl/pthread_create.c.html
https://developer.att.com/technical-library/device-technologies/native-code
https://developer.att.com/technical-library/device-technologies/native-code
https://www.cse.iitd.ac.in/~dheerajb/Pthreads/Document/Pthreads_Information.html
https://www.mathworks.com/help/coder/generating-and-calling-reentrant-code.html
https://sourceware.org/bugzilla/show_bug.cgi?id=27880
https://codingwithfun.com/faq/what-do-you-need-to-know-about-pthreads-win32/
https://www.udemy.com/course/multithreading_parta/
https://coderpad.io/languages/cpp/
http://www.cs.virginia.edu/luther/COA2/S2019/pthreads.html
https://www.thecodingforums.com/threads/pthread_create-returns-error-code-11.685749/
https://www.codetd.com/article/6260611
https://github.com/jart/cosmopolitan/blob/master/libc/runtime/pthread.c
https://support.industry.siemens.com/forum/WW/en/posts/thread-for-iot2040/235748
https://sites.cs.ucsb.edu/~rich/class/cs170/labs/mmult/what_i_did.html
https://www.includehelp.com/articles/threading-in-c-programming-language-with-gcc-linux.aspx
http://pauillac.inria.fr/~maranget/MPRI/EXO.pdf
https://www.sciencedirect.com/topics/computer-science/pthreads-library
https://coder-question.com/cq-blog/490380
https://dl.acm.org/doi/abs/10.5555/275592
https://codereview.stackexchange.com/questions/tagged/pthreads
https://www.clear.rice.edu/comp422/lecture-notes/comp422-534-2020-Lecture9-Pthreads.pdf
https://forums.accellera.org/topic/6971-cannot-notify-an-event-from-pthread-to-systemc-process/
https://www.overclock.net/threads/opengl-with-pthreads.350833/
https://users.cs.cf.ac.uk/dave/C/node32.html
https://code-examples.net/en/q/1a0b74
https://reds.heig-vd.ch/share/cours/HPC/slide/ParallelProgramming.pdf
http://www.compsci.hunter.cuny.edu/~sweiss/course_materials/unix_lecture_notes/chapter_10.pdf
https://andrewjkramer.net/tag/pthread/
https://www.codegrepper.com/code-examples/c/Fibonacci+program+c+pthread
https://begriffs.com/posts/2020-03-23-concurrent-programming.html
https://cs241.cs.illinois.edu/coursebook/Threads
https://web.eece.maine.edu/~vweaver/classes/ece574_2019s/ece574_hw04.pdf
https://jameshfisher.com/2017/02/28/tcp-server-pthreads/
https://www.studytonight.com/cpp/multithreading-in-cpp.php
https://arcb.csc.ncsu.edu/~mueller/TDI/TDI_intro.html
https://topic.alibabacloud.com/a/problems-with-pthread-development-in-linux_1_16_31789978.html
https://techpubs.jurassic.nl/manuals/0630/developer/T_IRIX_Prog/sgi_html/ch11.html
https://myeasytuts.com/solved-undefined-reference-to-pthread_create-linux/
https://dev.ti.com/tirex/explore/node?node=AHxv--RBRKmEZioO0JEGGA__krol.2c__LATEST
https://arstechnica.com/civis/viewtopic.php?f=16&t=442085
http://www2.phys.canterbury.ac.nz/dept/docs/manuals/unix/DEC_4.0e_Docs/HTML/APS30DTE/DOCU_005.HTM
https://docs.computecanada.ca/wiki/Pthreads
https://docs.computecanada.ca/wiki/Pthreads
https://www.acodersjourney.com/top-20-cplusplus-multithreading-mistakes/
http://www.cplusplus.com/forum/unices/36477/
https://www.osnews.com/story/5891/basic-use-of-pthreads/
https://www.srimax.com/2014/02/28/cross-platform-coding-issues-in-c-for-windowslinux/
https://blog.csdn.net/tianizimark/article/details/118408407
https://liujiacai.net/blog/2022/04/30/modern-c/
https://man7.org/linux/man-pages/man3/pthread_create.3.html
https://www.ibm.com/docs/en/i/7.4?topic=category-pthread-apis
https://gist.github.com/rnavagamuwa/56b7fa07b4cc672d5e34073931dd2ee7
https://linuxhint.com/pthread-join-multiple-threads-example/
https://thispointer.com/posix-how-to-create-a-thread-pthread_create-example-tutorial/
https://www.tutorialspoint.com/multithreading-in-c
https://linuxhint.com/pthread-priority-example-c/
https://linuxhint.com/pthread-priority-example-c/
https://iq.opengenus.org/multithreading-and-pthread-in-c/
https://stackoverflow.com/questions/59234585/pthread-programming-short-example
https://diveintosystems.org/book/C14-SharedMemory/posix.html
http://www.mathcs.emory.edu/~cheung/Courses/355/Syllabus/91-pthreads/intro-threads.html
https://www.ibm.com/docs/en/zos/2.2.0?topic=functions-pthread-create-create-thread
https://courses.engr.illinois.edu/cs241/fa2010/ppt/10-pthread-examples.pdf
http://www.cse.cuhk.edu.hk/~ericlo/teaching/os/lab/9-PThread/Pass.html
https://sites.cs.ucsb.edu/~tyang/class/pthreads/index_sgi.html
http://alumni.media.mit.edu/~panwei/cs23/thread_tutorial.html
https://passlab.github.io/CSE436536/notes/lecture09_pthread01.pdf
http://ccfit.nsu.ru/~fat/pthreads/816-5137.pdf
https://www.oreilly.com/library/view/pthreads-programming/9781449364724/ch04.html
https://quick-adviser.com/how-does-pthread-work-in-c/
https://blog.csdn.net/briblue/article/details/87859716
https://www.delftstack.com/howto/c/pthread-get-thread-id-in-c/
https://sodocumentation.net/pthreads/topic/8243/race-condition-in-pthreads
https://web.dev/webassembly-threads/
https://www.fayewilliams.com/2015/03/31/pthreads-tutorial-linux-cpp/
https://www.javatpoint.com/posix-threads-in-os
https://riptutorial.com/pthreads
https://people.cs.pitt.edu/~melhem/courses/xx45p/pthread.pdf
http://ashishagarwal.org/2011/02/13/multicore-programming-with-pthreads/
https://www.cs.swarthmore.edu/~newhall/unixhelp/gdb_pthreads.php
https://code-examples.net/en/q/c8696a
https://www.classes.cs.uchicago.edu/archive/2018/spring/12300-1/lab6.html
https://curl.se/libcurl/c/multithread.html
https://www.sciencedirect.com/topics/computer-science/pthreads-implementation
https://www.thegeekstuff.com/2012/04/create-threads-in-linux/
http://www.eg.bucknell.edu/~xmeng/Course/CS4334/Example/Pthread/producer-consumer.c
https://eecs.wsu.edu/~schneidj/ufdtd/chap13.pdf
https://cs.gmu.edu/~setia/cs475/slides/lecture5.pdf
https://bytefreaks.net/programming-2/c/cc-set-and-get-the-name-of-a-pthread
https://www.cs.columbia.edu/~junfeng/13fa-w4118/lectures/l08-thread.pdf
https://askubuntu.com/questions/420722/how-to-compile-a-c-program-that-uses-pthread-h
https://lloydrochester.com/post/c/pthread-barrier-example/
https://www.cs.columbia.edu/~junfeng/13fa-w4118/lectures/l08-thread.pdf
http://www2.dcc.ufmg.br/disciplinas/aeds3_turmaN/pthreads.pdf
http://faculty.washington.edu/wlloyd/courses/tcss422/tutorials/TCSS422_s2020_pthread_Tutorial.pdf
https://openbook.rheinwerk-verlag.de/c_von_a_bis_z/026_c_paralleles_rechnen_004.htm
https://cboard.cprogramming.com/c-programming/123969-help-pthread-multiple-arguments.html
https://users.cs.jmu.edu/bernstdh/web/common/lectures/summary_unix_pthreads_shared-variables.php
https://nachtimwald.com/2019/04/12/thread-pool-in-c/
http://mercury.pr.erau.edu/~siewerts/cec450/code/code/example-2/pthread.c
https://learntutorials.net/es/pthreads/topic/5669/empezando-con-pthreads
https://en.cppreference.com/w/cpp/thread
https://programmer.group/c-simple-thread-pool-based-on-pthread-implementation.html
https://cours.polymtl.ca/inf2610/documentation/notes/chap4.pdf
https://eli.thegreenplace.net/2010/04/05/pthreads-as-a-case-study-of-good-api-design
http://www.sharetechnote.com/html/C_Thread.html
https://chenhh.gitbooks.io/parallel_processing/content/pthread/
https://gitlab.kitware.com/cmake/cmake/-/issues/21579
https://www.linkedin.com/pulse/multithreading-thread-synchronization-example-code-c-pratik-parvati
https://pages.cs.wisc.edu/~remzi/OSTEP/threads-cv.pdf
https://sourceware.org/pthreads-win32/faq.html
https://valgrind.org/docs/manual/hg-manual.html
https://chowdera.com/2021/06/20210602164020798A.html
http://www.ce.uniroma2.it/courses/sdcc1617/lucidi/Pthreads.pdf
https://emscripten.org/docs/porting/pthreads.html
https://lynxbee.com/creating-a-simple-thread-in-linux-using-pthread-library-apis/#.YnoMIehByUk
https://www.cnblogs.com/mywolrd/archive/2009/02/04/1930708.html
https://cse.iitkgp.ac.in/~abhij/course/lab/CompLab-I/sample/pthread.pdf
https://www.theburningofrome.com/helpful-tips/what-is-pthread-in-c/
https://fossies.org/dox/pthreads-3.14/pthread_8c_source.html
https://softwarebrother.com/entry/C+thread+Linux.html
https://my.eng.utah.edu/~cs5966/LECTURES/Week1/pthread-exs/posix-exercises.html
https://www.mobydisk.com/softdev/techinfo/pthreads_tutorial/
https://www.technical-recipes.com/2016/using-posix-threads-in-microsoft-visual-studio/
http://www.diva-portal.org/smash/get/diva2:944063/FULLTEXT02
https://en.linuxteaching.com/article/posix_thread_with_c_programming
https://www.srcmake.com/home/cpp-advanced-multithreading
https://sceweb.sce.uhcl.edu/helm/WEBPAGE-Cpp/my_files/AdvancedContent/Module-8/module8page.html
https://devdreamz.com/question/443528-pthread-thread-objects-reset-their-state