Changes between Initial Version and Version 1 of Ticket #14738, comment 1


Ignore:
Timestamp:
Dec 3, 2018, 1:39:14 PM (5 years ago)
Author:
ttcoder

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14738, comment 1

    initial v1  
    1515
    1616From 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
     18EDIT: 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
     19Is it not called by anyone?