Run clang-format on all source files
Change-Id: Ifb52ca306286b6b2d473821bed9db28e9f616d50
Этот коммит содержится в:
коммит произвёл
Laurent Morichetti
родитель
89f6880371
Коммит
15ab5d9cda
@@ -27,10 +27,10 @@ void InterceptQueue::HsaIntercept(HsaApiTable* table) {
|
||||
}
|
||||
|
||||
InterceptQueue::mutex_t InterceptQueue::mutex_;
|
||||
//rocprofiler_callback_t InterceptQueue::dispatch_callback_ = NULL;
|
||||
//InterceptQueue::queue_callback_t InterceptQueue::create_callback_ = NULL;
|
||||
//InterceptQueue::queue_callback_t InterceptQueue::destroy_callback_ = NULL;
|
||||
//void* InterceptQueue::callback_data_ = NULL;
|
||||
// rocprofiler_callback_t InterceptQueue::dispatch_callback_ = NULL;
|
||||
// InterceptQueue::queue_callback_t InterceptQueue::create_callback_ = NULL;
|
||||
// InterceptQueue::queue_callback_t InterceptQueue::destroy_callback_ = NULL;
|
||||
// void* InterceptQueue::callback_data_ = NULL;
|
||||
InterceptQueue::obj_map_t* InterceptQueue::obj_map_ = NULL;
|
||||
const char* InterceptQueue::kernel_none_ = "";
|
||||
bool InterceptQueue::in_create_call_ = false;
|
||||
|
||||
Ссылка в новой задаче
Block a user