/netbsd-src/lib/librumpuser/ |
H A D | rumpfiber.c | 300 join_thread(struct thread *joinable) in join_thread() argument 305 assert(joinable->flags & THREAD_MUSTJOIN); in join_thread() 308 while (! (joinable->flags & THREAD_JOINED)) { in join_thread() 311 jw.jw_wanted = joinable; in join_thread() 319 assert(joinable->flags & THREAD_JOINED); in join_thread() 320 joinable->flags &= ~THREAD_MUSTJOIN; in join_thread() 322 wake(joinable); in join_thread() 641 int joinable, int pri, int cpuidx, void **tptr) in rumpuser_thread_create() argument 655 if (thr && joinable) in rumpuser_thread_create()
|
H A D | rumpuser_pth.c | 56 int joinable, int priority, int cpuidx, void **ptcookie) in rumpuser_thread_create() argument 66 if (joinable) { in rumpuser_thread_create() 93 if (joinable) { in rumpuser_thread_create()
|
H A D | rumpuser_pth_dummy.c | 71 int joinable, int pri, int cpuidx, void **tptr) in rumpuser_thread_create() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | thread | 156 if (joinable()) 169 if (joinable()) 180 joinable() const noexcept 193 /** @pre thread is joinable 459 if (joinable()) 484 joinable() const noexcept 486 return _M_thread.joinable();
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | std_thread.h | 171 if (joinable()) in _GLIBCXX_VISIBILITY() 184 if (joinable()) in _GLIBCXX_VISIBILITY() 195 joinable() const noexcept in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | thread | 120 * Unlike `std::thread`, destroying a joinable `std::jthread` will not 156 if (joinable()) 181 joinable() const noexcept 183 return _M_thread.joinable();
|
/netbsd-src/games/sail/ |
H A D | pl_7.c | 1261 static int joinable[NSCENE]; variable 1328 prev = joinable[joinpos]; in checkforgames() 1341 joinable[numjoinable++] = i; in checkforgames() 1385 sc = joinable[i]; in drawstartmenus() 1483 game = joinable[joinpos]; in startup()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | thread | 38 bool joinable() const noexcept; 262 bool joinable() const _NOEXCEPT {return !__libcpp_thread_isnull(&__t_);}
|
/netbsd-src/external/bsd/openldap/dist/ |
H A D | configure | 17905 /* it should remain joinable and hence detachable */ 17987 /* it should remain joinable and hence detachable */ 18090 /* it should remain joinable and hence detachable */ 18172 /* it should remain joinable and hence detachable */ 18280 /* it should remain joinable and hence detachable */ 18362 /* it should remain joinable and hence detachable */ 18470 /* it should remain joinable and hence detachable */ 18552 /* it should remain joinable and hence detachable */ 18660 /* it should remain joinable and hence detachable */ 18742 /* it should remain joinable and hence detachable */ [all …]
|
/netbsd-src/external/bsd/libevent/dist/m4/ |
H A D | acx_pthread.m4 | 229 AC_MSG_CHECKING([for joinable pthread attribute])
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/ |
H A D | executor | 889 if (_M_thread.joinable()) 902 bool joinable() const { return false; } 945 if (!_M_thread.joinable())
|
/netbsd-src/external/bsd/unbound/dist/ |
H A D | ax_pthread.m4 | 254 AC_MSG_CHECKING([for joinable pthread attribute])
|
/netbsd-src/external/gpl3/gdb.old/dist/config/ |
H A D | ax_pthread.m4 | 404 AC_CACHE_CHECK([for joinable pthread attribute],
|
/netbsd-src/external/gpl3/binutils/dist/config/ |
H A D | ax_pthread.m4 | 404 AC_CACHE_CHECK([for joinable pthread attribute],
|
/netbsd-src/external/gpl3/gcc/dist/config/ |
H A D | ax_pthread.m4 | 404 AC_CACHE_CHECK([for joinable pthread attribute],
|
/netbsd-src/external/gpl3/gdb/dist/config/ |
H A D | ax_pthread.m4 | 404 AC_CACHE_CHECK([for joinable pthread attribute],
|
/netbsd-src/sys/external/isc/libsodium/dist/m4/ |
H A D | ax_pthread.m4 | 404 AC_CACHE_CHECK([for joinable pthread attribute],
|
/netbsd-src/external/gpl3/gcc.old/dist/config/ |
H A D | ax_pthread.m4 | 404 AC_CACHE_CHECK([for joinable pthread attribute],
|
/netbsd-src/external/gpl3/binutils.old/dist/config/ |
H A D | ax_pthread.m4 | 404 AC_CACHE_CHECK([for joinable pthread attribute],
|
/netbsd-src/external/mit/libuv/dist/m4/ |
H A D | ax_pthread.m4 | 404 AC_CACHE_CHECK([for joinable pthread attribute],
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/ |
H A D | executor | 881 if (_M_thread.joinable()) 922 if (!_M_thread.joinable())
|
/netbsd-src/external/mpl/bind/dist/m4/ |
H A D | ax_pthread.m4 | 432 AC_CACHE_CHECK([for joinable pthread attribute],
|
/netbsd-src/external/bsd/openldap/dist/build/ |
H A D | openldap.m4 | 346 /* it should remain joinable and hence detachable */
|
/netbsd-src/external/lgpl3/mpfr/dist/m4/ |
H A D | ax_pthread.m4 | 430 AC_CACHE_CHECK([for joinable pthread attribute],
|
/netbsd-src/external/bsd/ntp/dist/sntp/m4/ |
H A D | openldap.m4 | 653 /* it should remain joinable and hence detachable */
|