Searched refs:executing (Results 1 – 25 of 134) sorted by relevance
123456
7 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.
23 2) Compile this software by executing "make".25 3) Install the software by executing "make install".
33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy39 # Executing 'zfs inherit -r' at the bottom and middle levels after executing
33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy40 # Executing 'zfs inherit -r' at the middle and bottom levels after executing
33 # Verify that executing 'zfs inherit' on each level when the middle
33 # Verify that executing 'zfs inherit' at different levels of a
33 # Verify that executing 'zfs inherit -r' at different levels of a
33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
38 # Note : executing inherit -r at the middle level and bottom levels after
97 a pointer to the currently executing ASYNC_JOB. If no job is currently executing100 If executing within the context of a job (i.e. having been called directly or156 ASYNC_get_current_job returns a pointer to the currently executing ASYNC_JOB or208 printf("Not executing within a job - should not happen\n");300 The expected output from executing the above example program is:
15 by processor in EDX:ECX register pair after executing CPUID instruction
88 The SSL_client_hello_* family of functions may only be called from code executing
51 // on success, this call will wait until the thread finishes executing
510 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()
156 SSH (Secure SHell) is a program for logging into and executing178 into and executing commands on a remote machine. This package contains185 into and executing commands on a remote machine. This package contains190 into and executing commands on a remote machine. This package contains
20 sh.exec.c: Command execution (searching and executing commands)
389 the code executing in that frame, and @var{level-string} is a string441 where @var{address} is the address executing in the frame (the same459 where @var{function-name} is the name of the function executing in the735 When the program starts executing due to a @value{GDBN} command such as
67 // executing these instructions will result in a segmentation fault.