HomeSort by: relevance | last modified time | path
    Searched defs:acquired (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Mutex.h 30 unsigned acquired = 0; member in class:llvm::sys::SmartMutex
41 ++acquired;
54 assert(acquired && "Lock not acquired before release!");
55 --acquired;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
pci.h 32 bool acquired; member in struct:nvkm_pci::__anon5208
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
outp.h 26 u8 acquired:2; member in struct:nvkm_outp
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_clock.cc 66 // the remaining bits hold "acquired" flag (the actual value is thread's
69 // acquired this clock (except possibly for dirty elements).
71 // need to acquire regardless of "acquired" flag value;
142 bool acquired = false; local
149 acquired = true;
154 // Check if we've already acquired src after the last release operation on src
164 acquired = true;
169 // Remember that this thread has acquired this clock.
174 if (acquired) {
197 // Check if we had not acquired anything from other thread
212 bool acquired = IsAlreadyAcquired(dst); local
    [all...]
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_agpsupport.h 62 int acquired; member in struct:drm_agp_head
  /src/external/bsd/dhcpcd/dist/src/
ipv6nd.h 47 struct timespec acquired; member in struct:routeinfo
61 struct timespec acquired; member in struct:ra
ipv6.h 171 struct timespec acquired; member in struct:ipv6_addr
dhcp6.h 205 struct timespec acquired; member in struct:dhcp6_state
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_clock.cpp 73 // the remaining bits hold "acquired" flag (the actual value is thread's
75 // if acquired == thr->reused_, then the respective thread has already
76 // acquired this clock (except possibly for dirty elements).
78 // need to acquire regardless of "acquired" flag value;
139 bool acquired = false;
146 acquired = true;
151 // Check if we've already acquired src after the last release operation on src
160 acquired = true;
165 // Remember that this thread has acquired this clock.
170 if (acquired) {
193 bool acquired = false; local
247 bool acquired = IsAlreadyAcquired(dst); local
    [all...]
  /src/external/bsd/nsd/dist/
xfrd.h 167 * And the time the soa was acquired (start time for timeouts).
238 time_t acquired; /* time xfr was acquired */ member in struct:xfrd_xfr
433 /* handle incoming soa information (NSD is running it, time acquired=guess).
434 Pass soa=NULL,acquired=now if NSD has nothing loaded for the zone
437 time_t acquired);
xfrd.c 430 if (xfr->acquired == 0)
707 time_t acquired = 0; local
826 that were transfered, i.e. acquired != 0. soainfo_ok is more
832 if(!xfr->acquired) {
839 assert(xfr->acquired <= before);
846 /* updates are applied in-order, acquired time of
848 if(!acquired) {
849 acquired = xfr->acquired;
913 xfrd_handle_incoming_soa(zone, soa_ptr, acquired);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp 2676 bool acquired = static_cast<std::recursive_mutex *>(Mutex)->try_lock(); local
2677 assert(acquired && "Concurrent access to ASTUnit!");
  /src/sys/external/bsd/drm/dist/bsd-core/
drmP.h 599 int acquired; member in struct:drm_agp_head

Completed in 57 milliseconds