P4 to Git Change 1082950 by lmoriche@lmoriche_opencl_dev on 2014/09/30 16:50:37
ECR #304775 - Implement the changes recommended in review#5943 Pre-checkin: http://ocltc.amd.com:8111/viewModification.html?modId=40717&personal=true&buildTypeId=&tab=vcsModificationBuilds&show_all_builds=true Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/platform/command.cpp#65 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/memory.cpp#109 edit ... //depot/stg/opencl/drivers/opencl/runtime/thread/semaphore.cpp#7 edit ... //depot/stg/opencl/drivers/opencl/runtime/utils/concurrent.hpp#6 edit
이 커밋은 다음에 포함됨:
@@ -439,10 +439,8 @@ Memory::setDestructorCallback(DestructorCallBackFunction callback, void* data)
|
||||
}
|
||||
|
||||
entry->next_ = destructorCallbacks_;
|
||||
while (!destructorCallbacks_.compare_exchange_weak(entry->next_, entry)) {
|
||||
// Someone else is also updating the head of the linked list! reload.
|
||||
entry->next_ = destructorCallbacks_;
|
||||
}
|
||||
while (!destructorCallbacks_.compare_exchange_weak(entry->next_, entry))
|
||||
; // Someone else is also updating the head of the linked list! reload.
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
새 이슈에서 참조
사용자 차단