mirror of
https://github.com/acpica/acpica/
synced 2025-02-24 17:34:43 +03:00
Terminate debugger thread
date 2000.03.22.15.46.00; author rmoore1; state Exp;
This commit is contained in:
parent
b3674f03c9
commit
1a841f3091
@ -190,11 +190,18 @@ AcpiTerminate (void)
|
||||
|
||||
FUNCTION_TRACE ("AcpiTerminate");
|
||||
|
||||
/* Terminate the AML Debuger if present */
|
||||
|
||||
Gbl_DbTerminateThreads = TRUE;
|
||||
CmReleaseMutex (MTX_DEBUGGER);
|
||||
|
||||
|
||||
/* Shutdown and free all resources */
|
||||
|
||||
CmSubsystemShutdown ();
|
||||
|
||||
|
||||
/* Free the mutex objects */
|
||||
/* Free the mutex objects last */
|
||||
|
||||
CmMutexTerminate ();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user