Data Structures | Typedefs | Functions

P_Freer.h File Reference

A brief file description. More...

#include "libts.h"
#include "I_Tasks.h"
Include dependency graph for P_Freer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  DeleterContinuation< C >
struct  FreeCallContinuation< C >
struct  FreerContinuation
struct  DereferContinuation< C >

Typedefs

typedef int(FreerContinuation::* FreerContHandler )(int, void *)

Functions

template<class C >
TS_INLINE void new_Deleter (C *ap, ink_hrtime t)
template<class C >
TS_INLINE void new_FreeCaller (C *ap, ink_hrtime t)
TS_INLINE void new_Freer (void *ap, ink_hrtime t)
template<class C >
TS_INLINE void new_Derefer (C *ap, ink_hrtime t)

Detailed Description

A brief file description.

License

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition in file P_Freer.h.


Typedef Documentation

typedef int(FreerContinuation::* FreerContHandler)(int, void *)

Definition at line 84 of file P_Freer.h.


Function Documentation

template<class C >
TS_INLINE void new_Deleter ( C *  ap,
ink_hrtime  t 
)
template<class C >
TS_INLINE void new_Derefer ( C *  ap,
ink_hrtime  t 
)

Definition at line 133 of file P_Freer.h.

References ET_TASK, eventProcessor, and EventProcessor::schedule_in().

Referenced by LogObjectManager::unmanage_api_object().

template<class C >
TS_INLINE void new_FreeCaller ( C *  ap,
ink_hrtime  t 
)

Definition at line 78 of file P_Freer.h.

References ET_TASK, eventProcessor, and EventProcessor::schedule_in().

TS_INLINE void new_Freer ( void *  ap,
ink_hrtime  t 
)

Definition at line 106 of file P_Freer.h.

References ET_TASK, eventProcessor, and EventProcessor::schedule_in().

Referenced by build_vol_hash_table(), and free_MachineList().