Changes between Initial Version and Version 1 of Ticket #14738, comment 1
- Timestamp:
- Dec 3, 2018, 1:39:14 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14738, comment 1
initial v1 15 15 16 16 From my limited understanding, it seems the semaphore is acquired in Write() and released in WriteCallbackFunction() ? So the fact my thread remains stuck means the callback was not called, does that sound correct? How do I deal with that in my app, can I "unblock" my thread from another thread ? 17 18 EDIT: oddly, looking for other references to the callback yields nothing: http://xref.plausible.coop/source/search?q=WriteCallbackFunction&defs=&refs=&path=&hist=&type=&project=haiku 19 Is it not called by anyone?