Searched refs:VERR_SEM_LV_EXISTING_DEADLOCK (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Derr.h1208 #define VERR_SEM_LV_EXISTING_DEADLOCK (-373) macro
/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp2545 * @retval VERR_SEM_LV_EXISTING_DEADLOCK if a cycle was detected.
2556 return VERR_SEM_LV_EXISTING_DEADLOCK;
2574 * @retval VERR_SEM_LV_EXISTING_DEADLOCK
2852 case VERR_SEM_LV_EXISTING_DEADLOCK: pszWhat = "Found existing deadlock!"; break;
2889 * @retval VERR_SEM_LV_EXISTING_DEADLOCK

Completed in 1235 milliseconds