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

/haiku-fatelf/src/apps/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();
H A DVariableValueNodeChild.h24 Variable* GetVariable() const { return fVariable; };
30 Variable* fVariable; member in class:VariableValueNodeChild
/haiku-fatelf/src/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp65 fVariable = sConditionVariableHash.Lookup(object);
67 if (fVariable == NULL) {
73 fVariable->fEntries.Add(this);
84 if (fVariable == NULL)
101 if (fVariable != NULL) {
102 fVariable->fEntries.Remove(this);
103 fVariable = NULL;
127 fVariable = variable;
129 fVariable->fEntries.Add(this);
220 entry->fVariable
[all...]
/haiku-fatelf/headers/private/kernel/
H A Dcondition_variable.h37 inline ConditionVariable* Variable() const { return fVariable; }
43 ConditionVariable* fVariable; member in struct:ConditionVariableEntry
110 : fVariable(NULL)
117 if (fVariable != NULL) {
119 "attached to variable %p\n", this, fVariable);
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
/haiku-fatelf/src/system/kernel/
H A Dcondition_variable.cpp100 fVariable = sConditionVariableHash.Lookup(object);
102 if (fVariable == NULL) {
108 fVariable->fEntries.Add(this);
119 "disabled, entry: %p, variable: %p", this, fVariable);
127 if (fVariable == NULL)
131 THREAD_BLOCK_TYPE_CONDITION_VARIABLE, fVariable);
150 if (fVariable != NULL) {
151 fVariable->fEntries.Remove(this);
152 fVariable = NULL;
176 fVariable
[all...]
/haiku-fatelf/src/servers/app/stackandtile/
H A DSATGroup.h109 Variable* Var() { return fVariable; }
128 Variable* fVariable; member in class:Tab
H A DSATGroup.cpp632 fVariable(variable),
646 delete fVariable;
653 return (float)fVariable->Value() - kMakePositiveOffset;
660 fVariable->SetValue(position + kMakePositiveOffset);
674 return fVariable->IsEqual(variable);
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp211 : fVariable(variable)
213 if (fVariable)
214 atomic_add(fVariable, 1);
219 if (fVariable)
220 atomic_add(fVariable, -1);
225 fVariable = NULL;
229 vint32* fVariable; member in class:Volume::AutoIncrementer
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/kernel_add_on/
H A DVolume.cpp38 : fVariable(variable)
40 if (fVariable)
41 atomic_add(fVariable, 1);
46 if (fVariable)
47 atomic_add(fVariable, -1);
52 fVariable = NULL;
56 vint32* fVariable; member in class:Volume::AutoIncrementer
/haiku-fatelf/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp107 fVariable(variable),
175 return fVariable;
303 Variable* fVariable; member in class:VariablesView::ModelNode

Completed in 142 milliseconds