Lines Matching refs:semaphore
2928 always expires immediately if the semaphore is not available. The
6369 semaphore/mutex
6387 an alternate implementation of the semaphore timeout to allow aslts to
6686 Added semaphore support to the Linux/Unix application OS-services layer
8273 obtained before it is actually obtained. The global lock semaphore was
8326 specified, instead of creating a serialization semaphore per control
8330 Interpreter single-threaded. The overhead of a semaphore per-method is
8574 separate thread to signal the global lock semaphore. Instead, the
8575 semaphore
8650 Fixed a problem with Serialized control methods where the semaphore
8717 host operating systems have separate mutex and semaphore objects, this
8719 interfaces) wherever a binary semaphore was used previously. However, for
8722 to the existing semaphore interfaces. Therefore, no OSL changes are
8733 is now implemented with a mutex instead of a semaphore.
8777 semaphore at interrupt level, and it means that all ACPICA external
8780 interrupt level. OSL code that implements the semaphore interfaces should
9725 on a semaphore object would incorrectly timeout. This allows the
11075 underlying semaphore was not created. This problem was introduced in
12777 Do not acquire a semaphore in the S5 shutdown path.
13013 semaphore" would appear during operations on the embedded
13543 Fixed a problem where the semaphore WAIT_FOREVER constant was
15855 Fixed an issue with the OSL semaphore implementation where a
16371 Fixed debugger problem where single stepping caused a semaphore to
16396 Implemented semaphore tracking in the AcpiExec utility, and fixed
16399 semaphore or mutex "leaks" at this time.
16530 semaphore as a mutex, not a counting semaphore. ACPI CA uses
16532 different OS primitives depending on the type of semaphore
16535 "mutex" and "semaphore" interfaces - where the mutex interface is
16537 semaphore implementation.