Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 25 of 81) sorted by relevance

1234

/glibc-2.36/sysdeps/nptl/
Dpthread.h598 # define pthread_cleanup_pop(execute) \ argument
599 __clframe.__setdoit (execute); \
614 # define pthread_cleanup_pop_restore_np(execute) \ argument
616 __clframe.__setdoit (execute); \
647 # define pthread_cleanup_pop(execute) \ argument
648 __clframe.__do_it = (execute); \
667 # define pthread_cleanup_pop_restore_np(execute) \ argument
669 __clframe.__do_it = (execute); \
702 # define pthread_cleanup_pop(execute) \ argument
706 if (execute) \
[all …]
DpthreadP.h579 int execute);
582 # define pthread_cleanup_pop(execute) \ argument
583 __pthread_cleanup_pop (&_buffer, (execute)); }
637 # define pthread_cleanup_combined_pop(execute) \ argument
640 if (execute) \
649 int execute);
655 int execute);
659 int execute);
Dlibc-lockP.h179 # define __libc_cleanup_pop(execute) \ argument
180 __clframe.__do_it = (execute); \
/glibc-2.36/sysdeps/htl/bits/
Dcancelation.h44 #define __pthread_cleanup_pop(execute) \ argument
45 if (execute) \
/glibc-2.36/nptl/
Dcleanup_defer_compat.c37 int execute) in _pthread_cleanup_pop_restore() argument
43 if (execute) in _pthread_cleanup_pop_restore()
Dcleanup_compat.c39 __pthread_cleanup_pop (struct _pthread_cleanup_buffer *buffer, int execute) in __pthread_cleanup_pop() argument
47 if (execute) in __pthread_cleanup_pop()
/glibc-2.36/sysdeps/htl/
Dlibc-lock.h60 #define __libc_cleanup_pop(execute) __libc_cleanup_region_end (execute) argument
Dpthread.h723 #define pthread_cleanup_pop(execute) __pthread_cleanup_pop(execute) argument
/glibc-2.36/sysdeps/generic/
Dlibc-lock.h123 #define __libc_cleanup_pop(execute) __libc_cleanup_region_end (execute) argument
/glibc-2.36/sysdeps/mach/
Dlibc-lock.h191 #define __libc_cleanup_pop(execute) __libc_cleanup_region_end (execute) argument
/glibc-2.36/sysdeps/unix/sysv/linux/arm/
Dclone.S71 @ pick the function arg and call address off the stack and execute
/glibc-2.36/manual/
Dprocess.texi23 execute a program, and coordinating the completion of the child process
36 * Executing a File:: How to make a process execute another program.
95 programs to execute. The return value is @code{-1} if it wasn't
117 notion of a command processor that can execute other programs. You can
148 continue to execute normally. If you want your program to wait for a
155 A newly forked child process continues to execute the same program as
163 useful. But the child can execute another program using one of the
345 space and allows both the parent and child to execute independently,
372 process execute a new program after it has been forked.
873 to execute and a second time to supply a value for @code{argv[0]}.
Dstartup.texi471 communicate with another program you are about to execute;
551 This means that if the user tries to execute a program named @code{foo},
879 execute another program in a subprocess. This convention is not
1000 does not execute cleanup functions registered with @code{atexit} or
1022 execute cleanup functions registered with @code{atexit} or
Dpipe.texi102 or output channel), and @code{exec} (to execute the new program). Or,
Djob.texi43 commands from the user's terminal and create processes to execute the
210 to execute commands.
234 * Launching Jobs:: Creating jobs to execute commands.
Dplatform.texi446 @code{NX} -- No-execute page protection.
Dinstall.texi406 It is also possible to execute tests, which require setting the date on
528 @file{/etc/localtime}. For Germany, you might execute @samp{ln -s
Dfilesys.texi2461 This is the set-user-ID on execute bit, usually 04000.
2466 This is the set-group-ID on execute bit, usually 02000.
2541 file, then permissions for read, write, and execute/search are
2550 even by a privileged user, at least one of its execute bits must be set.
2793 Flag meaning test for execute/search permission.
/glibc-2.36/benchtests/
DREADME50 code or you're cross-building, you could build and execute the benchmark in
/glibc-2.36/math/
DREADME.libm-test71 file in the current directory, then you can execute for example:
/glibc-2.36/scripts/
Dpylintrc6 # Python code to execute, usually for sys.path manipulation such as
/glibc-2.36/
DINSTALL374 It is also possible to execute tests, which require setting the date
492 Germany, you might execute 'ln -s /usr/share/zoneinfo/Europe/Berlin
/glibc-2.36/posix/
DBOOST.tests29 ; execute, and transmit the Software, and to prepare derivative works of the
/glibc-2.36/po/
Dlt.po852 msgid "Couldn't execute %s"
1237 #. TRANS An attempt to execute a file that is currently open for writing, or
Dhu.po718 msgid "Couldn't execute %s"
1137 #. TRANS An attempt to execute a file that is currently open for writing, or

1234