Home
last modified time | relevance | path

Searched defs:write_pipe (Results 1 – 18 of 18) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
Dlib.c33 int sync_with_child(union pipe read_pipe, union pipe write_pipe) in sync_with_child()
55 int notify_parent(union pipe write_pipe) in notify_parent()
64 int notify_parent_of_error(union pipe write_pipe) in notify_parent_of_error()
97 static int eat_cpu_child(union pipe read_pipe, union pipe write_pipe) in eat_cpu_child()
118 union pipe read_pipe, write_pipe; in eat_cpu() local
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
Debb_on_willing_child_test.c23 static int victim_child(union pipe read_pipe, union pipe write_pipe) in victim_child()
53 union pipe read_pipe, write_pipe; in ebb_on_willing_child() local
Debb_on_child_test.c23 static int victim_child(union pipe read_pipe, union pipe write_pipe) in victim_child()
46 union pipe read_pipe, write_pipe; in ebb_on_child() local
Dtask_event_vs_ebb_test.c38 union pipe read_pipe, write_pipe; in task_event_vs_ebb() local
Dtask_event_pinned_vs_ebb_test.c40 union pipe read_pipe, write_pipe; in task_event_pinned_vs_ebb() local
Dcpu_event_vs_ebb_test.c39 union pipe read_pipe, write_pipe; in cpu_event_vs_ebb() local
Dcpu_event_pinned_vs_ebb_test.c41 union pipe read_pipe, write_pipe; in cpu_event_pinned_vs_ebb() local
Debb_vs_cpu_event_test.c39 union pipe read_pipe, write_pipe; in ebb_vs_cpu_event() local
Debb.c349 int ebb_child(union pipe read_pipe, union pipe write_pipe) in ebb_child()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
D2-2.c91 int parent_process(char *mqname, int read_pipe, int write_pipe, int child_pid) in parent_process()
140 int child_process(char *mqname, int read_pipe, int write_pipe) in child_process()
178 int send_receive(int read_pipe, int write_pipe, char send, char *reply) in send_receive()
D2-1.c96 int parent_process(char *mqname, int read_pipe, int write_pipe, int child_pid) in parent_process()
138 int child_process(char *mqname, int read_pipe, int write_pipe) in child_process()
162 int send_receive(int read_pipe, int write_pipe, char send, char *reply) in send_receive()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
D2-1.c95 int parent_process(char *qname, int read_pipe, int write_pipe, int child_pid) in parent_process()
155 int child_process(char *qname, int read_pipe, int write_pipe) in child_process()
216 int send_receive(int read_pipe, int write_pipe, char send, char *reply) in send_receive()
/external/autotest/server/site_tests/network_WiFi_RoamOnLowPower/
Dnetwork_WiFi_RoamOnLowPower.py29 def __init__(self, write_pipe): argument
/external/ltp/testcases/kernel/syscalls/sigrelse/
Dsigrelse01.c634 static int write_pipe(int fd, char *msg) in write_pipe() function
/external/python/cpython2/PC/
D_subprocess.c268 HANDLE write_pipe; in sp_CreatePipe() local
/external/wpa_supplicant_8/src/drivers/
Dndis_events.c31 HANDLE read_pipe, write_pipe, event_avail; member
/external/minijail/
Dlibminijail_unittest.cc485 int write_pipe[2]; in TEST() local
/external/python/cpython3/Modules/
D_winapi.c658 HANDLE write_pipe; in _winapi_CreatePipe_impl() local