Searched refs:dummy (Results 1 – 10 of 10) sorted by relevance
/system/extras/tests/bionic/libc/common/ |
D | test_pthread_getcpuclockid.c | 82 void* dummy; in main() local 83 pthread_join( threads[nn], &dummy ); in main()
|
D | bench_pthread.c | 197 int dummy; in main() local 199 BENCH(sem_getvalue(&semaphore,&dummy)); in main()
|
D | test_pthread_rwlock.c | 300 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()
|
D | test_pthread_mutex.c | 323 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/ |
D | sysutil.cpp | 477 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/ |
D | zygote.c | 189 int dummy; in zygote_run_wait() local 190 err = read(fd, &dummy, sizeof(dummy)); in zygote_run_wait()
|
/system/core/sdcard/ |
D | fuse.h | 295 __u32 dummy; member 304 __u32 dummy; member
|
/system/core/adb/ |
D | jdwp_service.c | 322 char dummy = '!'; in jdwp_process_event() local 326 iov.iov_base = &dummy; in jdwp_process_event()
|
/system/core/include/cutils/ |
D | log.h | 434 #define __android_second(dummy, second, ...) second argument
|
/system/extras/tests/memtest/ |
D | memtest.cpp | 734 int dummy = 0; in stack_smasher_test() local 736 *(volatile long long*)&dummy = 0; in stack_smasher_test()
|