-
Notifications
You must be signed in to change notification settings - Fork 790
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary unlock/lock of a mutex (#4416)
node.final_generator.add() used to do further work in the same context and there was the possibility of a deadlock. But now it just adds to a queue so there should not be a deadlock danger. So the lock/unlock should not be needed.
- V28.0DB37
- V28.0DB36
- V28.0DB35
- V28.0DB34
- V28.0DB33
- V28.0DB32
- V28.0DB31
- V28.0DB30
- V28.0DB29
- V28.0DB28
- V28.0DB27
- V28.0DB26
- V28.0DB25
- V28.0DB24
- V28.0DB23
- V28.0DB22
- V28.0DB21
- V28.0DB20
- V28.0DB19
- V28.0DB18
- V28.0DB17
- V28.0DB16
- V28.0DB15
- V28.0DB14
- V28.0DB13
- V28.0DB12
- V28.0DB11
- V28.0DB10
- V28.0DB9
- V28.0DB8
- V28.0DB7
- V28.0DB6
- V28.0DB5
- V28.0DB4
- V28.0DB3
- V28.0DB2
- V28.0DB1
- V27.1
- V27.0
- V27.0beta_integration_2024_06_225
- V27.0beta_integration_2024_06_224
- V27.0beta_integration_2024_06_223
- V27.0beta_integration_2024_06_222
- V27.0beta_integration_2024_06_221
- V27.0RC6
- V27.0RC5
- V27.0RC4
- V27.0RC3
- V27.0RC2
- V27.0RC1
- V27.0DB49
- V27.0DB48
- V27.0DB47
- V27.0DB46
- V27.0DB45
- V27.0DB44
- V27.0DB43
- V27.0DB42
- V27.0DB41
- V27.0DB40
- V27.0DB39
- V27.0DB38
- V27.0DB37
- V27.0DB36
- V27.0DB35
- V27.0DB34
- V27.0DB33
- V27.0DB32
- V27.0DB31
- V27.0DB30
- V27.0DB29
- V27.0DB28
- V27.0DB27
- V27.0DB26
- V27.0DB25
- V27.0DB24
- V27.0DB23
- V27.0DB22
- V27.0DB21
- V27.0DB20
- V27.0DB19
- V27.0DB18
- V27.0DB17
- V27.0DB16
- V27.0DB15
- V27.0DB14
- V27.0DB13
- V27.0DB12
- V27.0DB11
- V27.0DB10
- V27.0DB9
- V27.0DB8
Showing
1 changed file
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters