Home
last modified time | relevance | path

Searched refs:jctx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_java.cpp38 static JavaContext *jctx; variable
41 if (!jctx || addr < jctx->heap_begin || in JavaHeapBlock()
42 addr >= jctx->heap_begin + jctx->heap_size) in JavaHeapBlock()
44 for (uptr p = RoundDown(addr, kMetaShadowCell); p >= jctx->heap_begin; in JavaHeapBlock()
67 DCHECK_EQ(jctx, 0); in __tsan_java_init()
73 jctx = new(jctx_buf) JavaContext(heap_begin, heap_size); in __tsan_java_init()
79 DCHECK_NE(jctx, 0); in __tsan_java_fini()
89 DCHECK_NE(jctx, 0); in __tsan_java_alloc()
93 DCHECK_GE(ptr, jctx->heap_begin); in __tsan_java_alloc()
94 DCHECK_LE(ptr + size, jctx->heap_begin + jctx->heap_size); in __tsan_java_alloc()
[all …]
/freebsd/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c1411 json_ctx * const jctx , in get_binary_time() argument
1420 ts.tv_sec = (time_t)json_object_lookup_int(jctx, 0, time_name); in get_binary_time()
1421 ts.tv_nsec = (long )json_object_lookup_int(jctx, 0, frac_name); in get_binary_time()
1439 json_ctx * const jctx , in process_watch() argument
1447 path = json_object_lookup_string(jctx, 0, "device"); in process_watch()
1451 if (json_object_lookup_bool(jctx, 0, "enable") > 0 && in process_watch()
1452 json_object_lookup_bool(jctx, 0, "json" ) > 0 ) in process_watch()
1465 json_ctx * const jctx , in process_version() argument
1479 jctx, 0, "rev", "(unknown)"); in process_version()
1481 jctx, 0, "release", "(unknown)"); in process_version()
[all …]