Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 25 of 39) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/Transforms/PlaceSafepoints/
H A Dcall-in-loop.ll2 ; don't need a safepoint poll (since the callee must contain a
3 ; poll test).
23 ; This function is inlined when inserting a poll.
H A Dlibcall.ll3 ; Libcalls will not contain a safepoint poll, so check that we insert
30 ; This function is inlined when inserting a poll.
H A Dstatepoint-coreclr.ll18 ; This function is inlined when inserting a poll. To avoid recursive
H A Dstatepoint-frameescape.ll18 ; This function is inlined when inserting a poll. To avoid recursive
H A Dbasic.ll66 ; This function is inlined when inserting a poll. To avoid recursive
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_lock.h123 std::atomic<kmp_int32> poll; member
179 volatile kmp_int32 poll; // KMP_LOCK_FREE(futex) => unlocked member
647 if ((gtid >= 0) && (lck->tas.lk.poll - 1 == gtid)) { \
651 if (lck->tas.lk.poll != 0 || \
652 !__kmp_atomic_compare_store_acq(&lck->tas.lk.poll, 0, gtid + 1)) { \
661 lck->tas.lk.poll != 0 || \
696 return ((lck->tas.lk.poll == 0) && in __kmp_test_user_lock_with_checks()
697 __kmp_atomic_compare_store_acq(&lck->tas.lk.poll, 0, gtid + 1)); in __kmp_test_user_lock_with_checks()
808 if (lck->tas.lk.poll - 1 == in __kmp_test_nested_user_lock_with_checks()
812 retval = ((lck->tas.lk.poll == 0) && in __kmp_test_nested_user_lock_with_checks()
[all …]
H A Dkmp_csupport.cpp1282 (sizeof(lck->tas.lk.poll) <= OMP_CRITICAL_SIZE)) { in __kmpc_critical()
1663 (sizeof(lck->tas.lk.poll) <= OMP_CRITICAL_SIZE)) { in __kmpc_end_critical()
2461 (sizeof(lck->tas.lk.poll) <= OMP_LOCK_T_SIZE)) { in __kmpc_init_lock()
2466 (sizeof(lck->futex.lk.poll) <= OMP_LOCK_T_SIZE)) { in __kmpc_init_lock()
2597 (sizeof(lck->tas.lk.poll) <= OMP_LOCK_T_SIZE)) { in __kmpc_destroy_lock()
2627 (sizeof(lck->tas.lk.poll) <= OMP_LOCK_T_SIZE)) { in __kmpc_destroy_lock()
2765 (sizeof(lck->tas.lk.poll) <= OMP_LOCK_T_SIZE)) { in __kmpc_set_lock()
2959 (sizeof(lck->tas.lk.poll) <= OMP_LOCK_T_SIZE)) { in __kmpc_unset_lock()
2966 TCW_4(((kmp_user_lock_p)user_lock)->tas.lk.poll, 0); in __kmpc_unset_lock()
3069 TCW_4(tl->lk.poll, 0); in __kmpc_unset_nest_lock()
[all …]
H A Dkmp_lock.cpp83 kmp_uint32 curr = KMP_LOCK_STRIP(lck->lk.poll); in __kmp_acquire_tas_lock_timed_template()
92 if (KMP_ATOMIC_LD_RLX(&lck->lk.poll) == tas_free && in __kmp_acquire_tas_lock_timed_template()
187 lck->lk.poll = KMP_LOCK_FREE(tas); in __kmp_init_tas_lock()
334 lck, lck->lk.poll, gtid)); in __kmp_acquire_futex_lock_timed_template()
362 lck, lck->lk.poll, gtid)); in __kmp_acquire_futex_lock_timed_template()
369 lck->lk.poll, gtid)); in __kmp_acquire_futex_lock_timed_template()
397 lck->lk.poll, gtid)); in __kmp_acquire_futex_lock_timed_template()
442 lck, lck->lk.poll, gtid)); in __kmp_release_futex_lock()
463 lck->lk.poll, gtid)); in __kmp_release_futex_lock()
488 TCW_4(lck->lk.poll, KMP_LOCK_FREE(futex)); in __kmp_init_futex_lock()
[all …]
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/
H A Dinit-order-pthread-create.cpp24 void *poll(void *arg) { in poll() function
38 pthread_create(&p, 0, poll, &glob); in GlobalPollerStarter()
/llvm-project-15.0.7/clang-tools-extra/clangd/test/remote-index/
H A Dpipeline_helper.py22 if server_process.poll() is None:
57 while index_server_process.poll() is None:
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dutils.py166 poller = select.poll()
173 results = poller.poll(timeout_ms)
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A DTestGdbRemoteKill.py37 poll_result = procs["inferior"].poll()
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/launch/
H A DTestVSCode_launch.py46 self.assertEqual(self.vscode.process.poll(), None)
57 if self.vscode.process.poll() is not None:
60 self.assertEqual(self.vscode.process.poll(), 0)
/llvm-project-15.0.7/libc/utils/testutils/
H A DExecuteFunctionUnix.cpp62 if (::poll(&poll_fd, 1, timeout_ms) == -1) in invoke_in_subprocess()
/llvm-project-15.0.7/lldb/examples/customization/pwd-cd-and-system/
H A Dutils.py51 retcode = process.poll()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/test_runner/
H A Dprocess_control.py341 popen_process.poll()
732 subprocess.Popen.original_poll = subprocess.Popen.poll
733 subprocess.Popen.poll = patched_poll
/llvm-project-15.0.7/llvm/test/Transforms/RewriteStatepointsForGC/
H A Dstatepoint-coreclr.ll21 ; This function is inlined when inserting a poll. To avoid recursive
H A Dleaf-function.ll27 ; This function is inlined when inserting a poll.
H A Dcall-gc-result.ll44 ; This function is inlined when inserting a poll.
H A Dstatepoint-format.ll56 ; This function is inlined when inserting a poll.
H A Dstatepoint-calling-conventions.ll56 ; This function is inlined when inserting a poll.
/llvm-project-15.0.7/llvm/docs/
H A DMeetupGuidelines.rst80 * Make a poll, but beware that not every responder will join (we had ~20 votes
81 on the poll, while only ~8 people attended).
H A DStatepoints.rst556 might contain a safepoint poll with a ``gc.statepoint`` and associated full
708 In this case, we've added an (unconditional) entry safepoint poll. Note that
709 despite appearances, the entry poll is not necessarily redundant. We'd have to
710 know that ``foo`` and ``test`` were not mutually recursive for the poll to be
711 redundant. In practice, you'd probably want to your poll definition to contain
719 polls at particular sites unless needed to ensure timely execution of a poll
721 execution of a poll under worst case conditions such as heavy system paging.
723 The implementation of a safepoint poll action is specified by looking up a
725 of this function is inserted at each poll site desired. While calls or invokes
726 inside this method are transformed to a ``gc.statepoints``, recursive poll
/llvm-project-15.0.7/lldb/cmake/modules/
H A DLLDBGenerateConfig.cmake9 check_symbol_exists(ppoll poll.h HAVE_PPOLL)
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/X86/
H A DX86Counter.cpp54 return poll(&PollFd, 1 /* num of fds */, 10000 /* timeout in ms */); in pollLbrPerfEvent()

12