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

  /external/libchrome/base/threading/
simple_thread.h 81 bool joinable = true; member in struct:base::SimpleThread::Options
123 // A SimpleThread which delegates Run() to its Delegate. Non-joinable
platform_thread_posix.cc 41 : delegate(NULL), joinable(false), priority(ThreadPriority::NORMAL) {}
44 bool joinable; member in struct:base::__anon24370::ThreadParams
56 if (!thread_params->joinable)
82 bool joinable,
92 // Pthreads are joinable by default, so only specify the detached
93 // attribute if the thread should be non-joinable.
94 if (!joinable)
106 params->joinable = joinable;
191 return CreateThread(stack_size, true /* joinable thread */, delegate
    [all...]
thread.h 89 // semantics. Non-joinable threads can't be joined (must be leaked and
91 // TODO(gab): allow non-joinable instances to be deleted without causing
93 bool joinable = true; member in struct:base::Thread::Options
287 // Mirrors the Options::joinable field used to start this thread. Verified
288 // on Stop() -- non-joinable threads can't be joined (must be leaked).
  /external/guice/extensions/persist/lib/
hibernate-entitymanager.jar 
hibernate3.jar 

Completed in 810 milliseconds