Searched refs:pthread_equal (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | privileges.c | 69 VERIFY3S(pthread_equal(pthread_self(), priv_thread), !=, 0); in illumos_priv_reduce() 78 VERIFY3S(pthread_equal(pthread_self(), priv_thread), !=, 0); in illumos_priv_add_set() 161 VERIFY3S(pthread_equal(pthread_self(), priv_thread), !=, 0); in illumos_priv_lock()
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | c11_thr.c | 225 return (pthread_equal(t1, t2)); in thrd_equal()
|
H A D | pthread.c | 220 pthread_equal(pthread_t t1, pthread_t t2) in pthread_equal() function
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | k5-thread.h | 465 # pragma weak pthread_equal macro 552 ? ASSERT(pthread_equal((M)->owner, pthread_self())) \
|
/illumos-gate/usr/src/head/ |
H A D | pthread.h | 245 extern int pthread_equal(pthread_t, pthread_t);
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | threads.c | 147 || &pthread_equal == 0 in krb5int_pthread_loaded()
|
/illumos-gate/usr/src/lib/libpthread/common/ |
H A D | mapfile-vers | 174 pthread_equal { TYPE = FUNCTION };
|
/illumos-gate/usr/src/lib/libthread/common/ |
H A D | mapfile-vers | 181 pthread_equal { TYPE = FUNCTION };
|
/illumos-gate/usr/src/lib/c_synonyms/ |
H A D | syn_common | 634 pthread_equal
|
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | door.c | 1271 if (pthread_equal(thr->thr_id, tid)) { in match_entry()
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | restarter.c | 199 !pthread_equal(inst->ri_method_thread, pthread_self())) { in inst_lookup_by_id()
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1750 pthread_equal;
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 338 pthread_equal.3c \
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 927 file path=usr/share/man/man3c/pthread_equal.3c
|