Searched refs:c_flags (Results 1 – 7 of 7) sorted by relevance
102 if (c->c_flags & SCTP_CALLOUT_PENDING) { in sctp_os_timer_start()124 c->c_flags = (SCTP_CALLOUT_ACTIVE | SCTP_CALLOUT_PENDING); in sctp_os_timer_start()139 if (!(c->c_flags & SCTP_CALLOUT_PENDING)) { in sctp_os_timer_stop()140 c->c_flags &= ~SCTP_CALLOUT_ACTIVE; in sctp_os_timer_stop()144 c->c_flags &= ~(SCTP_CALLOUT_ACTIVE | SCTP_CALLOUT_PENDING); in sctp_os_timer_stop()170 c->c_flags &= ~SCTP_CALLOUT_PENDING; in sctp_handle_tick()
83 int c_flags; /* state of this entry */ member107 #define SCTP_OS_TIMER_PENDING(tmr) ((tmr)->c_flags & SCTP_CALLOUT_PENDING)108 #define SCTP_OS_TIMER_ACTIVE(tmr) ((tmr)->c_flags & SCTP_CALLOUT_ACTIVE)109 #define SCTP_OS_TIMER_DEACTIVATE(tmr) ((tmr)->c_flags &= ~SCTP_CALLOUT_ACTIVE)
65 pub fn c_flags() -> &'static str { in c_flags() function109 println!("C flags: '{}'", c_flags()); in test_versions()129 assert!(c_flags().starts_with("compiler:")); in test_versions()
3 string(REPLACE " " ";" c_flags "${WARNCFLAGS}")4 add_compile_options(${c_flags})
188 c_flags: '-DGST_USE_UNSTABLE_API',227 c_flags: '-DGST_USE_UNSTABLE_API',
73 (c->c_flags->cf_flags & PyCF_ALLOW_TOP_LEVEL_AWAIT) \222 PyCompilerFlags *c_flags; member435 c.c_flags = flags; in _PyAST_Compile()6826 flags |= (c->c_flags->cf_flags & PyCF_MASK); in compute_code_flags()
382 c_flags: u32,