HomeSort by relevance Sort by last modified time
    Searched defs:waiting (Results 1 - 25 of 184) sorted by null

1 2 3 4 5 6 7 8

  /external/swiftshader/src/Common/
DebugAndroid.cpp 32 ALOGE("Waiting for debugger: gdbserver :${PORT} --attach %u. Look for thread %u", getpid(), gettid());
33 volatile int waiting = 1; local
34 while (waiting) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
11-1.c 31 int waiting = 1; variable
37 waiting = 0;
87 waiting = 1;
89 while (waiting) {
  /external/squashfs-tools/squashfs-tools/
info.c 104 printf("locked frag queue (compressed frags waiting while multi-block"
115 printf("block write cache (compressed blocks waiting for the writer"
118 printf("fragment write cache (compressed fragments waiting for the"
122 printf("fragment cache (frags waiting to be compressed by fragment"
137 int sig, err, waiting = 0; local
157 if(sig == SIGQUIT && !waiting) {
162 waiting = 1;
167 waiting = 0;
unsquashfs_info.c 100 int sig, err, waiting = 0; local
120 if(sig == SIGQUIT && !waiting) {
126 waiting = 1;
131 waiting = 0;
  /external/ltp/testcases/open_posix_testsuite/functional/semaphores/
sem_sleepingbarber.c 33 int waiting = 0; variable
61 if (waiting == 0) {
63 ("There are no more customers waiting, barber will sleep.\n");
77 if (waiting >= 1)
78 waiting--;
80 ("A customer sits in the barber's chair and get a hair cut. %d customers left waiting.\n",
81 waiting);
108 if (waiting < CHAIR_NUM) {
109 waiting = waiting + 1
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ContentProviderConnection.java 32 // The client of this connection is currently waiting for the provider to appear.
34 public boolean waiting; field in class:ContentProviderConnection
84 if (waiting) {
85 sb.append(" WAITING");
  /prebuilts/tools/common/m2/repository/org/gebish/geb-waiting/0.9.3/
geb-waiting-0.9.3.jar 
  /external/libevent/
evthread_win32.c 236 int waiting = 1; local
259 waiting = 0;
264 waiting = 0;
271 waiting = 0;
277 /* If we make it here, we are still waiting. */
285 } while (waiting);
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs_sb.h 35 int waiting; member in struct:squashfs_cache_entry
45 int waiting; member in struct:squashfs_cache