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

  /src/tests/lib/libc/sys/
t_futex_ops.c 102 static void *bs_source_buffer = NULL; variable in typeref:typename:void *
211 return (memcmp(bs_verify_buffer, bs_source_buffer, bs_pagesize) == 0);
223 REQUIRE_LIBC(bs_source_buffer = calloc(1, bs_pagesize), NULL);
226 RL(nwrit = pwrite(bs_fd, bs_source_buffer, bs_pagesize, 0));
246 if (bs_source_buffer != NULL) {
247 free(bs_source_buffer);
248 bs_source_buffer = NULL;
t_futex_ops.c 102 static void *bs_source_buffer = NULL; variable in typeref:typename:void *
211 return (memcmp(bs_verify_buffer, bs_source_buffer, bs_pagesize) == 0);
223 REQUIRE_LIBC(bs_source_buffer = calloc(1, bs_pagesize), NULL);
226 RL(nwrit = pwrite(bs_fd, bs_source_buffer, bs_pagesize, 0));
246 if (bs_source_buffer != NULL) {
247 free(bs_source_buffer);
248 bs_source_buffer = NULL;

Completed in 24 milliseconds