Home
last modified time | relevance | path

Searched refs:num_active (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/Misc/
H A Dloop-opt-setup.c19 int num_active = 5; in Helper() local
21 while (num_active) in Helper()
25 --num_active; in Helper()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_dispatch_hier.h212 switch (num_active) { in get_wait_val()
242 static void reset_private(kmp_int32 num_active,
244 static void reset_shared(kmp_int32 num_active,
253 tdata->num_active = num_active; in reset_private()
288 static void reset_private(kmp_int32 num_active,
290 static void reset_shared(kmp_int32 num_active,
299 tdata->num_active = num_active; in reset_private()
454 num_active, t, sched, chunk, length)); in print()
663 info[i].num_active = 0; in allocate_hier()
680 info[i].num_active = 0; in allocate_hier()
[all …]
H A Dkmp.h1727 kmp_int32 num_active; member
/llvm-project-15.0.7/lldb/test/API/functionalities/thread_plan/
H A DTestThreadPlanCommands.py30 num_active = len(active_plans)
38 if num_active == 0 and num_completed == 0 and num_discarded == 0: