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

  /src/external/bsd/jemalloc.old/dist/src/
emap.c 377 emap_full_alloc_ctx_t context1 = {0}; local
379 &context1);
380 assert(context1.edata == NULL);
  /src/external/bsd/jemalloc/dist/src/
emap.c 382 emap_full_alloc_ctx_t context1 = {0}; local
384 tsdn, emap, edata_base_get(edata), &context1);
385 assert(context1.edata == NULL);
  /src/external/bsd/kyua-cli/dist/store/
transaction_test.cpp 178 const engine::context context1(fs::path("/foo/bar"),
182 const engine::action exp_action1(context1);
184 const engine::action exp_action3(context1);
189 const int64_t context1_id = tx.put_context(context1);
384 const engine::context context1(fs::path("/foo/bar"),
388 const engine::action exp_action1(context1);
394 const int64_t context1_id = tx.put_context(context1);
473 const engine::context context1 = tx.get_context(id1); local
478 ATF_REQUIRE(exp_context1 == context1);

Completed in 64 milliseconds