Searched refs:c (Results 1 – 5 of 5) sorted by relevance
/rt/ |
A D | tst-mqueue8.c | 61 char c = ' '; in tf() local 66 TEMP_FAILURE_RETRY (mq_send (q, &c, 1, 1)); in tf() 69 TEMP_FAILURE_RETRY (mq_timedsend (q, &c, 1, 1, &never)); in tf() 72 TEMP_FAILURE_RETRY (mq_receive (q, &c, 1, NULL)); in tf() 75 TEMP_FAILURE_RETRY (mq_timedreceive (q, &c, 1, NULL, &never)); in tf() 242 char c = ' '; in do_test() local 243 if (mq_send (q, &c, 1, 1) != 0) in do_test()
|
A D | tst-cputimer3.c | 78 char c; in setup_test() local 80 if (read (pipefd[0], &c, 1) == 1) in setup_test()
|
A D | tst-mqueue6.c | 42 char c; variable 43 if (mq_send (q, &c, 1, 1) != 0) 55 char c; variable 56 ssize_t rets = TEMP_FAILURE_RETRY (mq_receive (q, &c, 1, NULL));
|
A D | Makefile | 99 CFLAGS-aio_suspend.c += -fexceptions 100 CFLAGS-mq_timedreceive.c += -fexceptions -fasynchronous-unwind-tables 101 CFLAGS-mq_timedsend.c += -fexceptions -fasynchronous-unwind-tables
|
A D | tst-mqueue5.c | 60 char c; variable 61 if (mq_send (q, &c, 1, 1) != 0) 73 char c; variable 74 ssize_t rets = TEMP_FAILURE_RETRY (mq_receive (q, &c, 1, NULL));
|
Completed in 10 milliseconds