HomeSort by: relevance | last modified time | path
    Searched defs:set_thread_name (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
Threading.cpp 52 void llvm::set_thread_name(const Twine &Name) {} function in class:llvm
  /src/external/gpl3/gdb.old/dist/gdbsupport/
thread-pool.cc 70 set_thread_name (const char *name) function
116 #define set_thread_name(NAME) do_set_thread_name (L ## NAME) macro
121 set_thread_name (const char *name) function
223 set_thread_name ("gdb worker");
  /src/external/gpl3/gdb/dist/gdbsupport/
thread-pool.cc 70 set_thread_name (const char *name) function
116 #define set_thread_name(NAME) do_set_thread_name (L ## NAME) macro
121 set_thread_name (const char *name) function
223 set_thread_name ("gdb worker");

Completed in 17 milliseconds