| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| i386-attach-see-vdso.c | 23 pause ();
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| i386-attach-see-vdso.c | 23 pause ();
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| relativedebug.c | 32 pause (); 33 pause ();
|
| add-symbol-file-attach.c | 26 pause ();
|
| fork-running-state.c | 53 pause (); 83 pause ();
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| relativedebug.c | 32 pause (); 33 pause ();
|
| add-symbol-file-attach.c | 26 pause ();
|
| fork-running-state.c | 53 pause (); 83 pause ();
|
| /src/lib/libc/gen/ |
| pause.c | 1 /* $NetBSD: pause.c,v 1.11 2012/06/24 15:26:03 christos Exp $ */ 35 static char sccsid[] = "@(#)pause.c 8.1 (Berkeley) 6/4/93"; 37 __RCSID("$NetBSD: pause.c,v 1.11 2012/06/24 15:26:03 christos Exp $"); 46 __weak_alias(pause,_pause) 50 * Backwards compatible pause. 53 pause(void)
|
| /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/ |
| pause.py | 20 @request("pause", response=False, expect_stopped=False) 21 def pause(**args): function
|
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/ |
| pause.py | 20 @request("pause", response=False, expect_stopped=False) 21 def pause(**args): function
|
| /src/tests/rump/rumpkern/h_server/ |
| h_simpleserver.c | 57 pause(); 60 pause();
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/ |
| nouveau_nvkm_engine_fifo_nv10.c | 51 .pause = nv04_fifo_pause,
|
| nouveau_nvkm_engine_fifo_g84.c | 52 .pause = nv04_fifo_pause,
|
| /src/tests/usr.bin/pkill/ |
| t_pgrep.sh | 45 pause(); function
|
| /src/external/bsd/kyua-cli/dist/integration/helpers/ |
| interrupts.cpp | 49 ::pause();
|
| /src/tests/lib/libc/gen/ |
| t_pause.c | 55 atf_tc_set_md_var(tc, "descr", "A basic test of pause(3), #1"); 67 if (pause() != -1 || fail != false) 68 atf_tc_fail("pause(3) did not cancel out from a signal"); 74 atf_tc_set_md_var(tc, "descr", "A basic test of pause(3), #2"); 89 (void)pause(); 104 atf_tc_fail("pause(3) did not cancel from SIGKILL");
|
| /src/sys/dev/pci/cxgb/ |
| cxgb_vsc8211.c | 124 int err, sp = -1, dplx = -1, pause = 0; local 173 pause = PAUSE_RX | PAUSE_TX; 177 pause = PAUSE_TX; 180 pause = PAUSE_RX; 188 *fc = pause;
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/ |
| priv.h | 33 int (*pause)(struct nvkm_gr *); member in struct:nvkm_gr_func::__anon5389
|
| /src/external/bsd/ntp/dist/util/ |
| testrs6000.c | 39 pause();
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/ |
| pause.exp | 16 # Test "pause" in DAP. 61 dap_check_request_and_response pause pause \ 64 dap_wait_for_event_and_check "stopped by pause" stopped \ 65 "body reason" pause
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/ |
| pause.exp | 16 # Test "pause" in DAP. 61 dap_check_request_and_response pause pause \ 64 dap_wait_for_event_and_check "stopped by pause" stopped \ 65 "body reason" pause
|
| /src/external/bsd/libevent/dist/ |
| evrpc.c | 101 struct evrpc_hook_ctx *pause; local 108 while ((pause = TAILQ_FIRST(&base->paused_requests)) != NULL) { 109 TAILQ_REMOVE(&base->paused_requests, pause, next); 110 mm_free(pause); 546 struct evrpc_hook_ctx *pause; local 555 while ((pause = TAILQ_FIRST(&pool->paused_requests)) != NULL) { 556 TAILQ_REMOVE(&pool->paused_requests, pause, next); 557 mm_free(pause); 771 struct evrpc_hook_ctx *pause = mm_malloc(sizeof(*pause)); local 787 struct evrpc_hook_ctx *pause; local [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| evrpc.c | 99 struct evrpc_hook_ctx *pause; local 106 while ((pause = TAILQ_FIRST(&base->paused_requests)) != NULL) { 107 TAILQ_REMOVE(&base->paused_requests, pause, next); 108 mm_free(pause); 544 struct evrpc_hook_ctx *pause; local 553 while ((pause = TAILQ_FIRST(&pool->paused_requests)) != NULL) { 554 TAILQ_REMOVE(&pool->paused_requests, pause, next); 555 mm_free(pause); 769 struct evrpc_hook_ctx *pause = mm_malloc(sizeof(*pause)); local 785 struct evrpc_hook_ctx *pause; local [all...] |
| /src/tests/rump/kernspace/ |
| workqueue.c | 51 bool pause; member in struct:test_softc 61 if (sc->pause) 154 sc->pause = true;
|