Home
last modified time | relevance | path

Searched refs:evcpp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_publish.c104 evchan_t **evcpp = &CHAN_BINDING(priv, pri); in bind_channel() local
107 if (*evcpp != NULL) in bind_channel()
108 return (*evcpp); in bind_channel()
114 if (atomic_cas_ptr(evcpp, NULL, evc) != NULL) in bind_channel()
117 return (*evcpp); in bind_channel()