Lines Matching +full:acquisition +full:- +full:time
3 * Module Name: evglock - Global Lock support
11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp.
28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
104 * re-exports any such software from a foreign destination, Licensee shall
105 * ensure that the distribution and export/re-export of the software is in
108 * any of its subsidiaries will export/re-export any technical data, process,
130 * 3. Neither the names of the above-listed copyright holders nor the names
270 * PARAMETERS: Context - From thread interface, not used
301 * Send a unit to the global lock semaphore. The actual acquisition in AcpiEvGlobalLockHandler()
324 * PARAMETERS: Timeout - Max time to wait for the lock, in millisec.
337 * allows only one thread to acquire the HW Global Lock at a time, and makes
355 * Only one thread can acquire the GL at a time, the GlobalLockMutex in AcpiEvAcquireGlobalLock()
358 Status = AcpiExSystemWaitMutex (AcpiGbl_GlobalLockMutex->Mutex.OsMutex, in AcpiEvAcquireGlobalLock()
371 * regardless of where the acquisition request originated. in AcpiEvAcquireGlobalLock()
488 AcpiOsReleaseMutex (AcpiGbl_GlobalLockMutex->Mutex.OsMutex); in AcpiEvReleaseGlobalLock()