Home
last modified time | relevance | path

Searched defs:polls (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/net/
H A Ddebugnet_inet.c407 int error, polls, retries; in debugnet_arp_gw() local
H A Ddebugnet.c266 int retries, polls, error; in debugnet_send() local
/freebsd/contrib/ntp/include/
H A Dntp_refclock.h70 u_int32 polls; /* transmit polls */ member
185 u_long polls; /* polls sent */ member
H A Dntp_request.h840 u_int32 polls; member
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp2221 std::atomic<kmp_uint64> *polls = lck->lk.polls; in __kmp_acquire_drdpa_lock_timed_template() local
2380 std::atomic<kmp_uint64> *polls = lck->lk.polls; __kmp_test_drdpa_lock() local
2425 std::atomic<kmp_uint64> *polls = lck->lk.polls; // atomic load __kmp_release_drdpa_lock() local
[all...]
H A Dkmp_lock.h444 std::atomic<std::atomic<kmp_uint64> *> polls; global() member