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

/xnu-2422.115.4/tools/tests/unit_tests/fcntlrangecheck_tests_11202484_src/
H A Dfcntlrangecheck_tests_11202484.c42 #define is_read_lock(fd, offset, whence, len, ret) \ macro
70 is_read_lock(fd, lock_start, SEEK_SET, 0, SUCCESS);
71 is_read_lock(fd, lock_start, SEEK_SET, LLONG_MAX, SUCCESS);
72 is_read_lock(fd, lock_start, SEEK_SET, LLONG_MIN, FAILURE);
76 is_read_lock(fd, 0, SEEK_SET, lock_len, SUCCESS);
77 is_read_lock(fd, LLONG_MAX, SEEK_SET, lock_len, SUCCESS);
78 is_read_lock(fd, LLONG_MIN, SEEK_SET, lock_len, FAILURE);
82 is_read_lock(fd, 0, SEEK_SET, lock_len, SUCCESS);
83 is_read_lock(fd, 1, SEEK_SET, lock_len, SUCCESS);
84 is_read_lock(f
[all...]
/xnu-2422.115.4/osfmk/ipc/
H A Dipc_space.h171 #define is_read_lock(is) lck_spin_lock(&(is)->is_lock_data) macro
H A Dmach_debug.c194 is_read_lock(space);
H A Dipc_mqueue.c1264 is_read_lock(space);
H A Dmach_port.c262 is_read_lock(space);
H A Dipc_kmsg.c3237 is_read_lock(space);

Completed in 32 milliseconds