Searched refs:pth (Results 1 – 11 of 11) sorted by relevance
/freebsd/tools/test/stress2/misc/ |
H A D | pthread.sh | 38 sed '1,/^EOF/d' < $odir/$0 > pth.c 39 mycc -o pth -Wall pth.c -pthread 40 rm -f pth.c 44 /tmp/pth 2>/dev/null 47 rm -f /tmp/pth
|
H A D | kevent13.sh | 121 pthread_t pth, pth2; 127 if ((r = pthread_create(&pth, NULL, (void *)do_thread, NULL)) != 0) 135 if ((r = pthread_join(pth, NULL)) != 0)
|
/freebsd/sys/contrib/alpine-hal/eth/ |
H A D | al_hal_eth_main.c | 3606 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 …]
|
H A D | al_hal_eth_ec_regs.h | 1025 struct al_ec_pth pth; /* [0x1d00] */ member
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | openldap-thread-check.m4 | 28 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/usr.bin/sort/ |
H A D | radixsort.c | 642 pthread_t pth; in run_top_sort_level() local 648 int res = pthread_create(&pth, &attr, in run_top_sort_level()
|
H A D | file.c | 1448 pthread_t pth; in mt_sort() local 1455 int res = pthread_create(&pth, &attr, in mt_sort()
|
/freebsd/contrib/ntp/sntp/ |
H A D | config.h.in | 308 /* Define to 1 if you have the <pth.h> header file. */
|
H A D | configure | 10114 for ol_val in auto nt posix mach pth lwp yes no manual ; do 14176 case $ol_with_threads in auto | yes | pth) 14178 ac_fn_c_check_header_compile "$LINENO" "pth.h" "ac_cv_header_pth_h" "$ac_includes_default" 14235 ol_link_threads=pth
|
/freebsd/contrib/ntp/ |
H A D | config.h.in | 742 /* Define to 1 if you have the <pth.h> header file. */
|
H A D | configure | 19513 for ol_val in auto nt posix mach pth lwp yes no manual ; do 23575 case $ol_with_threads in auto | yes | pth) 23577 ac_fn_c_check_header_compile "$LINENO" "pth.h" "ac_cv_header_pth_h" "$ac_includes_default" 23634 ol_link_threads=pth
|