/dalvik/dx/tests/089-dex-define-object/ |
Object.java | 41 public final void wait() { method in class:Object 42 wait(0, 0); 45 public final void wait(long time) { method in class:Object 46 wait(time, 0); method 49 public final native void wait(long time, int frac); method in class:Object
|
/device/asus/deb/ |
fstab.deb | 6 /dev/block/platform/msm_sdcc.1/by-name/system /system ext4 ro,barrier=1 wait 7 /dev/block/platform/msm_sdcc.1/by-name/cache /cache ext4 noatime,nosuid,nodev,barrier=1,data=ordered,nomblk_io_submit,errors=panic wait,check 8 /dev/block/platform/msm_sdcc.1/by-name/userdata /data ext4 noatime,nosuid,nodev,barrier=1,data=ordered,nomblk_io_submit,errors=panic wait,check,encryptable=/dev/block/platform/msm_sdcc.1/by-name/metadata 9 /dev/block/platform/msm_sdcc.1/by-name/persist /persist ext4 nosuid,nodev,barrier=1,data=ordered,nodelalloc wait 10 /dev/block/platform/msm_sdcc.1/by-name/radio /firmware vfat ro,uid=1000,gid=1000,fmask=0337,dmask=0227,iocharset=iso8859-1,shortname=mixed,errors=remount-ro wait
|
/external/chromium_org/sandbox/win/src/ |
win2k_threadpool.cc | 18 // create a wait for a kernel object, with no timeout 38 HANDLE wait = it->wait; local 40 success &= (::UnregisterWaitEx(wait, INVALID_HANDLE_VALUE) != 0); 54 // Here we used to unregister all the pool wait handles. Now, following the
|
win2k_threadpool.h | 38 // Returns the total number of wait objects associated with 43 // record to keep track of a wait and its associated cookie. 46 HANDLE wait; member in struct:sandbox::Win2kThreadPool::PoolObject 48 // The list of pool wait objects. 51 // This lock protects the list of pool wait objects.
|
/external/kernel-headers/original/linux/ |
completion.h | 7 * Atomic wait-for-completion handler data structures. 11 #include <linux/wait.h> 15 wait_queue_head_t wait; member in struct:completion 19 { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) } 42 init_waitqueue_head(&x->wait);
|
/external/compiler-rt/lib/msan/lit_tests/ |
ptrace.cc | 8 #include <sys/wait.h> 18 wait(NULL); 33 wait(NULL);
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
CondVar.cpp | 71 ** Function: wait 73 ** Description: Block the caller and wait for a condition. 78 void CondVar::wait (Mutex& mutex) function in class:CondVar 83 ALOGE ("CondVar::wait: fail wait; error=0x%X", res); 90 ** Function: wait 92 ** Description: Block the caller and wait for a condition. 95 ** Returns: True if wait is successful; false if timeout occurs. 98 bool CondVar::wait (Mutex& mutex, long millisec) function in class:CondVar 105 ALOGE ("CondVar::wait: fail get time; errno=0x%X", errno) [all...] |
/external/valgrind/main/gdbserver_tests/ |
mcinvokeWS.vgtest | 9 argsB: 10 --vgdb-prefix=./vgdb-prefix-mcinvokeWS --wait=60 -c v.wait 0 10 # if the --wait is not enough, the test will fail or block
|
nlsigvgdb.stdinB.gdb | 2 target remote | ./vgdb --wait=60 --vgdb-prefix=./vgdb-prefix-nlsigvgdb 12 monitor v.wait 5000
|
/packages/apps/Nfc/nci/jni/ |
CondVar.cpp | 69 ** Function: wait 71 ** Description: Block the caller and wait for a condition. 76 void CondVar::wait (Mutex& mutex) function in class:CondVar 81 ALOGE ("CondVar::wait: fail wait; error=0x%X", res); 88 ** Function: wait 90 ** Description: Block the caller and wait for a condition. 93 ** Returns: True if wait is successful; false if timeout occurs. 96 bool CondVar::wait (Mutex& mutex, long millisec) function in class:CondVar 103 ALOGE ("CondVar::wait: fail get time; errno=0x%X", errno) [all...] |
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prmwait.h | 61 ** The client may define several wait groups in order to semantically 64 ** from the wait function. 72 ** a receive wait object. Generally stated, a positive value indicates 88 ** entire wait group (PR_DestroyWaitGroup()). 124 ** A receive wait object contains the file descriptor that is subject 125 ** to the wait and the amount of time (beginning epoch established 129 ** The success of the wait operation will be noted in the object's 154 ** enumeration over a wait group. The opaque object must be allocated 167 ** will be semantically tied to the wait group specified. 174 ** group A reference to a PRWaitGroup or NULL. Wait groups ar [all...] |
/development/ndk/platforms/android-3/include/linux/ |
mempool.h | 15 #include <linux/wait.h> 31 wait_queue_head_t wait; member in struct:mempool_s
|
smp.h | 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) 18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
|
/external/chromium_org/third_party/skia/src/utils/ |
SkCountdown.cpp | 26 void SkCountdown::wait() { function in class:SkCountdown 29 fReady.wait();
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_CondWait.3 | 3 SDL_CondWait \- Wait on a condition variable 12 Wait on the condition variable \fBcond\fR and unlock the provided mutex\&. The mutex must the locked before entering this function\&. Returns \fB0\fR when it is signalled, or \fB-1\fR on an error\&.
|
SDL_CondWaitTimeout.3 | 3 SDL_CondWaitTimeout \- Wait on a condition variable, with timeout 12 Wait on the condition variable \fBcond\fR for, at most, \fBms\fR milliseconds\&. \fBmut\fR is unlocked so it must be locked when the function is called\&. Returns \fBSDL_MUTEX_TIMEDOUT\fP if the condition is not signalled in the allotted time, \fB0\fR if it was signalled or \fB-1\fR on an error\&.
|
SDL_WaitThread.3 | 3 SDL_WaitThread \- Wait for a thread to finish\&. 12 Wait for a thread to finish (timeouts are not supported)\&.
|
/external/skia/src/utils/ |
SkCountdown.cpp | 26 void SkCountdown::wait() { function in class:SkCountdown 29 fReady.wait();
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
mempool.h | 15 #include <linux/wait.h> 31 wait_queue_head_t wait; member in struct:mempool_s
|
smp.h | 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) 18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
mempool.h | 15 #include <linux/wait.h> 31 wait_queue_head_t wait; member in struct:mempool_s
|
smp.h | 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) 18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
mempool.h | 15 #include <linux/wait.h> 31 wait_queue_head_t wait; member in struct:mempool_s
|
smp.h | 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) 18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
mempool.h | 15 #include <linux/wait.h> 31 wait_queue_head_t wait; member in struct:mempool_s
|