HomeSort by relevance Sort by last modified time
    Searched full:lockcount (Results 1 - 25 of 26) sorted by null

1 2

  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdspi_linux.c 175 if (enable && !sd->lockcount)
195 sd_trace(("%s: %d\n", __FUNCTION__, sd->lockcount));
198 if (sd->lockcount) {
200 ASSERT(sd->lockcount == 0);
203 sd->lockcount++;
214 sd_trace(("%s: %d, %d\n", __FUNCTION__, sd->lockcount, sd->client_intr_enabled));
215 ASSERT(sd->lockcount > 0);
221 if (--sd->lockcount == 0 && sd->client_intr_enabled) {
bcmsdstd_linux.c 165 if (enable && !sd->lockcount)
185 sd_trace(("%s: %d\n", __FUNCTION__, sd->lockcount));
188 if (sd->lockcount) {
190 ASSERT(sd->lockcount == 0);
193 sd->lockcount++;
204 sd_trace(("%s: %d, %d\n", __FUNCTION__, sd->lockcount, sd->client_intr_enabled));
205 ASSERT(sd->lockcount > 0);
211 if (--sd->lockcount == 0 && sd->client_intr_enabled) {
bcmpcispi.c 423 ASSERT(sd->lockcount == 0);
bcmsdstd.c     [all...]
  /external/webkit/JavaScriptCore/runtime/
JSLock.cpp 49 intptr_t JSLock::lockCount()
78 intptr_t currentLockCount = lockCount();
89 ASSERT(lockCount());
97 intptr_t newLockCount = lockCount() - 1;
174 m_lockCount = JSLock::lockCount();
192 m_lockCount = JSLock::lockCount();
214 intptr_t JSLock::lockCount()
JSLock.h 85 static intptr_t lockCount();
Collector.cpp 394 ASSERT(JSLock::lockCount() > 0);
1097 ASSERT(JSLock::lockCount() > 0);
    [all...]
  /external/skia/include/core/
SkPixelRef.h 41 lockCount is 0.
49 /** Return the current lockcount (defaults to 0)
127 /** Called when the lockCount goes from 0 to 1. The caller will have already
  /external/skia/src/gl/
SkTextureCache.h 100 int lockCount() const { return fLockCount; }
SkTextureCache.cpp 34 SkASSERT(entry->lockCount() == 0);
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmspibrcm.h 55 uint lockcount; /* nest count of spi_lock() calls */ member in struct:sdioh_info
bcmsdspi.h 64 uint lockcount; /* nest count of sdspi_lock() calls */ member in struct:sdioh_info
bcmsdstd.h 98 uint lockcount; /* nest count of sdstd_lock() calls */ member in struct:sdioh_info
  /dalvik/vm/
Sync.c 117 int lockCount; /* owner's recursive lock depth */
439 mon->lockCount++;
466 assert(mon->lockCount == 0);
479 mon->lockCount++;
485 assert(mon->lockCount == 0);
509 if (mon->lockCount == 0) {
515 mon->lockCount--;
725 int prevLockCount = mon->lockCount;
726 mon->lockCount = 0;
798 mon->lockCount = prevLockCount
    [all...]
  /external/svox/pico/lib/
picorsrc.c 66 picoos_int8 lockCount; /* count of current subscribers of this resource */
104 this->lockCount = 0;
699 if (rsrc->lockCount > 0) {
    [all...]
  /external/quake/quake/src/QW/client/
vid_win.c 52 static int lockcount; variable
    [all...]
  /external/quake/quake/src/WinQuake/
vid_win.cpp 50 static int lockcount; variable
    [all...]
WinQuake.ncb     [all...]
  /external/webkit/WebCore/bridge/jni/
JNIBridge.cpp 119 ASSERT(JSLock::lockCount() > 0);
  /external/webkit/WebCore/bindings/objc/
WebScriptObject.mm 124 ASSERT(JSLock::lockCount() > 0);
  /external/webkit/JavaScriptCore/
ChangeLog-2003-10-25 700 (InterpreterImp::lockCount):
703 (Interpreter::lockCount):
    [all...]
ChangeLog-2008-08-10     [all...]
ChangeLog-2007-10-14     [all...]
  /prebuilt/windows/sdl/host/lib/
libSDL.a     [all...]
libSDLmain.a     [all...]

Completed in 1438 milliseconds

1 2