HomeSort by: relevance | last modified time | path
    Searched refs:before_fork (Results 1 - 6 of 6) sorted by relevancy

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
flavor.h 21 void (*before_fork)(void *priv); member in struct:urcu_atfork
  /src/external/mit/libuv/dist/src/unix/
os390-syscalls.c 170 static void before_fork(void) { function
208 if (pthread_atfork(&before_fork, &after_fork, &child_fork))
  /src/external/lgpl2/userspace-rcu/dist/src/
urcu-call-rcu-impl.h 953 atfork->before_fork(atfork->priv);
rculfhash.c 2315 .before_fork = cds_lfht_before_fork,
  /src/external/gpl3/gcc/dist/gcc/
omp-low.cc 7393 gimple_seq before_fork = NULL;
7590 gimplify_assign (unshare_expr (v1), setup_call, &before_fork);
7597 gimple_seq_add_seq (fork_seq, before_fork);
7392 gimple_seq before_fork = NULL; local
7589 gimplify_assign (unshare_expr (v1), setup_call, &before_fork); local
  /src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc 7435 gimple_seq before_fork = NULL;
7632 gimplify_assign (unshare_expr (v1), setup_call, &before_fork);
7639 gimple_seq_add_seq (fork_seq, before_fork);
7434 gimple_seq before_fork = NULL; local
7631 gimplify_assign (unshare_expr (v1), setup_call, &before_fork); local

Completed in 68 milliseconds