Searched hist:"2 d8d1cdbaa4448aa12a6e516b34a2e2cda52533b" (Results 1 – 3 of 3) sorted by relevance
/haiku/headers/private/kernel/ |
H A D | team.h | 2d8d1cdbaa4448aa12a6e516b34a2e2cda52533b Thu Dec 16 01:15:35 UTC 2010 Ingo Weinhold <ingo_weinhold@gmx.de> * Implemented a generic way to associate data with a team which is automatically cleaned up when the team is deleted: Class AssociatedData is the base class for a data item, AssociatedDataOwner a container for them (struct team derives from it). Functions team_associate_data() and team_dissociate_data() add/remove data. * Turned sTeamHash into a BOpenHashTable (necessary since struct team is no longer a POD).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39860 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | thread_types.h | 2d8d1cdbaa4448aa12a6e516b34a2e2cda52533b Thu Dec 16 01:15:35 UTC 2010 Ingo Weinhold <ingo_weinhold@gmx.de> * Implemented a generic way to associate data with a team which is automatically cleaned up when the team is deleted: Class AssociatedData is the base class for a data item, AssociatedDataOwner a container for them (struct team derives from it). Functions team_associate_data() and team_dissociate_data() add/remove data. * Turned sTeamHash into a BOpenHashTable (necessary since struct team is no longer a POD).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39860 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/system/kernel/ |
H A D | team.cpp | 2d8d1cdbaa4448aa12a6e516b34a2e2cda52533b Thu Dec 16 01:15:35 UTC 2010 Ingo Weinhold <ingo_weinhold@gmx.de> * Implemented a generic way to associate data with a team which is automatically cleaned up when the team is deleted: Class AssociatedData is the base class for a data item, AssociatedDataOwner a container for them (struct team derives from it). Functions team_associate_data() and team_dissociate_data() add/remove data. * Turned sTeamHash into a BOpenHashTable (necessary since struct team is no longer a POD).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39860 a95241bf-73f2-0310-859d-f6bbb57e9c96
|