Home
last modified time | relevance | path

Searched defs:num_active (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/clang/test/Misc/
Dloop-opt-setup.c17 int num_active = 5; in Helper() local
/external/llvm-project/openmp/runtime/src/
Dkmp_dispatch_hier.h210 static inline kmp_uint64 get_wait_val(int num_active) { in get_wait_val()
251 void core_barrier_impl<T>::reset_private(kmp_int32 num_active, in reset_private()
258 void core_barrier_impl<T>::reset_shared(kmp_int32 num_active, in reset_shared()
297 void counter_barrier_impl<T>::reset_private(kmp_int32 num_active, in reset_private()
304 void counter_barrier_impl<T>::reset_shared(kmp_int32 num_active, in reset_shared()
440 int num_active; // number of threads active in this level member
Dkmp.h1614 kmp_int32 num_active; member
/external/libevent/test/
Dbench.c71 static int num_pipes, num_active, num_writes; variable
/external/rust/crates/tokio/src/sync/tests/
Dloom_semaphore_batch.rs180 let num_active = active.load(SeqCst); in batch() localVariable
/external/ltp/pan/
Dltp-pan.c170 int num_active = 0; in main() local
713 check_pids(struct tag_pgrp *running, int *num_active, int keep_active, in check_pids()
/external/kernel-headers/original/uapi/rdma/hfi/
Dhfi1_ioctl.h84 __u16 num_active; /* number of active units */ member
/external/webrtc/modules/audio_device/win/
Dcore_audio_base_win.cc208 const int num_active = NumberOfActiveDevices(); in NumberOfEnumeratedDevices() local
Dcore_audio_utility_win.cc838 int num_active = 0; in NumberOfActiveSessions() local
/external/wayland/src/
Devent-loop.c388 int num_active, in heap_sift_down()