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

  /external/lldb/source/API/
SBHostOS.cpp 68 SBHostOS::ThreadCancel (lldb::thread_t thread, SBError *error_ptr)
70 return Host::ThreadCancel (thread, error_ptr ? error_ptr->get() : NULL);
  /external/lldb/source/Host/common/
Host.cpp 610 Host::ThreadCancel (lldb::thread_t thread, Error *error)
    [all...]

Completed in 101 milliseconds