Introduction to barriers (pthread_barrier)

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

Комментарии • 26

  • @shushens
    @shushens 3 года назад +15

    You have gone above and beyond, trying to explain the problem as thoroughly as possible. "Since 2 is less than 3.." made me laugh out loud. But not in a negative sense. Thank you!

  • @beyzaucar4516
    @beyzaucar4516 7 месяцев назад

    I was suffering while I was studying for my Parallel and Distributed Computing course, but then I found your channel and I nearly started to enjoy this subject! You're doing a great job, many thanks from my heart!

  • @randocode7469
    @randocode7469 5 месяцев назад

    Thanks for all this help, my friend. You are a really good teacher :)

  • @humbertonavarro7070
    @humbertonavarro7070 2 года назад +1

    Great video, thank you very much!

  • @aashris
    @aashris 3 года назад +2

    Thanks so much! This is great video with very clear explanation! :)

  • @matteopisati9966
    @matteopisati9966 2 года назад +1

    Love your videos. Well done

  • @livinglavish1705
    @livinglavish1705 4 месяца назад

    These videos are amazing

  • @holgerespinola1345
    @holgerespinola1345 Год назад

    very good video. thank you so much for your contribution

  • @zubairshaik5222
    @zubairshaik5222 3 года назад +2

    Love your videos. Is there a series on networking and sockets programming coming up? would really appreciate that.

    • @CodeVault
      @CodeVault  3 года назад +3

      Yes, that will probably be the next series

  • @xky8124
    @xky8124 3 года назад +1

    very well explained

  • @jeffsherin9564
    @jeffsherin9564 11 месяцев назад +1

    FYI: pthread_barrier_t is not available on macOS

    • @CodeVault
      @CodeVault  10 месяцев назад

      That is correct. barriers are not implemented on MacOS. You could download a library that implements them though

  • @yahmk3978
    @yahmk3978 Год назад

    Thank you!

  • @lucadelossantos4618
    @lucadelossantos4618 11 месяцев назад

    thank u king

  • @h.serhan9862
    @h.serhan9862 3 года назад

    Thanks!

  • @halim61616161
    @halim61616161 3 года назад +2

    first of all thanks for amazing tutorials. There is an error during compiling: pthread_barrier_t is undefined. How can i fix this issue?

    • @CodeVault
      @CodeVault  3 года назад +3

      Hmm... might be an issue with you gcc compiling options. See here: stackoverflow.com/questions/61647896/unknown-type-name-pthread-barrier-t

    • @SavaSrikanthVlogs
      @SavaSrikanthVlogs 2 года назад +1

      same problem here

    • @holgerespinola1345
      @holgerespinola1345 Год назад

      same problem

    • @holgerespinola1345
      @holgerespinola1345 Год назад

      @@CodeVault thank you so much! With this article i fixed my issue

  • @RaresBoss1998
    @RaresBoss1998 2 года назад

    Thanks

  • @narasarajv5278
    @narasarajv5278 3 года назад

    Thank you..

  • @Codality
    @Codality 2 года назад

    THXXXXXXXXXXXXXXXX

  • @gogdarag
    @gogdarag 3 года назад

    Hello sir. Can you make a video about naming conventions in c language please.
    For example:
    1. How namespacing works in c and how to prevent name collisions in c specially in writing a library.
    2. How to name a function that is related to specific structure, like methods in classes in oop languages.
    3. How to name a init or factory function that is related to specific structure.
    and any other programming technices that help us to write a better portable library. Thank you so much.

    • @CodeVault
      @CodeVault  3 года назад +1

      Sure, I'll look into it