/third_party/ltp/testcases/realtime/stress/pi-tests/ |
D | lookup_pi_state.c | 81 if (atomic_inc(&slave_order_a) == NUM_SLAVES) { in slave_thread() 91 if (atomic_inc(&slave_order_b) <= 6) { in slave_thread() 101 atomic_inc(&slave_order_c); in slave_thread()
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | rwlocks | 28 atomic_inc (lock->pre_count); 32 atomic_inc (lock->post_count);
|
/third_party/libdrm/ |
D | xf86atomic.h | 47 # define atomic_inc(x) ((void) __sync_fetch_and_add (&(x)->atomic, 1)) macro 68 # define atomic_inc(x) ((void) AO_fetch_and_add1_full(&(x)->atomic)) macro 92 # define atomic_inc(x) (atomic_inc_uint (&(x)->atomic)) macro
|
/third_party/boost/boost/compute/functional/ |
D | atomic.hpp | 59 class atomic_inc : public function<T (T*)> class 62 atomic_inc() in atomic_inc() function in boost::compute::atomic_inc
|
/third_party/boost/libs/compute/include/boost/compute/functional/ |
D | atomic.hpp | 59 class atomic_inc : public function<T (T*)> class 62 atomic_inc() in atomic_inc() function in boost::compute::atomic_inc
|
/third_party/ltp/testcases/realtime/func/sched_football/ |
D | sched_football.c | 113 atomic_inc(&players_ready); in thread_defense() 124 atomic_inc(&players_ready); in thread_offense()
|
/third_party/boost/libs/compute/example/ |
D | opencv_histogram.cpp | 64 atomic_inc(&b_hist[(uint)indx_z]); 65 atomic_inc(&g_hist[(uint)indx_y]); 66 atomic_inc(&r_hist[(uint)indx_x]);
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/ |
D | obj_ref.h | 70 atomic_inc(&ref->refcount); in objref_get()
|
/third_party/libdrm/etnaviv/ |
D | etnaviv_device.c | 77 atomic_inc(&dev->refcnt); in etna_device_ref()
|
D | etnaviv_bo.c | 136 atomic_inc(&bo->refcnt); in etna_bo_ref()
|
/third_party/libdrm/freedreno/ |
D | freedreno_pipe.c | 76 atomic_inc(&pipe->refcnt); in fd_pipe_ref()
|
D | freedreno_device.c | 106 atomic_inc(&dev->refcnt); in fd_device_ref()
|
D | freedreno_ringbuffer.c | 87 atomic_inc(&ring->refcnt); in fd_ringbuffer_ref()
|
D | freedreno_bo.c | 229 atomic_inc(&bo->refcnt); in fd_bo_ref()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/asm/ |
D | atomic.h | 49 #define atomic_inc(v) LOS_AtomicInc(v) macro
|
/third_party/libdrm/amdgpu/ |
D | amdgpu_internal.h | 166 atomic_inc(src); in update_references()
|
D | amdgpu_bo.c | 317 atomic_inc(&bo->refcount); in amdgpu_bo_import() 430 atomic_inc(&bo->refcount); in amdgpu_bo_inc_ref() 567 atomic_inc(&bo->refcount); in amdgpu_find_bo_by_cpu_mapping()
|
/third_party/libdrm/omap/ |
D | omap_drm.c | 116 atomic_inc(&dev->refcnt); in omap_device_ref() 260 atomic_inc(&bo->refcnt); in omap_bo_ref()
|
/third_party/ltp/testcases/realtime/include/ |
D | librttest.h | 127 static inline int atomic_inc(atomic_t *v) in atomic_inc() function
|
/third_party/ltp/testcases/realtime/func/hrtimer-prio/ |
D | hrtimer-prio.c | 115 atomic_inc(&busy_threads_started); in busy_thread()
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
D | LtpfsCmds.c | 298 atomic_inc(&inode->i_bdev->bd_count); in bd_acquire()
|
/third_party/ltp/testcases/realtime/func/pi-tests/ |
D | testpi-7.c | 198 if ((i_am_the_one = atomic_inc(&m_flag)) == 1) { in med_prio_thread()
|
/third_party/libdrm/tegra/ |
D | tegra.c | 168 atomic_inc(&bo->ref); in drm_tegra_bo_ref()
|
/third_party/ffmpeg/libavfilter/opencl/ |
D | nlmeans.cl | 56 atomic_inc(overflow);
|
/third_party/boost/libs/compute/doc/html/ |
D | standalone_HTML.manifest | 119 boost/compute/atomic_inc.html
|