StackOverflow Questions for Tag: scoped-lock

RyanChen.YLC
RyanChen.YLC

Reputation: 87

scoped_lock inside lock_guard, is it redundant?

Score: 0

Views: 124

Answers: 1

Read More
user2138149
user2138149

Reputation: 17314

C++ std::scoped_lock: What happens if the lock blocks?

Score: 1

Views: 2157

Answers: 1

Read More
xiaowangzhixiao
xiaowangzhixiao

Reputation: 55

How to understand destructor of scoped_lock?Does cppreference make a mistake?

Score: 4

Views: 310

Answers: 1

Read More
hemanths
hemanths

Reputation: 61

C++ std::scoped_lock allows nesting

Score: 0

Views: 364

Answers: 0

Read More
Fareanor
Fareanor

Reputation: 6805

std::scoped_lock behaviour with a single mutex

Score: 5

Views: 1355

Answers: 3

Read More
Troskyvs
Troskyvs

Reputation: 8087

Why c++11 std::lock and std::scoped_lock need at least 2 parameters?

Score: 0

Views: 816

Answers: 1

Read More
pidgun
pidgun

Reputation: 123

Can compiled reorder operations when std::scoped_lock is used inside new scope

Score: 0

Views: 94

Answers: 0

Read More
Antonio Santoro
Antonio Santoro

Reputation: 917

Running a packaged_task after extracting it from a queue in mutual exclusion using a scoped_lock

Score: 0

Views: 52

Answers: 0

Read More
Kai Petzke
Kai Petzke

Reputation: 2984

Can scoped_lock lock a shared_mutex in read mode?

Score: 25

Views: 5752

Answers: 2

Read More
Joe Wilcoxson
Joe Wilcoxson

Reputation: 1500

Boost Mutex Scoped Lock

Score: 18

Views: 59387

Answers: 2

Read More
Mercer
Mercer

Reputation: 147

Using the same mutex for unique_lock and scoped_lock

Score: 2

Views: 1122

Answers: 0

Read More
Nikola
Nikola

Reputation: 61

Unexplained behavior boost::scoped_lock

Score: 1

Views: 522

Answers: 2

Read More
Patrizio Bertoni
Patrizio Bertoni

Reputation: 2732

boost::scoped_lock RAII behaviour

Score: 2

Views: 443

Answers: 3

Read More
Viktor
Viktor

Reputation: 3335

Will boost::recursive_mutex::scoped_locks destructor reference an unlocked mutex?

Score: 1

Views: 879

Answers: 1

Read More
thenail
thenail

Reputation: 438

boost::interprocess::scoped_lock application crash inside lock

Score: 7

Views: 3301

Answers: 1

Read More
rahman
rahman

Reputation: 4948

boost::scoped_lock not working (for me)

Score: 0

Views: 258

Answers: 1

Read More
wakensky
wakensky

Reputation: 43

when will a std::lock_guard got locked?

Score: 0

Views: 73

Answers: 0

Read More
linello
linello

Reputation: 8714

Boost::thread, glut and data sharing

Score: 1

Views: 409

Answers: 1

Read More
ST3
ST3

Reputation: 8946

C++ boost thread and mutex

Score: 1

Views: 6135

Answers: 1

Read More
RLT
RLT

Reputation: 4287

creating scoped_lock for 200 ms max

Score: 0

Views: 70

Answers: 1

Read More
PreviousPage 1Next