Added comment regarding use restriction.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34460 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2009-12-03 12:47:29 +00:00
parent 35d940014e
commit f5251d5b60
1 changed files with 3 additions and 0 deletions

View File

@ -69,6 +69,9 @@ public:
static void NotifyAll(const void* object,
bool threadsLocked = false,
status_t result = B_OK);
// (both methods) caller must ensure that
// the variable is not unpublished
// concurrently
void Add(ConditionVariableEntry* entry);