Lines Matching defs:ses
90 static atomic_uint_fast32_t ses = 0;
106 atomic_store_release(&ses, cs.ses);
108 atomic_store_relaxed(&ses, 0);
110 while (ioctl(fd, CIOCFSESSION, &cs.ses) == -1) {
132 while ((co.ses = atomic_load_acquire(&ses)) == 0) {
142 if (atomic_load_relaxed(&ses) == co.ses)
212 if (ioctl(fd, CIOCFSESSION, &ses) != -1)