t_futex_ops.c | 100 static int bs_fd = -1; variable in typeref:typename:int 207 RL(nread = pread(bs_fd, bs_verify_buffer, bs_pagesize, 0)); 225 RL(bs_fd = open(bs_path, O_RDWR | O_CREAT | O_EXCL, 0644)); 226 RL(nwrit = pwrite(bs_fd, bs_source_buffer, bs_pagesize, 0)); 233 map_flags | MAP_HASSEMAPHORE, bs_fd, 0), 241 if (bs_fd != -1) { 242 (void) close(bs_fd); 243 bs_fd = -1;
|