Short introduction to threads (pthreads)

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

You've been such an amazing help for my Operating Systems class. Thank you, thank you, thank you

elizabethmessina
Автор

Magnificent presentation, thank you. Other professors make it seem too difficult because they don’t properly address with simple words when programming. They would give the correct definition of pthread_join, but then not clarify that it is basically a wait() function for threads. They were like this all the way through the lessons, so this was tremendous help, thank you.

HundarTheGreat
Автор

I know you get this a lot, but your videos on C are a godsend! You've really helped me and countless others to succeed in our education.

JakeShuf
Автор

I can`t find right words to fully express how simple and great this lesson starts thread theme... like u`ve said that I`d heard, read, seen so many times, but in an absolutly clear way and now I`m starting to feel that threads aren`t that scary and wierd - thank u soooo much!👍

albanec
Автор

I discovered your channel 3 years ago when I needed help with my "Programming 2" class which involved lists, pipes and processes and couldn't figure out how they work. Now here you are again coming to my rescue perfectly explaining in 8 minutes what my teacher cannot explain in 2 hours. Thanks for preventing me from dropping out of Engineering.

ryoma
Автор

I've been watching most of your videos about threads. They've been really useful to refresh my concepts that I haven't been using from a long time!!! Thank you so much for the great content you created!!!

rfpixel
Автор

I've seen my fair share of youtube tutorials, and I must say yours are top-notch. Thank you for your hard work and for sharing your passion so selflessly. You do make one feel welcome here.

milostadic
Автор

Taking an Operating systems class, and you have been a great help throughout the course!

nicholas
Автор

This is the best channel for C programming! Thank you!

oiramormedeiros
Автор

just took a year off from my degree and completely forgot about how to use P_threads and this basically caught me back up to speed, incredibly good explanation.

FirstLast-jlwc
Автор

As a little update: in the "void routine()" function you should add the parameter void *arg so there won't be any errors: void *routine(void *arg){...}

AdiSings
Автор

hello, everytime i got the learn somethings new for a project at 42, you are here with a video. the starting point for philosophers :) Are you a 42 students ? thanks you for all your stuff :)

Pixailz
Автор

Binging your videos like I binged Money Heist!! literal Bella Ciao feeling in my mind for my C rejuvenation!!

vaibhavsingh-fuvg
Автор

Very clear and straightforward. I am amazed by the quality of the presentation. Thank you !

mahmutkoroglu
Автор

i love your videos man learning threads rn is a pain but you make it easier

ahmedalabadi
Автор

*Thanks to my master, CodeVault, I will pass the operating systems course with an A.*

onurcanisler
Автор

I wish you more subscribers dude...you deserve them all.

planetx
Автор

saving me bratannnn, spasibo bolshoye

Denis-hsgq
Автор

is it possible to give a thread a timeout, so if my function is not done executing in some time ebcause it is hanging or something, have the thread return

EdwinFairchild
Автор

it's much more clear than my professor, thank you!

xiaoliu