Home
last modified time | relevance | path

Searched defs:LOCK_INIT (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/concurrencykit/ck-0.6.0/regressions/ck_cohort/
H A Dck_cohort.h32 #define LOCK_INIT CK_COHORT_INIT(fas_fas, &cohort, &global_fas_lock, &local_fas_lock, \ macro
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/concurrency_kit/ck/regressions/ck_cohort/
H A Dck_cohort.h32 #define LOCK_INIT CK_COHORT_INIT(fas_fas, &cohort, &global_fas_lock, &local_fas_lock, \ macro
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/xshell-0.1.17/src/
H A Dgsl.rs58 static LOCK_INIT: Once = Once::new(); in lock() const
/dports/lang/rust/rustc-1.58.1-src/vendor/xshell/src/
H A Dgsl.rs58 static LOCK_INIT: Once = Once::new(); in lock() const
/dports/devel/concurrencykit/ck-0.6.0/regressions/ck_rwcohort/
H A Dck_rp.h4 #define LOCK_INIT CK_RWCOHORT_RP_INIT macro
H A Dck_wp.h4 #define LOCK_INIT CK_RWCOHORT_WP_INIT macro
H A Dck_neutral.h4 #define LOCK_INIT(N, C, W) CK_RWCOHORT_NEUTRAL_INIT(N, C) macro
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/concurrency_kit/ck/regressions/ck_rwcohort/
H A Dck_wp.h4 #define LOCK_INIT CK_RWCOHORT_WP_INIT macro
H A Dck_rp.h4 #define LOCK_INIT CK_RWCOHORT_RP_INIT macro
H A Dck_neutral.h4 #define LOCK_INIT(N, C, W) CK_RWCOHORT_NEUTRAL_INIT(N, C) macro
/dports/devel/concurrencykit/ck-0.6.0/regressions/ck_spinlock/
H A Dck_clh.h7 #define LOCK_INIT ck_spinlock_clh_init(&lock, malloc(MAX(sizeof(ck_spinlock_clh_t), 64))) macro
H A Dck_hclh.h8 #define LOCK_INIT do { \ macro
H A Dck_anderson.h7 #define LOCK_INIT ck_spinlock_anderson_init(&lock, malloc(MAX(64,sizeof(ck_spinlock_anderson_thread… macro
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/concurrency_kit/ck/regressions/ck_spinlock/
H A Dck_clh.h7 #define LOCK_INIT ck_spinlock_clh_init(&lock, malloc(MAX(sizeof(ck_spinlock_clh_t), 64))) macro
H A Dck_hclh.h8 #define LOCK_INIT do { \ macro
H A Dck_anderson.h7 #define LOCK_INIT ck_spinlock_anderson_init(&lock, malloc(MAX(64,sizeof(ck_spinlock_anderson_thread… macro
/dports/security/afl++/AFLplusplus-3.14c/qemu_mode/libqasan/
H A Dmalloc.c99 #define LOCK_INIT pthread_mutex_init macro
104 #define LOCK_INIT pthread_spin_init macro
/dports/devel/cgit/cgit-1.2.3/git/
H A Dlockfile.h115 #define LOCK_INIT { NULL } macro
/dports/devel/git-svn/git-2.34.1/
H A Dlockfile.h124 #define LOCK_INIT { 0 } macro
/dports/devel/git-gui/git-2.34.1/
H A Dlockfile.h124 #define LOCK_INIT { 0 } macro
/dports/devel/git-p4/git-2.34.1/
H A Dlockfile.h124 #define LOCK_INIT { 0 } macro
/dports/devel/git/git-2.34.1/
H A Dlockfile.h124 #define LOCK_INIT { 0 } macro
/dports/devel/git-cvs/git-2.34.1/
H A Dlockfile.h124 #define LOCK_INIT { 0 } macro
/dports/games/crafty/crafty-25.2_1/
H A Dtbcore.h23 # define LOCK_INIT(x) pthread_mutex_init(&(x), NULL) macro
28 # define LOCK_INIT(x) do { x = CreateMutex(NULL, FALSE, NULL); } while (0) macro
34 # define LOCK_INIT(x) macro
/dports/security/p5-Net-SAML/zxid-1.42/
H A Derrmac.h674 # define LOCK_INIT(l) pthread_mutex_init(&(l).ptmut, 0) macro
685 # define LOCK_INIT(l) pthread_mutex_init(&(l), 0) macro
693 # define LOCK_INIT(l) macro

12