Searched refs:pthread_equal (Results 1 – 18 of 18) sorted by relevance
| /dragonfly/lib/libthread_xu/thread/ |
| HD | thr_equal.c | 43 __strong_reference(_pthread_equal, pthread_equal);
|
| /dragonfly/crypto/libressl/ssl/ |
| HD | ssl_init.c | 42 if (pthread_equal(pthread_self(), ssl_init_thread)) in OPENSSL_init_ssl()
|
| /dragonfly/crypto/libressl/crypto/ |
| HD | crypto_init.c | 57 if (pthread_equal(pthread_self(), crypto_init_thread)) in OPENSSL_init_crypto()
|
| /dragonfly/contrib/gcc-4.7/libgcc/ |
| HD | gthr-posix.h | 119 __gthrw3(pthread_equal) 146 __gthrw(pthread_equal) 699 return __gthrw_(pthread_equal) (__t1, __t2); in __gthread_equal()
|
| /dragonfly/contrib/gcc-8.0/libgcc/ |
| HD | gthr-posix.h | 107 __gthrw(pthread_equal) 704 return __gthrw_(pthread_equal) (__t1, __t2); in __gthread_equal()
|
| /dragonfly/lib/libpthread/ |
| HD | Makefile | 29 pthread_equal.3 \
|
| /dragonfly/contrib/ncurses/ncurses/tty/ |
| HD | lib_tstp.c | 293 if (!pthread_equal(pthread_self(), _nc_globals.read_thread)) in handle_SIGWINCH()
|
| /dragonfly/include/ |
| HD | pthread.h | 196 int pthread_equal(pthread_t, pthread_t);
|
| /dragonfly/lib/libc/include/ |
| HD | namespace.h | 132 #define pthread_equal _pthread_equal macro
|
| HD | un-namespace.h | 113 #undef pthread_equal
|
| /dragonfly/lib/libthread_xu/ |
| HD | pthread.map | 255 pthread_equal;
|
| /dragonfly/lib/libc/gen/ |
| HD | _pthread_stubs.c | 105 WR(stub_equal, pthread_equal);
|
| HD | Symbol.map | 73 pthread_equal;
|
| /dragonfly/contrib/ncurses/ncurses/base/ |
| HD | lib_mouse.c | 1039 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()
|
| HD | lib_getch.c | 308 if ((pthread_self) && (pthread_kill) && (pthread_equal)) in fifo_push()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| D | thread | 279 // pthread_equal is undefined if either thread ID is not valid, so we
|
| /dragonfly/crypto/libressl/crypto/err/ |
| HD | err.c | 676 if (pthread_equal(pthread_self(), err_init_thread)) in ERR_load_ERR_strings()
|
| /dragonfly/contrib/ncurses/ncurses/ |
| HD | curses.priv.h | 613 weak_symbol(pthread_equal); 642 weak_symbol(pthread_equal);
|