A brief file description. More...
#include "libts.h"
#include "I_Tasks.h"
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) |
A brief file description.
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 int(FreerContinuation::* FreerContHandler)(int, void *) |
TS_INLINE void new_Deleter | ( | C * | ap, | |
ink_hrtime | t | |||
) |
Definition at line 54 of file P_Freer.h.
References ET_TASK, eventProcessor, and EventProcessor::schedule_in().
Referenced by CacheHostTableConfig::mainEvent(), and reloadUrlRewrite().
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().
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().