Skip to content

Conversation

TheBlueMatt
Copy link
Contributor

Not an actual bug as this is only used in asserts right now, but
nice to not have a missing lock.

Not an actual bug as this is only used in asserts right now, but
nice to not have a missing lock.
@benma
Copy link

benma commented Jul 24, 2017

utACK a56f8b0

@laanwj
Copy link
Member

laanwj commented Jul 24, 2017

utACK

@jonasschnelli
Copy link
Contributor

utACK a56f8b0

1 similar comment
@sipa
Copy link
Member

sipa commented Jul 25, 2017

utACK a56f8b0

@laanwj laanwj added this to the 0.15.0 milestone Jul 25, 2017
@laanwj laanwj merged commit a56f8b0 into bitcoin:master Jul 26, 2017
laanwj added a commit that referenced this pull request Jul 26, 2017
a56f8b0 Add missing lock in CScheduler::AreThreadsServicingQueue() (Matt Corallo)

Pull request description:

  Not an actual bug as this is only used in asserts right now, but
  nice to not have a missing lock.

Tree-SHA512: 7e542b150a0be716783e196493d239f2ad15e5376abf54b67d735dc3ef1b10849c090337b849f530c9f7497ddcfb8389b47d64a5dcf6382b7d38838f88cc1100
PastaPastaPasta pushed a commit to PastaPastaPasta/dash that referenced this pull request Sep 8, 2019
…ingQueue()

a56f8b0 Add missing lock in CScheduler::AreThreadsServicingQueue() (Matt Corallo)

Pull request description:

  Not an actual bug as this is only used in asserts right now, but
  nice to not have a missing lock.

Tree-SHA512: 7e542b150a0be716783e196493d239f2ad15e5376abf54b67d735dc3ef1b10849c090337b849f530c9f7497ddcfb8389b47d64a5dcf6382b7d38838f88cc1100
PastaPastaPasta pushed a commit to PastaPastaPasta/dash that referenced this pull request Sep 8, 2019
…ingQueue()

a56f8b0 Add missing lock in CScheduler::AreThreadsServicingQueue() (Matt Corallo)

Pull request description:

  Not an actual bug as this is only used in asserts right now, but
  nice to not have a missing lock.

Tree-SHA512: 7e542b150a0be716783e196493d239f2ad15e5376abf54b67d735dc3ef1b10849c090337b849f530c9f7497ddcfb8389b47d64a5dcf6382b7d38838f88cc1100
barrystyle pushed a commit to PACGlobalOfficial/PAC that referenced this pull request Jan 22, 2020
…ingQueue()

a56f8b0 Add missing lock in CScheduler::AreThreadsServicingQueue() (Matt Corallo)

Pull request description:

  Not an actual bug as this is only used in asserts right now, but
  nice to not have a missing lock.

Tree-SHA512: 7e542b150a0be716783e196493d239f2ad15e5376abf54b67d735dc3ef1b10849c090337b849f530c9f7497ddcfb8389b47d64a5dcf6382b7d38838f88cc1100
random-zebra added a commit to random-zebra/PIVX that referenced this pull request Feb 18, 2021
…background thread

6cecb7b AddToWalletIfInvolvingMe should test pIndex, not posInBlock (furszy)
73499ff Add missing lock in CScheduler::AreThreadsServicingQueue() (Matt Corallo)
6d1a60e ValidationInterface compiler warning fix (furszy)
9e523a7 Fix shutdown in case of errors during initialization (Wladimir J. van der Laan)
207c17f Expose if CScheduler is being serviced, assert its not in EmptyQueue (Matt Corallo)
64c525b Otherwise threads will try to continue modifying data structures while the dump process is being executed. (Matt Corallo)
8022463 Support more than one CScheduler thread for serial clients (Matt Corallo)
6532fca Add default arg to CScheduler to schedule() a callback now (Matt Corallo)
d583d12 Give CMainSignals a reference to the global scheduler so that it can run some signals in the background later (Matt Corallo)
c26d18c Remove unused NotifyTransactionLock signal. (furszy)
2c9de45 Remove unused UpdatedTransaction signal and connected slot. (furszy)
8f38657 make ConnectBlock static in validation.cpp (furszy)

Pull request description:

  Another step forward in the wallet signals processing in the background thread + node validation <--> wallet separation long working paths.

   Adapting:
   * bitcoin#10178
   * bitcoin#10179
   * bitcoin#10221
   * bitcoin#10914
   * bitcoin#11783
   * Plus added an extra cleanup to the validation interface removing unused `NotifyTransactionLock` signal and its respective slots.

ACKs for top commit:
  Fuzzbawls:
    ACK 6cecb7b
  random-zebra:
    ACK 6cecb7b and merging...

Tree-SHA512: ac1c128cb3e4ec47c2803da68ca4d4b16164687fc790f3cc1d0761e73bd61b4edc681e2ce045e52564dd13a8279495e9058a6aae316196bd7ad9c97a07dd0b20
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants