Multithreading Using pthreads in C language (Part 1)

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

The program that I had to make was far more complicated but this provided a great starting foundation and I’m finally done. Thank you.

AYVYN
Автор

you are the king of simple good explination

kandy
Автор

Clear explanation and it is super easy to understand what you are saying! will def be watching more of your videos

ji
Автор

Awesome video, loved it! More videos please on Parallel and Network programming in C, socket and openmp programs

ManSuLuit
Автор

Can we create threads without creatng a new function?

amanrai
Автор

Thank you for the great and simple explanation.

reynaldosilva
Автор

why not using pthread_join for each thread instead of pthread_exit, is it because performance?

ForeverNils
Автор

Yea this the most helpful video i think. Definately i would continue the series all the way. Dropped a sub as well :D

faisalchowdhury
Автор

amazing video. Very entertaining!!!! Just subscribed

matinakorkontzelou
Автор

Hi I am learning C pthreads lib from already being proficient in the C++17 threads STL and little knowledge of C idioms so just one question - what is the purpose of casting the pthread_t reference to void ptr and then casting to a long in the provided function? Specifically the void ptr part?

TheAidsaids
Автор

How to synchronize two programs using multithreading?

nehachalla
Автор

can you make more vedios on complex code on pthread

aashishshrestha
Автор

Great video. can you create about prime numbers in pthread using C #.

lyshasilva
Автор

Quick question, in the example shown in the video, do the threads run concurrently or parallel?

vincegelo
Автор

thank you for the good work, but you lost me in the pthread_create function arguments and the WorkerThread function declaration, not well explained these two !

elhoussainefagrouche
Автор

That keyboard sounds so shmexy...where did you get it?

monren
Автор

More plz ur waay better than this Brian Fraser guy is

AhmedElsayed-uriy
Автор

you are not printing thread_id, but you are printing memory address of tid0,

dmdm
Автор

this quality content worth more subs than this

abolfazlaslani
Автор

where is the second part bro can you upload full code for matrix multiplication using pthread in c?

akshaykokkad