HomeSort by: relevance | last modified time | path
    Searched refs:acquire (Results 1 - 25 of 144) sorted by relevancy

1 2 3 4 5 6

  /src/sys/dev/fdt/
fdt_gpio.h 43 void * (*acquire)(device_t, const void *, size_t, int); member in struct:fdtbus_gpio_controller_func
fdt_phy.h 42 void * (*acquire)(device_t, const void *, size_t); member in struct:fdtbus_phy_controller_func
fdt_reset.h 42 void * (*acquire)(device_t, const void *, size_t); member in struct:fdtbus_reset_controller_func
fdt_regulator.h 41 int (*acquire)(device_t); member in struct:fdtbus_regulator_controller_func
fdt_dma.h 77 void * (*acquire)(device_t, const void *, size_t, member in struct:fdtbus_dma_controller_func
  /src/external/apache2/llvm/dist/llvm/lib/Support/
RWMutex.cpp 119 return static_cast<MutexImpl *>(data_)->acquire();
127 return static_cast<MutexImpl *>(data_)->acquire();
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_clock_test.cc 44 vector.acquire(&cache, &chunked);
88 vector2.acquire(&cache, &chunked);
106 thr2.acquire(&cache, &sync);
107 thr2.acquire(&cache, &sync);
120 vector.acquire(&cache, &chunked);
130 vector.acquire(&cache, &chunked);
163 vector2.acquire(&cache, &chunked);
170 vector1.acquire(&cache, &chunked);
326 void acquire(const SimpleSyncClock *src) { function in struct:__tsan::SimpleThreadClock
341 acquire(dst)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
AtomicOrdering.h 31 acquire = 2, member in class:llvm::AtomicOrderingCABI
55 /// \-->consume-->acquire--/
61 Acquire = 4,
83 "consume", "acquire", "release",
97 /* acquire */ { true, true, true, true, false, false, false, false},
112 /* acquire */ { true, true, true, true, true, false, false, false},
129 return isAtLeastOrStrongerThan(AO, AtomicOrdering::Acquire);
142 /* acquire */ AtomicOrderingCABI::acquire,
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_handlers.cpp 88 Location Loc = Data->Loc.acquire();
156 Location Loc = Data->Loc.acquire();
157 SourceLocation AssumptionLoc = Data->AssumptionLoc.acquire();
212 SourceLocation Loc = Data->Loc.acquire();
251 SourceLocation Loc = Data->Loc.acquire();
288 SourceLocation Loc = Data->Loc.acquire();
333 SourceLocation Loc = Data->Loc.acquire();
383 SourceLocation Loc = Data->Loc.acquire();
438 SourceLocation Loc = Data->Loc.acquire();
496 SourceLocation SLoc = Data->Loc.acquire();
    [all...]
ubsan_handlers_cxx.cpp 45 SourceLocation Loc = Data->Loc.acquire();
100 SourceLocation Loc = Data->Loc.acquire();
168 SourceLocation CallLoc = Data->Loc.acquire();
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_handlers.cc 49 Location Loc = Data->Loc.acquire();
114 SourceLocation Loc = Data->Loc.acquire();
153 SourceLocation Loc = Data->Loc.acquire();
190 SourceLocation Loc = Data->Loc.acquire();
235 SourceLocation Loc = Data->Loc.acquire();
285 SourceLocation Loc = Data->Loc.acquire();
340 SourceLocation Loc = Data->Loc.acquire();
398 SourceLocation SLoc = Data->Loc.acquire();
426 SourceLocation Loc = Data->Loc.acquire();
459 SourceLocation Loc = Data->Loc.acquire();
    [all...]
ubsan_handlers_cxx.cc 46 SourceLocation Loc = Data->Loc.acquire();
101 SourceLocation Loc = Data->Loc.acquire();
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
gpuobj.h 38 void *(*acquire)(struct nvkm_gpuobj *); member in struct:nvkm_gpuobj_func
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
outp.h 45 int (*acquire)(struct nvkm_outp *); member in struct:nvkm_outp_func
  /src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/
tut01-hello-world.cc 72 ctxt = gccjit::context::acquire ();
tut02-square.cc 57 gccjit::context ctxt = gccjit::context::acquire ();
tut03-sum-of-squares.cc 99 ctxt = gccjit::context::acquire ();
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_base827c.c 63 .acquire = base507c_acquire,
nouveau_dispnv50_ovly907e.c 57 .acquire = ovly507e_acquire,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
guard.cc 113 // acquire semantics.
168 // Thread 2 attempts to acquire mutex to initialize another variable.
226 // acquire() is a helper function used to acquire guard if thread support is
229 acquire(__guard *g) function in namespace:__cxxabiv1
298 // Use acquire here.
350 if (acquire(g))
362 return acquire (g);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_addrhashmap.h 97 void acquire(Handle *h);
108 map_->acquire(this);
118 map_->acquire(this);
128 map_->acquire(this);
167 void AddrHashMap<T, kSize>::acquire(Handle *h) { function in class:__sanitizer::AddrHashMap
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_addrhashmap.h 107 void acquire(Handle *h);
145 map_->acquire(this);
155 map_->acquire(this);
165 map_->acquire(this);
204 void AddrHashMap<T, kSize>::acquire(Handle *h) NO_THREAD_SAFETY_ANALYSIS {
  /src/sys/arch/arm/amlogic/
meson_resets.c 110 .acquire = meson_resets_acquire,
  /src/sys/arch/arm/sunxi/
sunxi_resets.c 106 .acquire = sunxi_resets_acquire,
  /src/sys/arch/riscv/starfive/
jh7110_pciephy.c 68 aprint_verbose("phy acquire with len %zu", len);
88 .acquire = jh7110pciephy_acquire,

Completed in 44 milliseconds

1 2 3 4 5 6