Home
last modified time | relevance | path

Searched defs:tasks_completed (Results 1 – 19 of 19) sorted by relevance

/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/runtime/src/
H A Dkmp_wait_release.h168 int tasks_completed = FALSE; in __kmp_wait_template() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/src/
H A Dkmp_wait_release.h173 int tasks_completed = FALSE; in __kmp_wait_template() local
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/src/
H A Dkmp_wait_release.h173 int tasks_completed = FALSE; in __kmp_wait_template() local
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/src/
H A Dkmp_wait_release.h173 int tasks_completed = FALSE; in __kmp_wait_template() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/runtime/src/
H A Dkmp_wait_release.h173 int tasks_completed = FALSE; in __kmp_wait_template() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/runtime/src/
H A Dkmp_wait_release.h173 int tasks_completed = FALSE; in __kmp_wait_template() local
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/runtime/src/
H A Dkmp_wait_release.h170 int tasks_completed = FALSE; in __kmp_wait_template() local
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_wait_release.h181 int tasks_completed = FALSE; in __kmp_wait_template() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_wait_release.h181 int tasks_completed = FALSE; in __kmp_wait_template() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_wait_release.h181 int tasks_completed = FALSE; in __kmp_wait_template() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_wait_release.h181 int tasks_completed = FALSE; in __kmp_wait_template() local
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_wait_release.h181 int tasks_completed = FALSE; in __kmp_wait_template() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/indexed_db/
H A Dindexed_db_transaction.h138 int tasks_completed; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/indexed_db/
H A Dindexed_db_transaction.h138 int tasks_completed; member
/dports/devel/py-twilio/twilio-7.4.0/twilio/rest/taskrouter/v1/workspace/
H A Dworkspace_cumulative_statistics.py341 def tasks_completed(self): member in WorkspaceCumulativeStatisticsInstance
/dports/devel/py-twilio/twilio-7.4.0/twilio/rest/taskrouter/v1/workspace/workflow/
H A Dworkflow_cumulative_statistics.py350 def tasks_completed(self): member in WorkflowCumulativeStatisticsInstance
/dports/devel/py-twilio/twilio-7.4.0/twilio/rest/taskrouter/v1/workspace/task_queue/
H A Dtask_queue_cumulative_statistics.py366 def tasks_completed(self): member in TaskQueueCumulativeStatisticsInstance
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/src/
H A Dkmp_barrier.cpp278 int tasks_completed = FALSE; in __kmp_dist_barrier_gather() local
327 int tasks_completed = FALSE; in __kmp_dist_barrier_gather() local
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/src/
H A Dusages_clang.cpp175 std::atomic<size_t> tasks_completed = {0}; in get_usages() local