Home
last modified time | relevance | path

Searched refs:pth (Results 1 – 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/gcclibs/libmudflap/
DMakefile.am40 rm -f pth/*.o pth/*.lo
42 pth/mf-runtime.lo: mf-runtime.c mf-runtime.h mf-impl.h
44 pth/mf-heuristics.lo: mf-heuristics.c mf-runtime.h mf-impl.h
46 pth/mf-hooks1.lo: mf-hooks1.c mf-runtime.h mf-impl.h
48 pth/mf-hooks2.lo: mf-hooks2.c mf-runtime.h mf-impl.h
50 pth/mf-hooks3.lo: mf-hooks3.c mf-runtime.h mf-impl.h
56 pth/mf-runtime.lo \
57 pth/mf-heuristics.lo \
58 pth/mf-hooks1.lo \
59 pth/mf-hooks2.lo \
[all …]
DMakefile.in247 pth/mf-runtime.lo \
248 pth/mf-heuristics.lo \
249 pth/mf-hooks1.lo \
250 pth/mf-hooks2.lo \
251 pth/mf-hooks3.lo
852 rm -f pth/*.o pth/*.lo
854 pth/mf-runtime.lo: mf-runtime.c mf-runtime.h mf-impl.h
856 pth/mf-heuristics.lo: mf-heuristics.c mf-runtime.h mf-impl.h
858 pth/mf-hooks1.lo: mf-hooks1.c mf-runtime.h mf-impl.h
860 pth/mf-hooks2.lo: mf-hooks2.c mf-runtime.h mf-impl.h
[all …]
Dconfigure.ac112 if test ! -d pth
115 mkdir pth
Dconfigure6338 if test ! -d pth
6341 mkdir pth
DChangeLog947 from objects built into ./pth/.
/freebsd-12-stable/sys/contrib/alpine-hal/eth/
Dal_hal_eth_main.c3606 reg = al_reg_read32(&adapter->ec_regs_base->pth.system_time_subseconds_msb); in al_eth_pth_systime_read()
3608 reg = al_reg_read32(&adapter->ec_regs_base->pth.system_time_seconds); in al_eth_pth_systime_read()
3624 al_reg_write32(&adapter->ec_regs_base->pth.clock_period_lsb, reg); in al_eth_pth_clk_period_write()
3626 al_reg_write32(&adapter->ec_regs_base->pth.clock_period_msb, reg); in al_eth_pth_clk_period_write()
3637 reg = al_reg_read32(&adapter->ec_regs_base->pth.int_update_ctrl); in al_eth_pth_int_update_config()
3650 al_reg_write32(&adapter->ec_regs_base->pth.int_update_ctrl, reg); in al_eth_pth_int_update_config()
3659 al_reg_write32(&adapter->ec_regs_base->pth.int_update_seconds, in al_eth_pth_int_update_time_set()
3663 al_reg_write32(&adapter->ec_regs_base->pth.int_update_subseconds_lsb, in al_eth_pth_int_update_time_set()
3666 al_reg_write32(&adapter->ec_regs_base->pth.int_update_subseconds_msb, in al_eth_pth_int_update_time_set()
3678 reg = al_reg_read32(&adapter->ec_regs_base->pth.int_update_ctrl); in al_eth_pth_ext_update_config()
[all …]
Dal_hal_eth_ec_regs.h1025 struct al_ec_pth pth; /* [0x1d00] */ member
/freebsd-12-stable/contrib/ntp/sntp/m4/
Dopenldap-thread-check.m428 auto, [auto nt posix mach pth lwp yes no manual] )
485 case $ol_with_threads in auto | yes | pth)
487 AC_CHECK_HEADERS(pth.h)
490 AC_CHECK_LIB(pth, pth_version, [have_pth=yes], [have_pth=no])
495 ol_link_threads=pth
/freebsd-12-stable/usr.bin/sort/
Dradixsort.c618 pthread_t pth; in run_top_sort_level() local
624 int res = pthread_create(&pth, &attr, in run_top_sort_level()
Dfile.c1559 pthread_t pth; in mt_sort() local
1566 int res = pthread_create(&pth, &attr, in mt_sort()
/freebsd-12-stable/contrib/ntp/sntp/
Dconfig.h.in311 /* Define to 1 if you have the <pth.h> header file. */
Dconfigure10041 for ol_val in auto nt posix mach pth lwp yes no manual ; do
/freebsd-12-stable/contrib/ntp/
Dconfig.h.in748 /* Define to 1 if you have the <pth.h> header file. */
Dconfigure19628 for ol_val in auto nt posix mach pth lwp yes no manual ; do