HomeSort by relevance Sort by last modified time
    Searched full:joinable (Results 26 - 50 of 76) sorted by null

12 3 4

  /external/libchrome/crypto/
openssl_util.cc 33 // - it is used from a non-joinable worker thread that is not stopped on
  /libcore/ojluni/src/main/java/javax/sql/rowset/
package.html 278 <li><b>3.7 The Joinable Interface</b>
280 The <code>Joinable</code> interface provides both connected and disconnected
283 A <code>RowSet</code> object that has implemented the <code>Joinable</code>
  /external/libchrome/base/memory/
singleton.h 67 // Set to false to disallow access on a non-joinable thread. This is
69 // access on non-joinable threads, and gracefully handles this.
  /external/libcxx/include/
thread 41 bool joinable() const noexcept;
299 bool joinable() const _NOEXCEPT {return __t_ != 0;}
  /external/valgrind/drd/
drd_pthread_intercepts.c 396 * Tell DRD whether 'tid' is a joinable thread or a detached thread.
398 static void DRD_(set_joinable)(const pthread_t tid, const int joinable)
400 assert(joinable == 0 || joinable == 1);
402 tid, joinable, 0, 0, 0);
548 * Find out whether the thread will be started as a joinable thread
550 * this means that the new thread will be started as a joinable thread.
604 * Find out whether the thread will be started as a joinable thread
    [all...]
drd_thread.c 545 * joinable threads, not for detached threads.
564 * POSIX thread ID associated with the detached thread. For joinable
627 /** Returns true for joinable threads and false for detached threads. */
635 /** Store the thread mode: joinable or detached. */
642 void DRD_(thread_set_joinable)(const DrdThreadId tid, const Bool joinable)
646 tl_assert((!! joinable) == joinable);
649 DRD_(g_threadinfo)[tid].detached_posix_thread = ! joinable;
    [all...]
drd_thread.h 170 void DRD_(thread_set_joinable)(const DrdThreadId tid, const Bool joinable);
227 * - The ID refers either to a thread known by the Valgrind core, a joinable
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
thread 41 bool joinable() const noexcept;
296 bool joinable() const _NOEXCEPT {return __t_ != 0;}
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
thread 41 bool joinable() const noexcept;
296 bool joinable() const _NOEXCEPT {return __t_ != 0;}
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h 28 ThreadStatusFinished, // Joinable thread is finished but not yet joined.
  /external/libchrome/base/
sequenced_task_runner.h 88 // - A SequencedTaskRunner that, for each task, spawns a joinable
task_runner.h 54 // - A TaskRunner that, for each task, spawns a non-joinable thread
  /external/libchrome/base/threading/
worker_pool_posix.cc 102 // The WorkerThread is non-joinable, so it deletes itself.
  /external/ImageMagick/m4/
ax_pthread.m4 253 # Detect AIX lossage: JOINABLE attribute is called UNDETACHED.
254 AC_MSG_CHECKING([for joinable pthread attribute])
  /external/avahi/common/
acx_pthread.m4 195 # Detect AIX lossage: JOINABLE attribute is called UNDETACHED.
196 AC_MSG_CHECKING([for joinable pthread attribute])
  /external/google-breakpad/m4/
ax_pthread.m4 232 # Detect AIX lossage: JOINABLE attribute is called UNDETACHED.
233 AC_MSG_CHECKING([for joinable pthread attribute])
  /external/google-breakpad/src/testing/gtest/m4/
acx_pthread.m4 205 # Detect AIX lossage: JOINABLE attribute is called UNDETACHED.
206 AC_MSG_CHECKING([for joinable pthread attribute])
  /external/harfbuzz_ng/m4/
ax_pthread.m4 239 # Detect AIX lossage: JOINABLE attribute is called UNDETACHED.
240 AC_MSG_CHECKING([for joinable pthread attribute])
  /external/libmicrohttpd/m4/
ax_pthread.m4 253 # Detect AIX lossage: JOINABLE attribute is called UNDETACHED.
254 AC_MSG_CHECKING([for joinable pthread attribute])
  /external/mesa3d/m4/
ax_pthread.m4 239 # Detect AIX lossage: JOINABLE attribute is called UNDETACHED.
240 AC_MSG_CHECKING([for joinable pthread attribute])
  /external/pcre/dist/m4/
ax_pthread.m4 239 # Detect AIX lossage: JOINABLE attribute is called UNDETACHED.
240 AC_MSG_CHECKING([for joinable pthread attribute])
  /external/protobuf/gtest/m4/
acx_pthread.m4 205 # Detect AIX lossage: JOINABLE attribute is called UNDETACHED.
206 AC_MSG_CHECKING([for joinable pthread attribute])
  /external/protobuf/m4/
acx_pthread.m4 205 # Detect AIX lossage: JOINABLE attribute is called UNDETACHED.
206 AC_MSG_CHECKING([for joinable pthread attribute])
  /external/vulkan-validation-layers/tests/gtest-1.7.0/m4/
acx_pthread.m4 205 # Detect AIX lossage: JOINABLE attribute is called UNDETACHED.
206 AC_MSG_CHECKING([for joinable pthread attribute])
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 349 /* Joinable structures below */

Completed in 640 milliseconds

12 3 4