/glibc-2.36/sysdeps/nptl/ |
D | pthread.h | 598 # 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 …]
|
D | pthreadP.h | 579 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);
|
D | libc-lockP.h | 179 # define __libc_cleanup_pop(execute) \ argument 180 __clframe.__do_it = (execute); \
|
/glibc-2.36/sysdeps/htl/bits/ |
D | cancelation.h | 44 #define __pthread_cleanup_pop(execute) \ argument 45 if (execute) \
|
/glibc-2.36/nptl/ |
D | cleanup_defer_compat.c | 37 int execute) in _pthread_cleanup_pop_restore() argument 43 if (execute) in _pthread_cleanup_pop_restore()
|
D | cleanup_compat.c | 39 __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/ |
D | libc-lock.h | 60 #define __libc_cleanup_pop(execute) __libc_cleanup_region_end (execute) argument
|
D | pthread.h | 723 #define pthread_cleanup_pop(execute) __pthread_cleanup_pop(execute) argument
|
/glibc-2.36/sysdeps/generic/ |
D | libc-lock.h | 123 #define __libc_cleanup_pop(execute) __libc_cleanup_region_end (execute) argument
|
/glibc-2.36/sysdeps/mach/ |
D | libc-lock.h | 191 #define __libc_cleanup_pop(execute) __libc_cleanup_region_end (execute) argument
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/ |
D | clone.S | 71 @ pick the function arg and call address off the stack and execute
|
/glibc-2.36/manual/ |
D | process.texi | 23 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]}.
|
D | startup.texi | 471 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
|
D | pipe.texi | 102 or output channel), and @code{exec} (to execute the new program). Or,
|
D | job.texi | 43 commands from the user's terminal and create processes to execute the 210 to execute commands. 234 * Launching Jobs:: Creating jobs to execute commands.
|
D | platform.texi | 446 @code{NX} -- No-execute page protection.
|
D | install.texi | 406 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
|
D | filesys.texi | 2461 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/ |
D | README | 50 code or you're cross-building, you could build and execute the benchmark in
|
/glibc-2.36/math/ |
D | README.libm-test | 71 file in the current directory, then you can execute for example:
|
/glibc-2.36/scripts/ |
D | pylintrc | 6 # Python code to execute, usually for sys.path manipulation such as
|
/glibc-2.36/ |
D | INSTALL | 374 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/ |
D | BOOST.tests | 29 ; execute, and transmit the Software, and to prepare derivative works of the
|
/glibc-2.36/po/ |
D | lt.po | 852 msgid "Couldn't execute %s" 1237 #. TRANS An attempt to execute a file that is currently open for writing, or
|
D | hu.po | 718 msgid "Couldn't execute %s" 1137 #. TRANS An attempt to execute a file that is currently open for writing, or
|