diff options
Diffstat (limited to 'po/ro/man3/pthread_getcpuclockid.3.po')
-rw-r--r-- | po/ro/man3/pthread_getcpuclockid.3.po | 757 |
1 files changed, 757 insertions, 0 deletions
diff --git a/po/ro/man3/pthread_getcpuclockid.3.po b/po/ro/man3/pthread_getcpuclockid.3.po new file mode 100644 index 00000000..07849d45 --- /dev/null +++ b/po/ro/man3/pthread_getcpuclockid.3.po @@ -0,0 +1,757 @@ +# Romanian translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>, 2024. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n 4.21.0\n" +"POT-Creation-Date: 2024-03-01 17:04+0100\n" +"PO-Revision-Date: 2024-02-01 19:10+0100\n" +"Last-Translator: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>\n" +"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2;\n" +"X-Generator: Poedit 3.2.2\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "pthread_getcpuclockid" +msgstr "pthread_getcpuclockid" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "31 octombrie 2023" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "Pagini de manual de Linux 6.06" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "NUME" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "pthread_getcpuclockid - retrieve ID of a thread's CPU time clock" +msgstr "" +"pthread_getcpuclockid - recuperează ID-ul ceasului de timp CPU al unui fir " +"de execuție" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LIBRARY" +msgstr "BIBLIOTECA" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "POSIX threads library (I<libpthread>, I<-lpthread>)" +msgstr "Biblioteca de fire de execuție POSIX (I<libpthread>, I<-lpthread>)" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "REZUMAT" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"B<#include E<lt>pthread.hE<gt>>\n" +"B<#include E<lt>time.hE<gt>>\n" +msgstr "" +"B<#include E<lt>pthread.hE<gt>>\n" +"B<#include E<lt>time.hE<gt>>\n" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<int pthread_getcpuclockid(pthread_t >I<thread>B<, clockid_t *>I<clockid>B<);>\n" +msgstr "B<int pthread_getcpuclockid(pthread_t >I<thread>B<, clockid_t *>I<clockid>B<);>\n" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIERE" + +#. The clockid is constructed as follows: +#. *clockid = CLOCK_THREAD_CPUTIME_ID | (pd->tid << CLOCK_IDFIELD_SIZE) +#. where CLOCK_IDFIELD_SIZE is 3. +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<pthread_getcpuclockid>() function obtains the ID of the CPU-time " +"clock of the thread whose ID is given in I<thread>, and returns it in the " +"location pointed to by I<clockid>." +msgstr "" +"Funcția B<pthread_getcpuclockid>() obține ID-ul ceasului de timp CPU al " +"firului al cărui ID este dat în I<thread> și îl returnează în locația " +"indicată de I<clockid>." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "RETURN VALUE" +msgstr "VALOAREA RETURNATĂ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"On success, this function returns 0; on error, it returns a nonzero error " +"number." +msgstr "" +"În caz de succes, această funcție returnează 0; în caz de eroare, returnează " +"un număr de eroare diferit de zero." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ERRORS" +msgstr "ERORI-IEȘIRE" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ENOENT>" +msgstr "B<ENOENT>" + +# +#. CLOCK_THREAD_CPUTIME_ID not defined +#. Looking at nptl/pthread_getcpuclockid.c an ERANGE error would +#. be possible if kernel thread IDs took more than 29 bits (which +#. they currently cannot). +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Per-thread CPU time clocks are not supported by the system." +msgstr "Sistemul nu acceptă ceasuri de timp pentru fiecare fir de procesor." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ESRCH>" +msgstr "B<ESRCH>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "No thread with the ID I<thread> could be found." +msgstr "" +"Nu a putut fi găsit niciun fir de execuție cu identificatorul I<thread>." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ATTRIBUTES" +msgstr "ATRIBUTE" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"For an explanation of the terms used in this section, see B<attributes>(7)." +msgstr "" +"Pentru o explicație a termenilor folosiți în această secțiune, a se vedea " +"B<attributes>(7)." + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Interface" +msgstr "Interfață" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Attribute" +msgstr "Atribut" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Value" +msgstr "Valoare" + +#. type: tbl table +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid ".na\n" +msgstr ".na\n" + +#. type: tbl table +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid ".nh\n" +msgstr ".nh\n" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<pthread_getcpuclockid>()" +msgstr "B<pthread_getcpuclockid>()" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Thread safety" +msgstr "Siguranța firelor" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "MT-Safe" +msgstr "MT-Safe" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "STANDARDS" +msgstr "STANDARDE" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "POSIX.1-2008." +msgstr "POSIX.1-2008." + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "HISTORY" +msgstr "ISTORIC" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "glibc 2.2. POSIX.1-2001." +msgstr "glibc 2.2. POSIX.1-2001." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NOTES" +msgstr "NOTE" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When I<thread> refers to the calling thread, this function returns an " +"identifier that refers to the same clock manipulated by B<clock_gettime>(2) " +"and B<clock_settime>(2) when given the clock ID B<CLOCK_THREAD_CPUTIME_ID>." +msgstr "" +"Atunci când I<thread> se referă la firul apelant, această funcție returnează " +"un identificator care se referă la același ceas manipulat de " +"B<clock_gettime>(2) și B<clock_settime>(2) atunci când i se dă ID-ul " +"ceasului B<CLOCK_THREAD_CPUTIME_ID>." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "EXAMPLES" +msgstr "EXEMPLE" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The program below creates a thread and then uses B<clock_gettime>(2) to " +"retrieve the total process CPU time, and the per-thread CPU time consumed by " +"the two threads. The following shell session shows an example run:" +msgstr "" +"Programul de mai jos creează un fir de execuție și apoi utilizează " +"B<clock_gettime>(2) pentru a prelua timpul total de procesare al " +"procesorului și timpul de procesare consumat de cele două fire de execuție " +"pentru fiecare fir. Următoarea sesiune shell arată un exemplu de execuție:" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"$ B<./a.out>\n" +"Main thread sleeping\n" +"Subthread starting infinite loop\n" +"Main thread consuming some CPU time...\n" +"Process total CPU time: 1.368\n" +"Main thread CPU time: 0.376\n" +"Subthread CPU time: 0.992\n" +msgstr "" +"$ B<./a.out>\n" +"Firul principal dormind\n" +"Subfirul începe o buclă infinită\n" +"Firul principal consumând ceva timp de CPU...\n" +"Timpul total de procesare al procesorului: 1.368\n" +"Timpul CPU al firului principal: 0.376\n" +"Timpul CPU al subfirului: 0.992\n" + +#. type: SS +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Program source" +msgstr "Sursa programului" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "" +"/* Link with \"-lrt\" */\n" +"\\&\n" +"#include E<lt>errno.hE<gt>\n" +"#include E<lt>pthread.hE<gt>\n" +"#include E<lt>stdint.hE<gt>\n" +"#include E<lt>stdio.hE<gt>\n" +"#include E<lt>stdlib.hE<gt>\n" +"#include E<lt>string.hE<gt>\n" +"#include E<lt>time.hE<gt>\n" +"#include E<lt>unistd.hE<gt>\n" +"\\&\n" +"#define handle_error(msg) \\e\n" +" do { perror(msg); exit(EXIT_FAILURE); } while (0)\n" +"\\&\n" +"#define handle_error_en(en, msg) \\e\n" +" do { errno = en; perror(msg); exit(EXIT_FAILURE); } while (0)\n" +"\\&\n" +"static void *\n" +"thread_start(void *arg)\n" +"{\n" +" printf(\"Subthread starting infinite loop\\en\");\n" +" for (;;)\n" +" continue;\n" +"}\n" +"\\&\n" +"static void\n" +"pclock(char *msg, clockid_t cid)\n" +"{\n" +" struct timespec ts;\n" +"\\&\n" +" printf(\"%s\", msg);\n" +" if (clock_gettime(cid, &ts) == -1)\n" +" handle_error(\"clock_gettime\");\n" +" printf(\"%4jd.%03ld\\en\", (intmax_t) ts.tv_sec, ts.tv_nsec / 1000000);\n" +"}\n" +"\\&\n" +"int\n" +"main(void)\n" +"{\n" +" pthread_t thread;\n" +" clockid_t cid;\n" +" int s;\n" +"\\&\n" +" s = pthread_create(&thread, NULL, thread_start, NULL);\n" +" if (s != 0)\n" +" handle_error_en(s, \"pthread_create\");\n" +"\\&\n" +" printf(\"Main thread sleeping\\en\");\n" +" sleep(1);\n" +"\\&\n" +" printf(\"Main thread consuming some CPU time...\\en\");\n" +" for (unsigned int j = 0; j E<lt> 2000000; j++)\n" +" getppid();\n" +"\\&\n" +" pclock(\"Process total CPU time: \", CLOCK_PROCESS_CPUTIME_ID);\n" +"\\&\n" +" s = pthread_getcpuclockid(pthread_self(), &cid);\n" +" if (s != 0)\n" +" handle_error_en(s, \"pthread_getcpuclockid\");\n" +" pclock(\"Main thread CPU time: \", cid);\n" +"\\&\n" +" /* The preceding 4 lines of code could have been replaced by:\n" +" pclock(\"Main thread CPU time: \", CLOCK_THREAD_CPUTIME_ID); */\n" +"\\&\n" +" s = pthread_getcpuclockid(thread, &cid);\n" +" if (s != 0)\n" +" handle_error_en(s, \"pthread_getcpuclockid\");\n" +" pclock(\"Subthread CPU time: 1 \", cid);\n" +"\\&\n" +" exit(EXIT_SUCCESS); /* Terminates both threads */\n" +"}\n" +msgstr "" +"/* Editare legături cu „-lrt” */\n" +"\\&\n" +"#include E<lt>errno.hE<gt>\n" +"#include E<lt>pthread.hE<gt>\n" +"#include E<lt>stdint.hE<gt>\n" +"#include E<lt>stdio.hE<gt>\n" +"#include E<lt>stdlib.hE<gt>\n" +"#include E<lt>string.hE<gt>\n" +"#include E<lt>time.hE<gt>\n" +"#include E<lt>unistd.hE<gt>\n" +"\\&\n" +"#define handle_error(msg) \\e\n" +" do { perror(msg); exit(EXIT_FAILURE); } while (0)\n" +"\\&\n" +"#define handle_error_en(en, msg) \\e\n" +" do { errno = en; perror(msg); exit(EXIT_FAILURE); } while (0)\n" +"\\&\n" +"static void *\n" +"thread_start(void *arg)\n" +"{\n" +" printf(\"Subfirul începe o buclă infinită\\en\");\n" +" for (;;)\n" +" continue;\n" +"}\n" +"\\&\n" +"static void\n" +"pclock(char *msg, clockid_t cid)\n" +"{\n" +" struct timespec ts;\n" +"\\&\n" +" printf(\"%s\", msg);\n" +" if (clock_gettime(cid, &ts) == -1)\n" +" handle_error(\"clock_gettime\");\n" +" printf(\"%4jd.%03ld\\en\", (intmax_t) ts.tv_sec, ts.tv_nsec / 1000000);\n" +"}\n" +"\\&\n" +"int\n" +"main(void)\n" +"{\n" +" pthread_t thread;\n" +" clockid_t cid;\n" +" int s;\n" +"\\&\n" +" s = pthread_create(&thread, NULL, thread_start, NULL);\n" +" if (s != 0)\n" +" handle_error_en(s, \"pthread_create\");\n" +"\\&\n" +" printf(\"Firul principal dormind\\en\");\n" +" sleep(1);\n" +"\\&\n" +" printf(\"Firul principal consumând ceva timp de CPU...\\en\");\n" +" for (unsigned int j = 0; j E<lt> 2000000; j++)\n" +" getppid();\n" +"\\&\n" +" pclock(\"Timpul total de procesare al procesorului: \", CLOCK_PROCESS_CPUTIME_ID);\n" +"\\&\n" +" s = pthread_getcpuclockid(pthread_self(), &cid);\n" +" if (s != 0)\n" +" handle_error_en(s, \"pthread_getcpuclockid\");\n" +" pclock(\"Timpul CPU al firului principal: \", cid);\n" +"\\&\n" +" /* The preceding 4 lines of code could have been replaced by:\n" +" pclock(\"Main thread CPU time: \", CLOCK_THREAD_CPUTIME_ID); */\n" +"\\&\n" +" s = pthread_getcpuclockid(thread, &cid);\n" +" if (s != 0)\n" +" handle_error_en(s, \"pthread_getcpuclockid\");\n" +" pclock(\"Timpul CPU al subfirului: 1 \", cid);\n" +"\\&\n" +" exit(EXIT_SUCCESS); /* Termină ambele fire */\n" +"}\n" + +#. SRC END +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "CONSULTAȚI ȘI" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<clock_gettime>(2), B<clock_settime>(2), B<timer_create>(2), " +"B<clock_getcpuclockid>(3), B<pthread_self>(3), B<pthreads>(7), B<time>(7)" +msgstr "" +"B<clock_gettime>(2), B<clock_settime>(2), B<timer_create>(2), " +"B<clock_getcpuclockid>(3), B<pthread_self>(3), B<pthreads>(7), B<time>(7)" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "2022-12-15" +msgstr "15 decembrie 2022" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "Pagini de manual de Linux 6.03" + +#. type: SH +#: debian-bookworm +#, no-wrap +msgid "VERSIONS" +msgstr "VERSIUNI" + +#. type: Plain text +#: debian-bookworm +msgid "This function is available since glibc 2.2." +msgstr "Această funcție este disponibilă începând cu glibc 2.2." + +#. type: Plain text +#: debian-bookworm +msgid "POSIX.1-2001, POSIX.1-2008." +msgstr "POSIX.1-2001, POSIX.1-2008." + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "/* Link with \"-lrt\" */\n" +msgstr "/* Editare legături cu „-lrt” */\n" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"#include E<lt>errno.hE<gt>\n" +"#include E<lt>pthread.hE<gt>\n" +"#include E<lt>stdint.hE<gt>\n" +"#include E<lt>stdio.hE<gt>\n" +"#include E<lt>stdlib.hE<gt>\n" +"#include E<lt>string.hE<gt>\n" +"#include E<lt>time.hE<gt>\n" +"#include E<lt>unistd.hE<gt>\n" +msgstr "" +"#include E<lt>errno.hE<gt>\n" +"#include E<lt>pthread.hE<gt>\n" +"#include E<lt>stdint.hE<gt>\n" +"#include E<lt>stdio.hE<gt>\n" +"#include E<lt>stdlib.hE<gt>\n" +"#include E<lt>string.hE<gt>\n" +"#include E<lt>time.hE<gt>\n" +"#include E<lt>unistd.hE<gt>\n" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"#define handle_error(msg) \\e\n" +" do { perror(msg); exit(EXIT_FAILURE); } while (0)\n" +msgstr "" +"#define handle_error(msg) \\e\n" +" do { perror(msg); exit(EXIT_FAILURE); } while (0)\n" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"#define handle_error_en(en, msg) \\e\n" +" do { errno = en; perror(msg); exit(EXIT_FAILURE); } while (0)\n" +msgstr "" +"#define handle_error_en(en, msg) \\e\n" +" do { errno = en; perror(msg); exit(EXIT_FAILURE); } while (0)\n" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"static void *\n" +"thread_start(void *arg)\n" +"{\n" +" printf(\"Subthread starting infinite loop\\en\");\n" +" for (;;)\n" +" continue;\n" +"}\n" +msgstr "" +"static void *\n" +"thread_start(void *arg)\n" +"{\n" +" printf(\"Subfirul începe o buclă infinită\\en\");\n" +" for (;;)\n" +" continue;\n" +"}\n" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"static void\n" +"pclock(char *msg, clockid_t cid)\n" +"{\n" +" struct timespec ts;\n" +msgstr "" +"static void\n" +"pclock(char *msg, clockid_t cid)\n" +"{\n" +" struct timespec ts;\n" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" printf(\"%s\", msg);\n" +" if (clock_gettime(cid, &ts) == -1)\n" +" handle_error(\"clock_gettime\");\n" +" printf(\"%4jd.%03ld\\en\", (intmax_t) ts.tv_sec, ts.tv_nsec / 1000000);\n" +"}\n" +msgstr "" +" printf(\"%s\", msg);\n" +" if (clock_gettime(cid, &ts) == -1)\n" +" handle_error(\"clock_gettime\");\n" +" printf(\"%4jd.%03ld\\en\", (intmax_t) ts.tv_sec, ts.tv_nsec / 1000000);\n" +"}\n" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"int\n" +"main(void)\n" +"{\n" +" pthread_t thread;\n" +" clockid_t cid;\n" +" int s;\n" +msgstr "" +"int\n" +"main(void)\n" +"{\n" +" pthread_t thread;\n" +" clockid_t cid;\n" +" int s;\n" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" s = pthread_create(&thread, NULL, thread_start, NULL);\n" +" if (s != 0)\n" +" handle_error_en(s, \"pthread_create\");\n" +msgstr "" +" s = pthread_create(&thread, NULL, thread_start, NULL);\n" +" if (s != 0)\n" +" handle_error_en(s, \"pthread_create\");\n" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" printf(\"Main thread sleeping\\en\");\n" +" sleep(1);\n" +msgstr "" +" printf(\"Firul principal dormind\\en\");\n" +" sleep(1);\n" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" printf(\"Main thread consuming some CPU time...\\en\");\n" +" for (unsigned int j = 0; j E<lt> 2000000; j++)\n" +" getppid();\n" +msgstr "" +" printf(\"Firul principal consumând ceva timp de CPU...\\en\");\n" +" for (unsigned int j = 0; j E<lt> 2000000; j++)\n" +" getppid();\n" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid " pclock(\"Process total CPU time: \", CLOCK_PROCESS_CPUTIME_ID);\n" +msgstr " pclock(\"Timpul total de procesare al procesorului: \", CLOCK_PROCESS_CPUTIME_ID);\n" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" s = pthread_getcpuclockid(pthread_self(), &cid);\n" +" if (s != 0)\n" +" handle_error_en(s, \"pthread_getcpuclockid\");\n" +" pclock(\"Main thread CPU time: \", cid);\n" +msgstr "" +" s = pthread_getcpuclockid(pthread_self(), &cid);\n" +" if (s != 0)\n" +" handle_error_en(s, \"pthread_getcpuclockid\");\n" +" pclock(\"Timpul CPU al firului principal: \", cid);\n" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" /* The preceding 4 lines of code could have been replaced by:\n" +" pclock(\"Main thread CPU time: \", CLOCK_THREAD_CPUTIME_ID); */\n" +msgstr "" +" /* Cele 4 linii de cod precedente ar fi putut fi înlocuite cu:\n" +" pclock(\"Timpul CPU al firului principal: \", CLOCK_THREAD_CPUTIME_ID); */\n" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" s = pthread_getcpuclockid(thread, &cid);\n" +" if (s != 0)\n" +" handle_error_en(s, \"pthread_getcpuclockid\");\n" +" pclock(\"Subthread CPU time: 1 \", cid);\n" +msgstr "" +" s = pthread_getcpuclockid(thread, &cid);\n" +" if (s != 0)\n" +" handle_error_en(s, \"pthread_getcpuclockid\");\n" +" pclock(\"Timpul CPU al subfirului: 1 \", cid);\n" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" exit(EXIT_SUCCESS); /* Terminates both threads */\n" +"}\n" +msgstr "" +" exit(EXIT_SUCCESS); /* Termină ambele fire */\n" +"}\n" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "2023-07-20" +msgstr "20 iulie 2023" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages 6.05.01" +msgstr "Pagini de manual de Linux 6.05.01" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "2023-03-30" +msgstr "30 martie 2023" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "Linux man-pages 6.04" +msgstr "Pagini de manual de Linux 6.04" |