Home
last modified time | relevance | path

Searched refs:joinable (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/lib/librumpuser/
H A Drumpfiber.c300 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 Drumpuser_pth.c56 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 Drumpuser_pth_dummy.c71 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 Dthread156 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 Dstd_thread.h171 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 Dthread120 * 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 Dpl_7.c1261 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 Dthread38 bool joinable() const noexcept;
262 bool joinable() const _NOEXCEPT {return !__libcpp_thread_isnull(&__t_);}
/netbsd-src/external/bsd/openldap/dist/
H A Dconfigure17905 /* 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 Dacx_pthread.m4229 AC_MSG_CHECKING([for joinable pthread attribute])
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dexecutor889 if (_M_thread.joinable())
902 bool joinable() const { return false; }
945 if (!_M_thread.joinable())
/netbsd-src/external/bsd/unbound/dist/
H A Dax_pthread.m4254 AC_MSG_CHECKING([for joinable pthread attribute])
/netbsd-src/external/gpl3/gdb.old/dist/config/
H A Dax_pthread.m4404 AC_CACHE_CHECK([for joinable pthread attribute],
/netbsd-src/external/gpl3/binutils/dist/config/
H A Dax_pthread.m4404 AC_CACHE_CHECK([for joinable pthread attribute],
/netbsd-src/external/gpl3/gcc/dist/config/
H A Dax_pthread.m4404 AC_CACHE_CHECK([for joinable pthread attribute],
/netbsd-src/external/gpl3/gdb/dist/config/
H A Dax_pthread.m4404 AC_CACHE_CHECK([for joinable pthread attribute],
/netbsd-src/sys/external/isc/libsodium/dist/m4/
H A Dax_pthread.m4404 AC_CACHE_CHECK([for joinable pthread attribute],
/netbsd-src/external/gpl3/gcc.old/dist/config/
H A Dax_pthread.m4404 AC_CACHE_CHECK([for joinable pthread attribute],
/netbsd-src/external/gpl3/binutils.old/dist/config/
H A Dax_pthread.m4404 AC_CACHE_CHECK([for joinable pthread attribute],
/netbsd-src/external/mit/libuv/dist/m4/
H A Dax_pthread.m4404 AC_CACHE_CHECK([for joinable pthread attribute],
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dexecutor881 if (_M_thread.joinable())
922 if (!_M_thread.joinable())
/netbsd-src/external/mpl/bind/dist/m4/
H A Dax_pthread.m4432 AC_CACHE_CHECK([for joinable pthread attribute],
/netbsd-src/external/bsd/openldap/dist/build/
H A Dopenldap.m4346 /* it should remain joinable and hence detachable */
/netbsd-src/external/lgpl3/mpfr/dist/m4/
H A Dax_pthread.m4430 AC_CACHE_CHECK([for joinable pthread attribute],
/netbsd-src/external/bsd/ntp/dist/sntp/m4/
H A Dopenldap.m4653 /* it should remain joinable and hence detachable */

12