Searched refs:fVariable (Results 1 - 10 of 10) sorted by relevance

/haiku/src/kits/debugger/value/value_nodes/
H A DVariableValueNodeChild.cpp15 fVariable(variable)
17 fVariable->AcquireReference();
18 SetLocation(fVariable->Location(), B_OK);
24 fVariable->ReleaseReference();
31 return fVariable->Name();
38 return fVariable->GetType();
53 _location = fVariable->Location();
/haiku/headers/private/debugger/value/value_nodes/
H A DVariableValueNodeChild.h24 Variable* GetVariable() const { return fVariable; };
30 Variable* fVariable; member in class:VariableValueNodeChild
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp57 : fVariable(NULL)
64 if (fVariable != NULL)
78 fVariable = sConditionVariableHash.Lookup(object);
80 if (fVariable == NULL) {
86 fVariable->fEntries.Add(this);
97 if (fVariable == NULL)
130 fVariable = variable;
132 fVariable->fEntries.Add(this);
140 if (fVariable != NULL) {
141 fVariable
[all...]
/haiku/src/system/kernel/
H A Dcondition_variable.cpp54 : fVariable(NULL)
61 // We can use an "unsafe" non-atomic access of fVariable here, since we only
63 if (fVariable != NULL)
95 return atomic_pointer_get(&fVariable);
102 ASSERT(fVariable == NULL);
105 fVariable = variable;
107 fVariable->fEntries.Add(this);
108 atomic_add(&fVariable->fEntriesCount, 1);
119 ConditionVariable* variable = atomic_pointer_get(&fVariable);
123 // We thus cannot access fVariable, an
[all...]
/haiku/headers/private/kernel/
H A Dscheduling_analysis.h74 fVariable(variable),
83 out.Print("cvar init variable %p: object: %p \"%s\"", fVariable,
94 return fVariable;
108 ConditionVariable* fVariable; member in class:SchedulingAnalysisTracing::InitConditionVariable
H A Dcondition_variable.h43 ConditionVariable* fVariable; member in struct:ConditionVariableEntry
/haiku/src/servers/app/stackandtile/
H A DSATGroup.h111 Variable* Var() { return fVariable.Get(); }
131 fVariable; member in class:Tab
H A DSATGroup.cpp637 fVariable(variable),
656 return (float)fVariable->Value() - kMakePositiveOffset;
663 fVariable->SetValue(position + kMakePositiveOffset);
677 return fVariable->IsEqual(variable);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp268 fVariable(variable),
282 fVariable->AcquireReference();
296 fVariable->ReleaseReference();
359 return fVariable;
557 fVariable->ID()) != NULL;
565 Variable* fVariable; member in class:VariablesView::ModelNode
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp210 : fVariable(variable)
212 if (fVariable)
213 atomic_add(fVariable, 1);
218 if (fVariable)
219 atomic_add(fVariable, -1);
224 fVariable = NULL;
228 int32* fVariable; member in class:Volume::AutoIncrementer

Completed in 101 milliseconds