|
| override void | IncRef (Context ctx, IntPtr obj) |
| |
| override void | DecRef (Context ctx, IntPtr obj) |
| |
| abstract void | IncRef (Context ctx, IntPtr obj) |
| |
| abstract void | DecRef (Context ctx, IntPtr obj) |
| |
| void | IncAndClear (Context ctx, IntPtr o) |
| |
| void | Add (IntPtr o) |
| |
| void | Clear (Context ctx) |
| |
|
| readonly Object | m_lock = new Object() |
| |
| readonly List< IntPtr > | m_queue = new List<IntPtr>() |
| |
Definition at line 80 of file DecRefQUeue.cs.
| override void DecRef |
( |
Context |
ctx, |
|
|
IntPtr |
obj |
|
) |
| |
|
inline |
Definition at line 87 of file DecRefQUeue.cs.
{
Contract.Requires(ctx != null);
}
| override void IncRef |
( |
Context |
ctx, |
|
|
IntPtr |
obj |
|
) |
| |
|
inline |
Definition at line 82 of file DecRefQUeue.cs.
{
Contract.Requires(ctx != null);
}