Home
last modified time | relevance | path

Searched defs:clone_params (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/threads/
Dthreads.xs1369 CLONE_PARAMS clone_params; variable
1799 CLONE_PARAMS clone_params; variable
/openbsd/src/gnu/usr.bin/perl/
Dsv.h2517 struct clone_params { struct
2518 AV* stashes;
2519 UV flags;
2520 PerlInterpreter *proto_perl;
2521 PerlInterpreter *new_perl;
2522 AV *unreferenced;
Dsv.c15642 CLONE_PARAMS clone_params; local
/openbsd/src/gnu/llvm/llvm/tools/llvm-c-test/
Decho.cpp171 static ValueMap clone_params(LLVMValueRef Src, LLVMValueRef Dst) { in clone_params() function