Lines Matching refs:r_port
42 port_t r_port; in single_thread_basic() local
43 st = port_open("sh_prt0", context1, &r_port); in single_thread_basic()
49 st = port_open("sh_prt1", context1, &r_port); in single_thread_basic()
71 st = port_read(r_port, 0, &res); in single_thread_basic()
81 st = port_read(r_port, 0, &res); in single_thread_basic()
107 st = port_read(r_port, 0, &res); in single_thread_basic()
147 st = port_read(r_port, 0, &res); in single_thread_basic()
163 st = port_read(r_port, 0, &res); in single_thread_basic()
176 st = port_write(r_port, &packet[1], 1); in single_thread_basic()
188 st = port_close(r_port); in single_thread_basic()
200 st = port_close(r_port); in single_thread_basic()
223 port_t r_port; in ping_pong_thread() local
224 status_t st = port_open("ping_port", NULL, &r_port); in ping_pong_thread()
246 st = port_read(r_port, INFINITE_TIME, &pr); in ping_pong_thread()
265 port_close(r_port); in ping_pong_thread()
295 port_t r_port; in two_threads_basic() local
297 st = port_open("pong_port", NULL, &r_port); in two_threads_basic()
331 st = port_read(r_port, INFINITE_TIME, &pr); in two_threads_basic()
348 st = port_read(r_port, 0, &pr); in two_threads_basic()
356 st = port_close(r_port); in two_threads_basic()