splinter_pulse_watchers Splinter API Reference
The purpose of splinter_pulse_watchers is to pulse the Signal Arena for a given slot (an internal helper that increments the relevant signal-group counters).
Forward Declaration & Use
void splinter_pulse_watchers(struct splinter_slot *slot) <splinter.h>
/* slot points at a mapped slot structure. */
splinter_pulse_watchers(slot);
Return & Rationale
Return Behavior: This function returns no value (void).
Errno Behavior: None.
Rationale (Or None): This is documented as an internal helper used to pulse the Signal Arena for a slot; writers do not notify readers directly — a write pulses a counter that watchers poll.
See Also
Relevant Symbols (Or None): splinter_pulse_keygroup, splinter_get_signal_count