| /netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/ |
| H A D | LLJITWithTargetProcessControl.cpp | 104 static void *reenter(void *Ctx, void *TrampolineAddr) { in reenter() function 151 ExitOnErr(TPCIU->writeResolverBlock(pointerToJITTargetAddress(&reenter), in main()
|
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | SPELLING.en | 5 reenter re-enter www.m-w.com
|
| /netbsd-src/external/zlib/pigz/dist/ |
| H A D | yarn.c | 205 local void reenter(void *dummy) in reenter() function 245 pthread_cleanup_push(reenter, NULL); in ignition()
|
| /netbsd-src/external/bsd/nvi/dist/cl/ |
| H A D | cl_main.c | 59 static int reenter; in main() local 69 if (reenter++) in main()
|
| H A D | README.signal | 170 reenter curses and so that we don't have to play the process group games.
|
| /netbsd-src/external/bsd/nvi/dist/common/ |
| H A D | msg.c | 75 static int reenter; /* STATIC: Re-entrancy check. */ local 137 if (reenter++) 379 reenter = 0;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | IndirectionUtils.h | 113 static JITTargetAddress reenter(void *TrampolinePoolPtr, void *TrampolineId) { in reenter() function 144 pointerToJITTargetAddress(&reenter), in LocalTrampolinePool()
|
| H A D | OrcRemoteTargetServer.h | 151 static JITTargetAddress reenter(void *JITTargetAddr, void *TrampolineAddr) { in reenter() function 306 pointerToJITTargetAddress(&reenter), in handleEmitResolverBlock()
|
| /netbsd-src/bin/csh/ |
| H A D | csh.c | 183 int reenter = 0; variable 598 reenter = setexit(); /* PWP */ in main() 600 if (!fast && reenter == 0) { in main()
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | patch.c | 828 static int reenter = 0; in patch_cleanup() local 830 if (reenter++) in patch_cleanup()
|
| H A D | main.c | 412 static int reenter = 0; in main_cleanup() local 414 if (reenter++) in main_cleanup()
|
| H A D | rcs.c | 8385 static int reenter = 0; in rcs_cleanup() local 8387 if (reenter++) in rcs_cleanup()
|
| H A D | ChangeLog | 7605 reassigning dir_name), then reenter and free dir_name again. 12303 (Lock_Cleanup): Refuse to reenter this function.
|
| /netbsd-src/external/gpl3/gcc/dist/include/ |
| H A D | gcc-cp-fe.def | 66 G++ doesn't ever have to reenter function scopes, so its name 71 we reenter a function scope, we may choose which symbols to make 113 define it, or to define object o, we can reenter the scope and just 126 So, we declare c, then we leave the function scope and reenter it 128 leave and reenter the function scope, otherwise we would get an 144 from the top level, declare c, leave it, reenter it, declare c_0, 145 leave it, reenter it, declare c_1, leave it, and then reactivate
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/ |
| H A D | gcc-cp-fe.def | 66 G++ doesn't ever have to reenter function scopes, so its name 71 we reenter a function scope, we may choose which symbols to make 113 define it, or to define object o, we can reenter the scope and just 126 So, we declare c, then we leave the function scope and reenter it 128 leave and reenter the function scope, otherwise we would get an 144 from the top level, declare c, leave it, reenter it, declare c_0, 145 leave it, reenter it, declare c_1, leave it, and then reactivate
|
| /netbsd-src/external/gpl3/gcc.old/dist/include/ |
| H A D | gcc-cp-fe.def | 66 G++ doesn't ever have to reenter function scopes, so its name 71 we reenter a function scope, we may choose which symbols to make 113 define it, or to define object o, we can reenter the scope and just 126 So, we declare c, then we leave the function scope and reenter it 128 leave and reenter the function scope, otherwise we would get an 144 from the top level, declare c, leave it, reenter it, declare c_0, 145 leave it, reenter it, declare c_1, leave it, and then reactivate
|
| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | gcc-cp-fe.def | 66 G++ doesn't ever have to reenter function scopes, so its name 71 we reenter a function scope, we may choose which symbols to make 113 define it, or to define object o, we can reenter the scope and just 126 So, we declare c, then we leave the function scope and reenter it 128 leave and reenter the function scope, otherwise we would get an 144 from the top level, declare c, leave it, reenter it, declare c_0, 145 leave it, reenter it, declare c_1, leave it, and then reactivate
|
| /netbsd-src/usr.sbin/syslogd/ |
| H A D | syslogd.c | 2694 static int reenter; /* avoid calling ourselves */ in wallmsg() 2699 if (reenter++) in wallmsg() 2735 reenter = 0; in reapchild() 2662 static int reenter; /* avoid calling ourselves */ wallmsg() local
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2004 | 5883 * name-lookup.c (push_scope): Do not reenter the current class
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-1991 | 3956 loop and reenter. Before, the cleanups from the startup sequence
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-1991 | 3956 loop and reenter. Before, the cleanups from the startup sequence
|
| /netbsd-src/external/bsd/flex/dist/doc/ |
| H A D | flex.info-1 | 3599 To reenter the scanner, first use:
|
| H A D | flex.texi | 4573 To reenter the scanner, first use:
|
| /netbsd-src/sys/external/bsd/acpica/dist/ |
| H A D | changes.txt | 15428 In evregion.c: Correctly exit and reenter the interpreter region if and 15431 Do not exit/reenter when dispatching to a default handler (e.g., default
|
| /netbsd-src/external/historical/nawk/dist/testdir/ |
| H A D | funstack.in | 7315 …ent queue) and cause (event) (enable all processes in the event queue to reenter their critical re…
|