Searched refs:pthread_equal (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_equal.c48 ATF_TC(pthread_equal); variable
49 ATF_TC_HEAD(pthread_equal, tc)
51 atf_tc_set_md_var(tc, "descr", "A test of pthread_equal(3)");
54 ATF_TC_BODY(pthread_equal, tc)
61 ATF_REQUIRE(pthread_equal(t1, t1) != 0);
62 ATF_REQUIRE(pthread_equal(t2, t2) != 0);
63 ATF_REQUIRE(pthread_equal(t1, t2) == 0);
71 ATF_TP_ADD_TC(tp, pthread_equal);
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_equal.c40 __weak_reference(_thr_equal, pthread_equal);
/freebsd-13-stable/lib/libstdthreads/
H A Dthrd.c96 return (pthread_equal(thr0, thr1));
/freebsd-13-stable/contrib/ofed/opensm/complib/
H A Dcl_thread.c139 return (pthread_equal(current, p_thread->osd.id));
/freebsd-13-stable/crypto/openssl/crypto/
H A Dthreads_pthread.c160 return pthread_equal(a, b);
/freebsd-13-stable/cddl/contrib/opensolaris/head/
H A Dthread.h48 #define thr_equal(a,b) pthread_equal(a,b)
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h152 #define pthread_equal _pthread_equal macro
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h135 #define pthread_equal _pthread_equal macro
H A Dun-namespace.h116 #undef pthread_equal macro
/freebsd-13-stable/include/
H A Dpthread.h216 int pthread_equal(pthread_t, pthread_t);
/freebsd-13-stable/contrib/apr/threadproc/unix/
H A Dthread.c199 return pthread_equal(tid1, tid2);
/freebsd-13-stable/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c293 if (!pthread_equal(pthread_self(), _nc_globals.read_thread))
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c1039 if ((pthread_self) && (pthread_kill) && (pthread_equal))
1094 if ((pthread_self) && (pthread_kill) && (pthread_equal))
1178 if ((pthread_self) && (pthread_kill) && (pthread_equal))
H A Dlib_getch.c308 if ((pthread_self) && (pthread_kill) && (pthread_equal))
/freebsd-13-stable/lib/libc/gen/
H A D_pthread_stubs.c281 STUB_FUNC2(pthread_equal, PJT_EQUAL, int, void *, void *)
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h270 #define MUTEX_HELD(mp) pthread_equal((mp)->m_owner, pthread_self())
298 #define RW_WRITE_HELD(rw) pthread_equal((rw)->rw_owner, pthread_self())
/freebsd-13-stable/share/man/man3/
H A DMakefile394 pthread_equal.3 \
/freebsd-13-stable/contrib/jemalloc/src/
H A Dbackground_thread.c523 assert(pthread_equal(pthread_self(),
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c1254 if ((pthread_self) && (pthread_kill) && (pthread_equal))
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2079 GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self()))
2091 // ID and is therefore safe to inspect (e.g., to use in pthread_equal()). All
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 622 milliseconds