StackOverflow Questions for Tag: std-call-once

user26862880
user26862880

Reputation: 33

Why std::call_once deduction failed and the error is "couldn’t deduce template parameter ‘_Callable’ "

Score: 3

Views: 84

Answers: 1

Read More
Casey
Casey

Reputation: 10946

Can std::call_once be reset?

Score: 6

Views: 2865

Answers: 2

Read More
Dark Sorrow
Dark Sorrow

Reputation: 1937

Get Status if std::call_once has been executed?

Score: 2

Views: 387

Answers: 1

Read More
Haopeng
Haopeng

Reputation: 1

Why does libc++ call_once uses a shared mutex for all calls?

Score: 0

Views: 163

Answers: 1

Read More
Enlico
Enlico

Reputation: 28460

I can't reproduce the function memoization from Functional Programming in C++

Score: 3

Views: 85

Answers: 1

Read More
longack
longack

Reputation: 115

call_once throw exception with error code -1

Score: 3

Views: 170

Answers: 0

Read More
Abhinav Singh
Abhinav Singh

Reputation: 312

Thread Join hangs while using `std::call_once`

Score: 0

Views: 128

Answers: 1

Read More
Problem Sir
Problem Sir

Reputation: 45

Why std::call_once behave different in joined and detached threads?

Score: 1

Views: 189

Answers: 2

Read More
Irinel Iovan
Irinel Iovan

Reputation: 895

Execute a function only once insider a loop that is called at each 0.1 seconds c++

Score: 0

Views: 1074

Answers: 1

Read More
jfMR
jfMR

Reputation: 24778

Initialising with std::call_once() in a multithreading environment

Score: 2

Views: 2094

Answers: 1

Read More
ark1974
ark1974

Reputation: 655

Realize a singleton-like functionality using std::call_once

Score: 0

Views: 311

Answers: 1

Read More
einpoklum
einpoklum

Reputation: 131970

Double-check lock pattern - capture in lambda passed to call_once

Score: 5

Views: 310

Answers: 1

Read More
PreviousPage 1Next