Searched refs:MMAP (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c47 SYMLINK, CHMOD, CHOWN, EXCHANGEDATA, RENAME, LSEEK, OPEN, MMAP, NOTHING, enumerator in enum:__anon1190
199 * MMAP: mmap first 20 bytes of file, write HELLO_WORLD in
311 case MMAP:
777 LOG(1, stderr, "MMAP test should fail on HFS.\n");
780 init_action(&test.t_helpthreadact, SLEEP, MMAP, 2, (void*)FILE1, (void*)1); /* 1 -> "modify it"*/
863 LOG(1, stderr, "MMAP will never give a notification on HFS.\n");
866 init_action(&test.t_helpthreadact, SLEEP, MMAP, 2, (void*)FILE1, (void*)0);

Completed in 15 milliseconds