Home
last modified time | relevance | path

Searched refs:ACQUIRE_API_MUTEX (Results 1 – 2 of 2) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/logging/
H A DLogObject.cc828 ACQUIRE_API_MUTEX("A LogObjectManager::_manage_object"); in _manage_object()
1042 ACQUIRE_API_MUTEX("A LogObjectManager::check_buffer_expiration"); in check_buffer_expiration()
1060 ACQUIRE_API_MUTEX("A LogObjectManager::preproc_buffers"); in preproc_buffers()
1078 ACQUIRE_API_MUTEX("A LogObjectManager::unmanage_api_object"); in unmanage_api_object()
1187 ACQUIRE_API_MUTEX("A LogObjectManager::roll_files"); in roll_files()
1205 ACQUIRE_API_MUTEX("A LogObjectManager::reopen_moved_log_files"); in reopen_moved_log_files()
1221 ACQUIRE_API_MUTEX("A LogObjectManager::display"); in display()
1278 ACQUIRE_API_MUTEX("A LogObjectManager::flush_all_objects"); in flush_all_objects()
H A DLogObject.h56 #define ACQUIRE_API_MUTEX(_f) \ macro