|
@@ -33,7 +33,7 @@ INLINE ConditionVarSpinlockImpl::
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
|
-// Function: ConditionVarSpinlockImpl::signal
|
|
|
|
|
|
|
+// Function: ConditionVarSpinlockImpl::notify
|
|
|
// Access: Public
|
|
// Access: Public
|
|
|
// Description:
|
|
// Description:
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
@@ -44,7 +44,7 @@ notify() {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
|
-// Function: ConditionVarSpinlockImpl::signal_all
|
|
|
|
|
|
|
+// Function: ConditionVarSpinlockImpl::notify_all
|
|
|
// Access: Public
|
|
// Access: Public
|
|
|
// Description:
|
|
// Description:
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|