Home
last modified time | relevance | path

Searched refs:dummy (Results 1 – 10 of 10) sorted by relevance

/system/extras/tests/bionic/libc/common/
Dtest_pthread_getcpuclockid.c82 void* dummy; in main() local
83 pthread_join( threads[nn], &dummy ); in main()
Dbench_pthread.c197 int dummy; in main() local
199 BENCH(sem_getvalue(&semaphore,&dummy)); in main()
Dtest_pthread_rwlock.c300 void* dummy; in do_test_rwlock_rd3() local
316 TZERO(pthread_join(th1, &dummy)); in do_test_rwlock_rd3()
317 TZERO(pthread_join(th2, &dummy)); in do_test_rwlock_rd3()
Dtest_pthread_mutex.c323 void* dummy; in do_test_mutex_3() local
339 TZERO(pthread_join(th1, &dummy)); in do_test_mutex_3()
340 TZERO(pthread_join(th2, &dummy)); in do_test_mutex_3()
/system/extras/tests/sdcard/
Dsysutil.cpp477 char dummy; in writePidAndWaitForReply() local
478 size = sizeof(dummy); in writePidAndWaitForReply()
486 s = read(readfd, &dummy, size); in writePidAndWaitForReply()
571 char dummy; in waitForChildrenAndSignal() local
575 size = sizeof(dummy); in waitForChildrenAndSignal()
579 ssize_t s = write(writefd, &dummy, size); in waitForChildrenAndSignal()
/system/core/libcutils/
Dzygote.c189 int dummy; in zygote_run_wait() local
190 err = read(fd, &dummy, sizeof(dummy)); in zygote_run_wait()
/system/core/sdcard/
Dfuse.h295 __u32 dummy; member
304 __u32 dummy; member
/system/core/adb/
Djdwp_service.c322 char dummy = '!'; in jdwp_process_event() local
326 iov.iov_base = &dummy; in jdwp_process_event()
/system/core/include/cutils/
Dlog.h434 #define __android_second(dummy, second, ...) second argument
/system/extras/tests/memtest/
Dmemtest.cpp734 int dummy = 0; in stack_smasher_test() local
736 *(volatile long long*)&dummy = 0; in stack_smasher_test()