Searched defs:cs_stop (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dcltsrv.c117 typedef enum CSState_e {cs_init, cs_run, cs_stop, cs_exit} CSState_t; enumerator in enum:CSState_e
1166 client[index].state = cs_stop;
1168 while (cs_stop == client[index].state)
1195 server->state = cs_stop;
H A Dprovider.c115 typedef enum CSState_e {cs_init, cs_run, cs_stop, cs_exit} CSState_t; enumerator in enum:CSState_e
1374 client[index].state = cs_stop;
1376 while (cs_stop == client[index].state)
1403 server->state = cs_stop;

Completed in 736 milliseconds