The original locations can be reached without initializing the lock variable (td_deque_lock), so it is potentially unsafe.
It is guaranteed that the lock is initialized if the deque (td_deque) is not NULL, and lock functions can be safely called.
Details
Details
- Reviewers
AndreyChurbanov omalyshe tlwilmar jlpeyton - Commits
- rG562975c62d5f: Merging r309875:
rG1b536724d9fb: Move lock acquire/release functions in task deque cleanup code
rOMP309875: Move lock acquire/release functions in task deque cleanup code
rL318171: Merging r309875:
rL309875: Move lock acquire/release functions in task deque cleanup code
Diff Detail
Diff Detail
- Repository
- rL LLVM