Home
last modified time | relevance | path

Searched refs:executing (Results 1 – 25 of 134) sorted by relevance

123456

/freebsd-12.1/contrib/gcc/
H A Dgdbinit.in7 Works only when an inferior is executing.
16 Works only when an inferior is executing.
31 Works only when an inferior is executing.
40 Works only when an inferior is executing.
49 Works only when an inferior is executing.
58 Works only when an inferior is executing.
/freebsd-12.1/sbin/natd/
H A DREADME23 2) Compile this software by executing "make".
25 3) Install the software by executing "make install".
/freebsd-12.1/tests/sys/cddl/zfs/tests/inheritance/
H A Dstate016.cfg33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
39 # Executing 'zfs inherit -r' at the bottom and middle levels after executing
H A Dstate018.cfg33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
40 # Executing 'zfs inherit -r' at the middle and bottom levels after executing
H A Dstate013.cfg33 # Verify that executing 'zfs inherit' on each level when the middle
H A Dstate009.cfg33 # Verify that executing 'zfs inherit' at different levels of a
H A Dstate010.cfg33 # Verify that executing 'zfs inherit -r' at different levels of a
H A Dstate021.cfg33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
H A Dstate023.cfg33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
H A Dstate024.cfg33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
H A Dstate014.cfg38 # Note : executing inherit -r at the middle level and bottom levels after
H A Dstate019.cfg33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
H A Dstate020.cfg33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
H A Dstate022.cfg33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
H A Dstate017.cfg33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
H A Dstate015.cfg33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
/freebsd-12.1/crypto/openssl/doc/man3/
H A DASYNC_start_job.pod97 a pointer to the currently executing ASYNC_JOB. If no job is currently executing
100 If executing within the context of a job (i.e. having been called directly or
156 ASYNC_get_current_job returns a pointer to the currently executing ASYNC_JOB or
208 printf("Not executing within a job - should not happen\n");
300 The expected output from executing the above example program is:
H A DOPENSSL_ia32cap.pod15 by processor in EDX:ECX register pair after executing CPUID instruction
H A DSSL_CTX_set_client_hello_cb.pod88 The SSL_client_hello_* family of functions may only be called from code executing
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DThreading.inc51 // on success, this call will wait until the thread finishes executing
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_tasking.cpp510 current_task->td_flags.executing = 0; in __kmp_task_start()
524 KMP_DEBUG_ASSERT(taskdata->td_flags.executing == 0 || in __kmp_task_start()
527 taskdata->td_flags.executing = 1; in __kmp_task_start()
716 KMP_DEBUG_ASSERT(taskdata->td_flags.executing == 0); in __kmp_free_task()
854 resumed_task->td_flags.executing = 1; // resume previous task in __kmp_task_finish()
905 KMP_DEBUG_ASSERT(taskdata->td_flags.executing == 1); in __kmp_task_finish()
906 taskdata->td_flags.executing = 0; // suspend the finishing task in __kmp_task_finish()
950 resumed_task->td_flags.executing = 1; // resume previous task in __kmp_task_finish()
1065 task->td_flags.executing = 1; in __kmp_init_implicit_task()
1319 taskdata->td_flags.executing = 0; in __kmp_task_alloc()
/freebsd-12.1/crypto/openssh/contrib/redhat/
H A Dopenssh.spec156 SSH (Secure SHell) is a program for logging into and executing
178 into and executing commands on a remote machine. This package contains
185 into and executing commands on a remote machine. This package contains
190 into and executing commands on a remote machine. This package contains
/freebsd-12.1/contrib/tcsh/
H A Dsrc.desc20 sh.exec.c: Command execution (searching and executing commands)
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dannotate.texinfo389 the code executing in that frame, and @var{level-string} is a string
441 where @var{address} is the address executing in the frame (the same
459 where @var{function-name} is the name of the function executing in the
735 When the program starts executing due to a @value{GDBN} command such as
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DMemory.inc67 // executing these instructions will result in a segmentation fault.

123456