Searched defs:fcntl_fd (Results 1 - 1 of 1) sorted by relevance

/httpd/test/
H A Dtime-sem.c76 static int fcntl_fd=-1; variable
101 fcntl_fd = open("test-lock-thing", O_CREAT | O_WRONLY | O_EXCL, 0644);
102 if (fcntl_fd == -1)
115 while ((ret = fcntl(fcntl_fd, F_SETLKW, &lock_it)) < 0 && errno == EINTR)
126 if (fcntl (fcntl_fd, F_SETLKW, &unlock_it) < 0)

Completed in 24 milliseconds