Pearls in Life
  • Home
  • Blog
  • Archives

OS161 Synchronization Primitives: Lock

Date Thu 04 April 2013 Category os161 Tags synchronization / lock

Lock is basically just a semaphore whose initial counter is 1. lock_acquire is like P, while lock_release is like V. You probably want to go over my previous post about semaphore

more ...

  • 0 Hits

  • Popular Posts

    • OS161 Synchronization Primitives: Lock
  • Recent Posts

    • OS161 Synchronization Primitives: Lock
  • Categories

    • os161 [27]
    • linux [24]
    • android [20]
    • errors [14]
    • network [11]
  • Tags

    • AOSP
    • backup
    • beamer
    • blog
    • c
    • gdb
    • hammerhead
    • jekyll
    • mac
    • ns2
    • OTA
    • plugin
    • python
    • ruby
    • ssh
    • synchronization
    • syscall
    • travis
    • ubuntu
    • vm
  • Social

    • github
    • stack-overflow
  • GitHub Repos

    Status updating...

    @jhshi on GitHub
  • Links

    • blue Systems Group
    • University at Buffalo

© 2013 Jinghao Shi · Updated on 2020-04-02 · Powered by pelican-bootstrap3, Pelican, Bootstrap

Back to top