HomeSort by: relevance | last modified time | path
    Searched defs:bs_path (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/sys/
t_futex_ops.c 99 static const char *bs_path = "t_futex_ops_backing_store"; variable in typeref:typename:const char *
225 RL(bs_fd = open(bs_path, O_RDWR | O_CREAT | O_EXCL, 0644));
244 (void) unlink(bs_path);
t_futex_ops.c 99 static const char *bs_path = "t_futex_ops_backing_store"; variable in typeref:typename:const char *
225 RL(bs_fd = open(bs_path, O_RDWR | O_CREAT | O_EXCL, 0644));
244 (void) unlink(bs_path);

Completed in 25 milliseconds