HomeSort by relevance Sort by last modified time
    Searched defs:eBroadcastBitReadThreadDidExit (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/API/
SBCommunication.h 24 eBroadcastBitReadThreadDidExit = (1 << 2), ///< Sent by the read thread when it exits to inform clients.
  /external/lldb/include/lldb/Core/
Communication.h 79 /// eBroadcastBitReadThreadDidExit event will be broadcast. Clients
89 eBroadcastBitReadThreadDidExit = (1 << 2), ///< Sent by the read thread when it exits to inform clients.

Completed in 70 milliseconds