mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
cmCTestMultiProcessHandler: Rename resource locking functions
Renaming these ahead of other refactoring which will use the previous names. The previous names more accurately reflect their purpose after this commit anyway (talking about locking and unlocking rather than allocating and deallocating).
This commit is contained in:
@@ -134,8 +134,8 @@ protected:
|
||||
bool CheckStopTimePassed();
|
||||
void SetStopTimePassed();
|
||||
|
||||
void AllocateResources(int index);
|
||||
void DeallocateResources(int index);
|
||||
void LockResources(int index);
|
||||
void UnlockResources(int index);
|
||||
|
||||
bool AllocateHardware(int index);
|
||||
bool TryAllocateHardware(
|
||||
|
||||
Reference in New Issue
Block a user