Home
last modified time | relevance | path

Searched refs:pthread_equal (Results 1 – 18 of 18) sorted by relevance

/dragonfly/lib/libthread_xu/thread/
HDthr_equal.c43 __strong_reference(_pthread_equal, pthread_equal);
/dragonfly/crypto/libressl/ssl/
HDssl_init.c42 if (pthread_equal(pthread_self(), ssl_init_thread)) in OPENSSL_init_ssl()
/dragonfly/crypto/libressl/crypto/
HDcrypto_init.c57 if (pthread_equal(pthread_self(), crypto_init_thread)) in OPENSSL_init_crypto()
/dragonfly/contrib/gcc-4.7/libgcc/
HDgthr-posix.h119 __gthrw3(pthread_equal)
146 __gthrw(pthread_equal)
699 return __gthrw_(pthread_equal) (__t1, __t2); in __gthread_equal()
/dragonfly/contrib/gcc-8.0/libgcc/
HDgthr-posix.h107 __gthrw(pthread_equal)
704 return __gthrw_(pthread_equal) (__t1, __t2); in __gthread_equal()
/dragonfly/lib/libpthread/
HDMakefile29 pthread_equal.3 \
/dragonfly/contrib/ncurses/ncurses/tty/
HDlib_tstp.c293 if (!pthread_equal(pthread_self(), _nc_globals.read_thread)) in handle_SIGWINCH()
/dragonfly/include/
HDpthread.h196 int pthread_equal(pthread_t, pthread_t);
/dragonfly/lib/libc/include/
HDnamespace.h132 #define pthread_equal _pthread_equal macro
HDun-namespace.h113 #undef pthread_equal
/dragonfly/lib/libthread_xu/
HDpthread.map255 pthread_equal;
/dragonfly/lib/libc/gen/
HD_pthread_stubs.c105 WR(stub_equal, pthread_equal);
HDSymbol.map73 pthread_equal;
/dragonfly/contrib/ncurses/ncurses/base/
HDlib_mouse.c1039 if ((pthread_self) && (pthread_kill) && (pthread_equal)) in decode_xterm_X10()
1094 if ((pthread_self) && (pthread_kill) && (pthread_equal)) in decode_xterm_1005()
1178 if ((pthread_self) && (pthread_kill) && (pthread_equal)) in read_SGR()
HDlib_getch.c308 if ((pthread_self) && (pthread_kill) && (pthread_equal)) in fifo_push()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
Dthread279 // pthread_equal is undefined if either thread ID is not valid, so we
/dragonfly/crypto/libressl/crypto/err/
HDerr.c676 if (pthread_equal(pthread_self(), err_init_thread)) in ERR_load_ERR_strings()
/dragonfly/contrib/ncurses/ncurses/
HDcurses.priv.h613 weak_symbol(pthread_equal);
642 weak_symbol(pthread_equal);