What's Spin Lock? Spin Lock Vs. Mutex.

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 พ.ย. 2024

ความคิดเห็น • 44

  •  2 ปีที่แล้ว +1

    Congratulations. I solve meny problens about my ADS curse watching your videos. thanks.

  • @zaidkidwai7831
    @zaidkidwai7831 3 ปีที่แล้ว +1

    Explained in a very easy to understand manner. Good video

  • @danielianhaik
    @danielianhaik 2 ปีที่แล้ว

    Finally someone explained clearly, simply, fully.

  • @Juliya_1624
    @Juliya_1624 3 ปีที่แล้ว +3

    Can you give me a realtime example where the spin lock will be used ?

  • @byt4794
    @byt4794 11 หลายเดือนก่อน

    Hello Sir, thanks for this video. Could you explain lockdep?

  • @nishthasingh6455
    @nishthasingh6455 ปีที่แล้ว

    Thanks a lot, very clear explanation.

  • @jankeshchakravarthy9389
    @jankeshchakravarthy9389 ปีที่แล้ว

    hi - very nice and clearly explained video. What is test and lock? how it works? What is the assembly instruction equivalent to test and lock in x86 or ARM controller?

    • @MrGeorge1896
      @MrGeorge1896 10 หลายเดือนก่อน +1

      To give a real world example of an x86 code sequence:
      movb $1, %dl
      .L8:
      movl %edx, %eax
      xchgb Get_Lock(%rip), %al
      testb %al, %al
      jne .L8
      It is important to know that xchg is an atomic instruction, which can not be interrupted.

  • @profdurgahere9007
    @profdurgahere9007 3 ปีที่แล้ว

    Fabulous explanation Sir.

  • @shelo1747
    @shelo1747 2 ปีที่แล้ว

    understands it finally, thanks a lot.

  • @narenr2235
    @narenr2235 4 ปีที่แล้ว

    Very nicely explained

  • @pavanv4115
    @pavanv4115 4 ปีที่แล้ว

    Please do programing in detail for all the ipcs

  • @Sureshdharmoju
    @Sureshdharmoju 4 ปีที่แล้ว

    Nice explanation

  • @parsishashank
    @parsishashank 4 ปีที่แล้ว +1

    Hello sir,
    It will be good if you covered semaphore as well

    • @ShriramVasudevan
      @ShriramVasudevan  4 ปีที่แล้ว +1

      Will do that as a quick video semaphore vs mutex vs spin lock

  • @AllAboutBI
    @AllAboutBI 4 ปีที่แล้ว

    Well explained

  • @a096170311525
    @a096170311525 4 ปีที่แล้ว

    Nice explanation. Can you please add more details on when exactly one should use spin lock or mutex. And why spinlocks are preferred over mutex in interrupt context ?

  • @fz25-darkrules37
    @fz25-darkrules37 2 ปีที่แล้ว

    Thank you

  • @manojk9874
    @manojk9874 4 ปีที่แล้ว

    Sir i bought book written by u on IOT is that enought to learn about IOT sir ?

  • @shujauddin7313
    @shujauddin7313 4 ปีที่แล้ว

    Thank you very much.... will you please make video on " Thread Synchronisation Vs Process Synchronisation with an example " ..... I have seen your other videos on process and threads, but this will add more clarity to it..... Eagerly awaiting for your reply

    • @ShriramVasudevan
      @ShriramVasudevan  4 ปีที่แล้ว

      That's a good note..we shall do it shortly. May be within 24 hours you can expect a video

  • @raghumgh
    @raghumgh 2 ปีที่แล้ว

    Spinlocks are indeed busy wait but with preemption being enabled if the lock is unavailable

  • @susmitjaiswal136
    @susmitjaiswal136 2 ปีที่แล้ว

    so spin lock is indefinte...?

  • @b_01_aditidonode43
    @b_01_aditidonode43 4 หลายเดือนก่อน

    Thanks

  • @someone4860
    @someone4860 3 ปีที่แล้ว

    you asked for subscribe. I have subscribed and additionally sending you my respect as well.

  • @sinikishan1408
    @sinikishan1408 4 ปีที่แล้ว

    Nice sirg

  • @庞氏
    @庞氏 3 ปีที่แล้ว

    线程 sleep 了, CPU 此时,能做别的事情吗?

  • @sakkamouid3343
    @sakkamouid3343 ปีที่แล้ว

    I don't like reading a text from google. If you wrote example of little simple programs and discussed them while applying those concepts would be a lot better to explain to people!

  • @sp3519
    @sp3519 4 ปีที่แล้ว

    👍👍

  • @庞氏
    @庞氏 3 ปีที่แล้ว

    好啊