Searched refs:AssociatedData (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/kernel/
H A Dteam.h63 bool team_associate_data(AssociatedData* data);
64 bool team_dissociate_data(AssociatedData* data);
H A Dthread_types.h158 class AssociatedData : public BReferenceable, class in inherits:BReferenceable,DoublyLinkedListLinkImpl
159 public DoublyLinkedListLinkImpl<AssociatedData> {
161 AssociatedData();
162 virtual ~AssociatedData();
181 bool AddData(AssociatedData* data);
182 bool RemoveData(AssociatedData* data);
187 typedef DoublyLinkedList<AssociatedData> DataList;
/haiku/src/system/kernel/
H A Dteam.cpp3645 AssociatedData::AssociatedData() function in class:AssociatedData
3652 AssociatedData::~AssociatedData()
3658 AssociatedData::OwnerDeleted(AssociatedDataOwner* owner)
3676 AssociatedDataOwner::AddData(AssociatedData* data)
3692 AssociatedDataOwner::RemoveData(AssociatedData* data)
3720 AssociatedData* data = it.Next();) {
3727 while (AssociatedData* data = list.RemoveHead()) {
3743 team_associate_data(AssociatedData* dat
[all...]
H A Dsystem_info.cpp188 struct Listener : AssociatedData {

Completed in 51 milliseconds