Home
last modified time | relevance | path

Searched hist:"42274958297907618 f9ac3df199b35dd3399d114" (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/support/
H A DLocker.cpp42274958297907618f9ac3df199b35dd3399d114 Mon Dec 22 10:26:23 UTC 2014 Adrien Destugues <pulkomandy@gmail.com> BLocker: call debugger() when unlocking from another thread

BeOS did allow other threads than the owner to unlock a BLocker (the be
book says so). We did not, and silently ignored the unlock attempt in
this case, probably resulting in a deadlock of applications using the
feature.

Call debugger instead so:
* The problem is made visible for such apps
* The debugger call is continuable so the app can be run, still

Will help making a decision on what to do here (follow BeOS or change
behavior) and make a final decision for #6400.