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

  /external/chromium/base/threading/
platform_thread_posix.cc 42 bool joinable; member in struct:base::__anon2391::ThreadParams
48 if (!thread_params->joinable)
55 bool CreateThread(size_t stack_size, bool joinable,
66 // Pthreads are joinable by default, so only specify the detached attribute if
67 // the thread should be non-joinable.
68 if (!joinable) {
108 params->joinable = joinable;
203 return CreateThread(stack_size, true /* joinable thread */,
211 bool result = CreateThread(stack_size, false /* non-joinable thread */
    [all...]
platform_thread_win.cc 28 bool joinable; member in struct:base::__anon2392::ThreadParams
34 if (!thread_params->joinable)
42 // |out_thread_handle| may be NULL, in which case a non-joinable thread is
57 params->joinable = out_thread_handle != NULL;
  /external/bluetooth/glib/gthread/
gthread-win32.c 88 gboolean joinable; member in struct:_GThreadData
408 self->joinable = FALSE;
454 if (!self->joinable)
491 gboolean joinable,
508 retval->joinable = joinable;
539 g_return_if_fail (target->joinable);
  /external/bluetooth/glib/glib/
gthread.h 68 gboolean joinable; member in struct:_GThread
101 gboolean joinable,
217 #define g_thread_create(func, data, joinable, error) \
218 (g_thread_create_full (func, data, 0, joinable, FALSE, \
224 gboolean joinable,
  /external/webkit/Source/WebKit/android/nav/
CachedRoot.cpp 824 || (mType != kDrawGlyph_Type && !joinable(rect))) {
922 bool joinable(const SkIRect& rect) function in class:android::RingCheck
    [all...]

Completed in 4178 milliseconds