Home
last modified time | relevance | path

Searched defs:GC (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/contrib/ck/include/
Dck_rwcohort.h45 #define CK_RWCOHORT_WP_READ_LOCK(N, RW, C, GC, LC) \ argument
47 #define CK_RWCOHORT_WP_READ_UNLOCK(N, RW, C, GC, LC) \ argument
49 #define CK_RWCOHORT_WP_WRITE_LOCK(N, RW, C, GC, LC) \ argument
51 #define CK_RWCOHORT_WP_WRITE_UNLOCK(N, RW, C, GC, LC) \ argument
149 #define CK_RWCOHORT_RP_READ_LOCK(N, RW, C, GC, LC) \ argument
151 #define CK_RWCOHORT_RP_READ_UNLOCK(N, RW, C, GC, LC) \ argument
153 #define CK_RWCOHORT_RP_WRITE_LOCK(N, RW, C, GC, LC) \ argument
155 #define CK_RWCOHORT_RP_WRITE_UNLOCK(N, RW, C, GC, LC) \ argument
250 #define CK_RWCOHORT_NEUTRAL_READ_LOCK(N, RW, C, GC, LC) \ argument
252 #define CK_RWCOHORT_NEUTRAL_READ_UNLOCK(N, RW, C, GC, LC) \ argument
[all …]
Dck_cohort.h51 #define CK_COHORT_LOCK(N, C, GC, LC) ck_cohort_##N##_lock(C, GC, LC) argument
52 #define CK_COHORT_UNLOCK(N, C, GC, LC) ck_cohort_##N##_unlock(C, GC, LC) argument
54 #define CK_COHORT_LOCKED(N, C, GC, LC) ck_cohort_##N##_locked(C, GC, LC) argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/
DInterfaceFile.h51 GC = 4, enumerator
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_fake_stack.cpp141 NOINLINE void FakeStack::GC(uptr real_stack) { in GC() function in __asan::FakeStack
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp5527 std::string GC; in parseFunctionHeader() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DCore.cpp2453 void LLVMSetGC(LLVMValueRef Fn, const char *GC) { in LLVMSetGC()