HomeSort by relevance Sort by last modified time
    Searched refs:child_sync (Results 1 - 3 of 3) sorted by null

  /external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
ptrace-pkey.c 38 struct child_sync child_sync; member in struct:shared_info
82 ret = wait_parent(&info->child_sync);
90 CHILD_FAIL_IF(pkey1 < 0, &info->child_sync);
96 CHILD_FAIL_IF(pkey2 < 0, &info->child_sync);
99 CHILD_FAIL_IF(pkey3 < 0, &info->child_sync);
132 ret = prod_parent(&info->child_sync);
133 CHILD_FAIL_IF(ret, &info->child_sync);
135 ret = wait_parent(&info->child_sync);
143 CHILD_FAIL_IF(reg != info->amr2, &info->child_sync);
    [all...]
child.h 15 struct child_sync { struct
60 int init_child_sync(struct child_sync *sync)
79 void destroy_child_sync(struct child_sync *sync)
85 int wait_child(struct child_sync *sync)
99 int prod_child(struct child_sync *sync)
113 int wait_parent(struct child_sync *sync)
127 int prod_parent(struct child_sync *sync)
core-pkey.c 49 struct child_sync child_sync; member in struct:shared_info
117 ret = wait_parent(&info->child_sync);
269 PARENT_SKIP_IF_UNSUPPORTED(ret, &info->child_sync);
270 PARENT_FAIL_IF(ret, &info->child_sync);
277 ret = prod_child(&info->child_sync);
278 PARENT_FAIL_IF(ret, &info->child_sync);
434 ret = init_child_sync(&info->child_sync);
450 destroy_child_sync(&info->child_sync);

Completed in 203 milliseconds