Searched refs:GetState (Results 1 - 20 of 20) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewStateHistory.h23 VariablesViewState* GetState(thread_id threadID,
25 VariablesViewState* GetState(FunctionID* functionID) const;
H A DVariablesViewStateHistory.cpp140 VariablesViewStateHistory::GetState(thread_id threadID, FunctionID* functionID) function in class:VariablesViewStateHistory
157 VariablesViewStateHistory::GetState(FunctionID* functionID) const function in class:VariablesViewStateHistory
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DExtendedServerInfo.h45 uint32 GetState() const;
H A DServerManager.cpp218 || (serverInfo->GetState() != STATE_READY
219 && serverInfo->GetState() != STATE_UPDATING)) {
271 if (serverInfo->GetState() == STATE_READY) {
362 if (oldServerInfo && oldServerInfo->GetState() != STATE_READY)
459 if (serverInfo->GetState() == STATE_REMOVING) {
488 if (oldInfo->GetState() == STATE_REMOVING) {
521 bool removing = (serverInfo->GetState() == STATE_REMOVING);
546 if (oldInfo->GetState() == STATE_REMOVING) {
H A DExtendedServerInfo.cpp138 // GetState
140 ExtendedServerInfo::GetState() const function in class:ExtendedServerInfo
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DDirItem.h52 uint16 GetState() const { return le2h(deh_state); } function in class:DirEntry
54 bool IsVisible() const { return (GetState() & (1 << DEH_Visible)); }
64 PRINT((" state: %hx\n", GetState()));
H A DSuperBlock.h69 uint16 GetState() const function in class:SuperBlock
H A DVolume.cpp522 if (error == B_OK && fSuperBlock->GetState() != REISERFS_VALID_FS) {
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.h53 thread_state GetState();
H A DGenericThread.cpp366 GenericThread::GetState() function in class:GenericThread
/haiku/src/apps/expander/
H A DGenericThread.h56 thread_state GetState(void);
H A DGenericThread.cpp358 GenericThread::GetState(void) function in class:GenericThread
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.cpp164 MulticastFilter<Addressing>::GetState(const AddressType &groupAddress, function in class:MulticastFilter
H A Dmulticast.h219 status_t GetState(const AddressType &groupAddress,
H A Dipv6.cpp900 status = filter.GetState(*groupAddr, interface, state, true);
904 filter.GetState(*groupAddr, interface, state, false);
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.cpp175 MulticastFilter<Addressing>::GetState(const AddressType &groupAddress, function in class:MulticastFilter
H A Dmulticast.h209 status_t GetState(const AddressType &groupAddress,
H A Dipv4.cpp947 status = filter.GetState(*groupAddr, interface, state, true);
954 filter.GetState(*groupAddr, interface, state, false);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp2323 ->GetState(fThread->ID(), functionID);
2938 VariablesViewState* viewState = fViewStateHistory->GetState(fThread->ID(),
3011 VariablesViewState* viewState = fViewStateHistory->GetState(fThread->ID(),
3353 ->GetState(fThread->ID(), functionID);
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp183 void GetState() function in struct:__anon2::ThreadState
976 state->GetState();

Completed in 107 milliseconds