Searched refs:cs (Results 1 - 25 of 42) sorted by relevance

12

/seL4-refos-master/libs/libmuslc/src/passwd/
H A Dfgetspent.c10 int cs; local
11 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs);
13 pthread_setcancelstate(cs, 0);
H A Dgetgr_r.c14 int cs; local
16 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs);
36 pthread_setcancelstate(cs, 0);
H A Dgetgrent_a.c17 int cs; local
18 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs);
64 pthread_setcancelstate(cs, 0);
H A Dgetpw_r.c11 int cs; local
13 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs);
29 pthread_setcancelstate(cs, 0);
H A Dgetpwent_a.c16 int cs; local
17 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs);
50 pthread_setcancelstate(cs, 0);
H A Dgetspnam_r.c69 int cs; local
89 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs);
91 pthread_setcancelstate(cs, 0);
H A Dgetgr_a.c24 int cs; local
28 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs);
166 pthread_setcancelstate(cs, 0);
H A Dgetpw_a.c23 int cs; local
28 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs);
139 pthread_setcancelstate(cs, 0);
/seL4-refos-master/libs/libmuslc/src/misc/
H A Dopenpty.c12 int m, s, n=0, cs; local
18 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs);
34 pthread_setcancelstate(cs, 0);
38 pthread_setcancelstate(cs, 0);
H A Dforkpty.c11 int m, s, ec=0, p[2], cs; local
19 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs);
35 pthread_setcancelstate(cs, 0);
53 pthread_setcancelstate(cs, 0);
H A Dsyslog.c40 int cs; local
41 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs);
46 pthread_setcancelstate(cs, 0);
57 int cs; local
58 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs);
74 pthread_setcancelstate(cs, 0);
127 int cs; local
129 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs);
133 pthread_setcancelstate(cs, 0);
H A Dfmtmsg.c32 int cs; local
34 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs);
87 pthread_setcancelstate(cs, 0);
H A Dwordexp.c178 int r, cs; local
179 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs);
181 pthread_setcancelstate(cs, 0);
H A Dnftw.c104 int r, cs; local
117 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs);
119 pthread_setcancelstate(cs, 0);
/seL4-refos-master/libs/libmuslc/src/thread/
H A Dpthread_join.c10 int tmp, cs, r = 0; local
12 __pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs);
13 if (cs == PTHREAD_CANCEL_ENABLE) __pthread_setcancelstate(cs, 0);
16 __pthread_setcancelstate(cs, 0);
H A Dpthread_setname_np.c11 int fd, cs, status = 0; local
21 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs);
24 pthread_setcancelstate(cs, 0);
H A D__timedwait.c41 int cs, r; local
42 __pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs);
44 __pthread_setcancelstate(cs, 0);
H A Dpthread_cond_timedwait.c70 int e, seq, clock = c->_c_clock, cs, shared=0, oldstate, tmp; local
102 __pthread_setcancelstate(PTHREAD_CANCEL_MASKED, &cs);
103 if (cs == PTHREAD_CANCEL_DISABLE) __pthread_setcancelstate(cs, 0);
167 __pthread_setcancelstate(cs, 0);
H A Dsem_open.c32 int fd, i, e, slot, first=1, cnt, cs; local
70 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs);
152 pthread_setcancelstate(cs, 0);
156 pthread_setcancelstate(cs, 0);
H A Dsynccall.c50 int cs, i, r, pid, self;; local
66 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs);
175 pthread_setcancelstate(cs, 0);
/seL4-refos-master/libs/libmuslc/src/time/
H A Dgetdate.c16 int cs; local
18 pthread_setcancelstate(PTHREAD_CANCEL_DEFERRED, &cs);
43 pthread_setcancelstate(cs, 0);
/seL4-refos-master/libs/libmuslc/src/mman/
H A Dshm_open.c31 int cs; local
34 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs);
36 pthread_setcancelstate(cs, 0);
/seL4-refos-master/libs/libplatsupport/src/plat/tk1/
H A Dspi.c118 spi_chipselect_fn cs; member in struct:spi_bus
138 spi_bus->cs = cs_func;
153 if (spi_bus->cs != NULL) {
195 if (spi_bus->cs != NULL) {
196 spi_bus->cs(spi_bus->curr_slave, SPI_CS_RELAX);
220 if (spi_bus->cs != NULL) {
221 spi_bus->cs(spi_bus->curr_slave, SPI_CS_RELAX);
231 if (spi_bus->cs != NULL) {
232 spi_bus->cs(spi_bus->curr_slave, SPI_CS_ASSERT);
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/tk1/
H A Dspi.c118 spi_chipselect_fn cs; member in struct:spi_bus
138 spi_bus->cs = cs_func;
153 if (spi_bus->cs != NULL) {
195 if (spi_bus->cs != NULL) {
196 spi_bus->cs(spi_bus->curr_slave, SPI_CS_RELAX);
220 if (spi_bus->cs != NULL) {
221 spi_bus->cs(spi_bus->curr_slave, SPI_CS_RELAX);
231 if (spi_bus->cs != NULL) {
232 spi_bus->cs(spi_bus->curr_slave, SPI_CS_ASSERT);
/seL4-refos-master/libs/libmuslc/src/network/
H A Dif_nameindex.c90 int cs; local
92 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs);
110 pthread_setcancelstate(cs, 0);

Completed in 77 milliseconds

12