| /llvm-project-15.0.7/llvm/test/Transforms/PlaceSafepoints/ |
| H A D | call-in-loop.ll | 2 ; 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 D | libcall.ll | 3 ; Libcalls will not contain a safepoint poll, so check that we insert 30 ; This function is inlined when inserting a poll.
|
| H A D | statepoint-coreclr.ll | 18 ; This function is inlined when inserting a poll. To avoid recursive
|
| H A D | statepoint-frameescape.ll | 18 ; This function is inlined when inserting a poll. To avoid recursive
|
| H A D | basic.ll | 66 ; This function is inlined when inserting a poll. To avoid recursive
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_lock.h | 123 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 D | kmp_csupport.cpp | 1282 (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 D | kmp_lock.cpp | 83 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 D | init-order-pthread-create.cpp | 24 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 D | pipeline_helper.py | 22 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 D | utils.py | 166 poller = select.poll() 173 results = poller.poll(timeout_ms)
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-server/ |
| H A D | TestGdbRemoteKill.py | 37 poll_result = procs["inferior"].poll()
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/launch/ |
| H A D | TestVSCode_launch.py | 46 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 D | ExecuteFunctionUnix.cpp | 62 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 D | utils.py | 51 retcode = process.poll()
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/test_runner/ |
| H A D | process_control.py | 341 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 D | statepoint-coreclr.ll | 21 ; This function is inlined when inserting a poll. To avoid recursive
|
| H A D | leaf-function.ll | 27 ; This function is inlined when inserting a poll.
|
| H A D | call-gc-result.ll | 44 ; This function is inlined when inserting a poll.
|
| H A D | statepoint-format.ll | 56 ; This function is inlined when inserting a poll.
|
| H A D | statepoint-calling-conventions.ll | 56 ; This function is inlined when inserting a poll.
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | MeetupGuidelines.rst | 80 * 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 D | Statepoints.rst | 556 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 D | LLDBGenerateConfig.cmake | 9 check_symbol_exists(ppoll poll.h HAVE_PPOLL)
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/X86/ |
| H A D | X86Counter.cpp | 54 return poll(&PollFd, 1 /* num of fds */, 10000 /* timeout in ms */); in pollLbrPerfEvent()
|