HomeSort by: relevance | last modified time | path
    Searched refs:joinable (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/unittests/
main-thread-selftests.c 57 if (thread.joinable ())
  /src/external/gpl3/gdb/dist/gdb/unittests/
main-thread-selftests.c 57 if (thread.joinable ())
  /src/crypto/external/apache2/openssl/dist/crypto/thread/
arch.c 14 void *data, int joinable)
34 handle->joinable = joinable;
  /src/crypto/external/apache2/openssl/dist/include/internal/
thread_arch.h 80 int joinable; member in struct:crypto_thread_st
116 void *data, int joinable);
  /src/lib/librumpuser/
rumpfiber.c 271 /* if joinable, gate until we are allowed to exit */
300 join_thread(struct thread *joinable)
305 assert(joinable->flags & THREAD_MUSTJOIN);
308 while (! (joinable->flags & THREAD_JOINED)) {
311 jw.jw_wanted = joinable;
319 assert(joinable->flags & THREAD_JOINED);
320 joinable->flags &= ~THREAD_MUSTJOIN;
322 wake(joinable);
641 int joinable, int pri, int cpuidx, void **tptr)
655 if (thr && joinable)
    [all...]
rumpuser_pth.c 56 int joinable, int priority, int cpuidx, void **ptcookie)
66 if (joinable) {
93 if (joinable) {
rumpuser_pth_dummy.c 71 int joinable, int pri, int cpuidx, void **tptr)
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
std_thread.h 69 * is *joinable*. Joining a thread waits for it to finish executing,
72 * A `std::thread` cannot be copied, but can be moved. Moving a joinable
75 * A joinable `std::thread` must be explicitly joined (or detached) before
76 * it is destroyed or assigned to. Attempting to destroy a joinable thread
181 if (joinable())
194 if (joinable())
205 joinable() const noexcept
218 /** @pre thread is joinable
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
std_thread.h 65 * is *joinable*. Joining a thread waits for it to finish executing,
68 * A `std::thread` cannot be copied, but can be moved. Moving a joinable
71 * A joinable `std::thread` must be explicitly joined (or detached) before
72 * it is destroyed or assigned to. Attempting to destroy a joinable thread
171 if (joinable())
184 if (joinable())
195 joinable() const noexcept
208 /** @pre thread is joinable
  /src/external/bsd/libevent/dist/m4/
acx_pthread.m4 228 # Detect AIX lossage: JOINABLE attribute is called UNDETACHED.
229 AC_MSG_CHECKING([for joinable pthread attribute])
  /src/external/bsd/ntp/dist/sntp/libevent/m4/
acx_pthread.m4 228 # Detect AIX lossage: JOINABLE attribute is called UNDETACHED.
229 AC_MSG_CHECKING([for joinable pthread attribute])
  /src/crypto/external/apache2/openssl/dist/crypto/thread/arch/
thread_posix.c 46 if (!thread->joinable)
  /src/games/sail/
pl_7.c 1261 static int joinable[NSCENE]; variable
1328 prev = joinable[joinpos];
1341 joinable[numjoinable++] = i;
1385 sc = joinable[i];
1483 game = joinable[joinpos];
  /src/external/bsd/ntp/dist/sntp/
configure 10532 /* it should remain joinable and hence detachable */
10616 /* it should remain joinable and hence detachable */
10722 /* it should remain joinable and hence detachable */
10806 /* it should remain joinable and hence detachable */
10917 /* it should remain joinable and hence detachable */
11001 /* it should remain joinable and hence detachable */
11112 /* it should remain joinable and hence detachable */
11196 /* it should remain joinable and hence detachable */
11307 /* it should remain joinable and hence detachable */
11391 /* it should remain joinable and hence detachable *
    [all...]
  /src/external/bsd/openldap/dist/
configure 18688 /* it should remain joinable and hence detachable */
18798 /* it should remain joinable and hence detachable */
18889 /* it should remain joinable and hence detachable */
19004 /* it should remain joinable and hence detachable */
19095 /* it should remain joinable and hence detachable */
19210 /* it should remain joinable and hence detachable */
19301 /* it should remain joinable and hence detachable */
19416 /* it should remain joinable and hence detachable */
19507 /* it should remain joinable and hence detachable */
19622 /* it should remain joinable and hence detachable *
    [all...]
  /src/external/bsd/ntp/dist/
configure 19931 /* it should remain joinable and hence detachable */
20015 /* it should remain joinable and hence detachable */
20121 /* it should remain joinable and hence detachable */
20205 /* it should remain joinable and hence detachable */
20316 /* it should remain joinable and hence detachable */
20400 /* it should remain joinable and hence detachable */
20511 /* it should remain joinable and hence detachable */
20595 /* it should remain joinable and hence detachable */
20706 /* it should remain joinable and hence detachable */
20790 /* it should remain joinable and hence detachable *
    [all...]

Completed in 51 milliseconds