Changes

154 bytes added ,  12:41, 12 August 2023
Line 139: Line 139:  
'''Signature'''
 
'''Signature'''
 
  void ExitThread(void);
 
  void ExitThread(void);
 +
 +
'''Details'''
 +
Makes the currently running thread exit. When a thread exits, all mutex objects it owns are released and made available to other threads.
    
=== SleepThread  ===
 
=== SleepThread  ===
15

edits