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

  /src/external/gpl3/gdb.old/dist/gdbsupport/
thread-pool.h 123 There is a single global thread pool, see g_thread_pool. Tasks can
130 static thread_pool *g_thread_pool; member in class:gdb::thread_pool
thread-pool.cc 141 thread_pool *thread_pool::g_thread_pool = new thread_pool (); member in class:gdb::thread_pool
148 case -- see the comment by the definition of g_thread_pool. */
  /src/external/gpl3/gdb/dist/gdbsupport/
thread-pool.h 123 There is a single global thread pool, see g_thread_pool. Tasks can
130 static thread_pool *g_thread_pool; member in class:gdb::thread_pool
thread-pool.cc 141 thread_pool *thread_pool::g_thread_pool = new thread_pool (); member in class:gdb::thread_pool
148 case -- see the comment by the definition of g_thread_pool. */

Completed in 58 milliseconds