|
static void | put_fail (struct k_pipe *p) |
|
void | test_pipe_put_fail (void) |
| Test pipe put failure scenario. More...
|
|
void | test_pipe_user_put_fail (void) |
| Test pipe put by a user thread. More...
|
|
static void | get_fail (struct k_pipe *p) |
|
void | test_pipe_get_fail (void) |
| Test pipe get failure scenario. More...
|
|
void | test_pipe_user_get_fail (void) |
| Test pipe get by a user thread. More...
|
|
void | test_pipe_alloc_not_init (void) |
| Test k_pipe_alloc_init() failure scenario. More...
|
|
void | test_pipe_get_null (void) |
| Test k_pipe_get() failure scenario. More...
|
|
void | test_pipe_get_unreach_data (void) |
| Test k_pipe_get() failure scenario. More...
|
|
void | test_pipe_get_unreach_size (void) |
| Test k_pipe_get() failure scenario. More...
|
|
void | test_pipe_put_null (void) |
| Test k_pipe_put() failure scenario. More...
|
|
void | test_pipe_put_unreach_data (void) |
| Test k_pipe_put() failure scenario. More...
|
|
void | test_pipe_put_unreach_size (void) |
| Test k_pipe_put() failure scenario. More...
|
|
void | test_pipe_read_avail_null (void) |
| Test k_pipe_read_avail() failure scenario. More...
|
|
void | test_pipe_write_avail_null (void) |
| Test k_pipe_write_avail() failure scenario. More...
|
|