Searched refs:LC (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_rwcohort.h | 45 #define CK_RWCOHORT_WP_READ_LOCK(N, RW, C, GC, LC) \ argument 46 ck_rwcohort_wp_##N##_read_lock(RW, C, GC, LC) 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 50 ck_rwcohort_wp_##N##_write_lock(RW, C, GC, LC) 52 ck_rwcohort_wp_##N##_write_unlock(RW, C, GC, LC) 149 #define CK_RWCOHORT_RP_READ_LOCK(N, RW, C, GC, LC) \ argument 150 ck_rwcohort_rp_##N##_read_lock(RW, C, GC, LC) 154 ck_rwcohort_rp_##N##_write_lock(RW, C, GC, LC) 156 ck_rwcohort_rp_##N##_write_unlock(RW, C, GC, LC) [all …]
|
| H A D | ck_cohort.h | 51 #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
|
| /f-stack/tools/libxo/doc/ |
| H A D | howto.rst | 317 cp foo.pot po/LC/my_lang/foo.po 320 msgmerge --no-wrap po/LC/my_lang/foo.po \ 321 foo.pot -o po/LC/my_lang/foo.po.new
|