diff options
Diffstat (limited to 'po/ro/man3/pthread_attr_setscope.3.po')
-rw-r--r-- | po/ro/man3/pthread_attr_setscope.3.po | 463 |
1 files changed, 463 insertions, 0 deletions
diff --git a/po/ro/man3/pthread_attr_setscope.3.po b/po/ro/man3/pthread_attr_setscope.3.po new file mode 100644 index 00000000..ac94dde4 --- /dev/null +++ b/po/ro/man3/pthread_attr_setscope.3.po @@ -0,0 +1,463 @@ +# 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>, 2023. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n 4.20.0\n" +"POT-Creation-Date: 2024-03-01 17:04+0100\n" +"PO-Revision-Date: 2023-11-03 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_attr_setscope" +msgstr "pthread_attr_setscope" + +#. 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_attr_setscope, pthread_attr_getscope - set/get contention scope " +"attribute in thread attributes object" +msgstr "" +"pthread_attr_setscope, pthread_attr_getscope - stabilește/obține atributul " +"domeniului de contenție în obiectul atributele firului 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" +msgstr "B<#include E<lt>pthread.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_attr_setscope(pthread_attr_t *>I<attr>B<, int >I<scope>B<);>\n" +"B<int pthread_attr_getscope(const pthread_attr_t *restrict >I<attr>B<,>\n" +"B< int *restrict >I<scope>B<);>\n" +msgstr "" +"B<int pthread_attr_setscope(pthread_attr_t *>I<attr>B<, int >I<scope>B<);>\n" +"B<int pthread_attr_getscope(const pthread_attr_t *restrict >I<attr>B<,>\n" +"B< int *restrict >I<scope>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" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<pthread_attr_setscope>() function sets the contention scope attribute " +"of the thread attributes object referred to by I<attr> to the value " +"specified in I<scope>. The contention scope attribute defines the set of " +"threads against which a thread competes for resources such as the CPU. " +"POSIX.1 specifies two possible values for I<scope>:" +msgstr "" +"Funcția B<pthread_attr_attr_setscope>() stabilește atributul domeniului de " +"contenție al obiectului de atribute ale firelor la care face referire " +"I<attr> la valoarea specificată în I<scope>. Atributul \"contention scope\" " +"definește setul de fire de execuție împotriva cărora un fir de execuție " +"concurează pentru resurse precum CPU. POSIX.1 specifică două valori " +"posibile pentru I<scope>:" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<PTHREAD_SCOPE_SYSTEM>" +msgstr "B<PTHREAD_SCOPE_SYSTEM>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The thread competes for resources with all other threads in all processes on " +"the system that are in the same scheduling allocation domain (a group of one " +"or more processors). B<PTHREAD_SCOPE_SYSTEM> threads are scheduled relative " +"to one another according to their scheduling policy and priority." +msgstr "" +"Firul concurează pentru resurse cu toate celelalte fire din toate procesele " +"din sistem care se află în același domeniu de alocare a planificării (un " +"grup de unul sau mai multe procesoare). Firele B<PTHREAD_SCOPE_SYSTEM> sunt " +"planificate unele în raport cu altele în funcție de politica de planificare " +"și de prioritățile lor." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<PTHREAD_SCOPE_PROCESS>" +msgstr "B<PTHREAD_SCOPE_PROCESS>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The thread competes for resources with all other threads in the same process " +"that were also created with the B<PTHREAD_SCOPE_PROCESS> contention scope. " +"B<PTHREAD_SCOPE_PROCESS> threads are scheduled relative to other threads in " +"the process according to their scheduling policy and priority. POSIX.1 " +"leaves it unspecified how these threads contend with other threads in other " +"process on the system or with other threads in the same process that were " +"created with the B<PTHREAD_SCOPE_SYSTEM> contention scope." +msgstr "" +"Firul concurează pentru resurse cu toate celelalte fire din același proces " +"care au fost create, de asemenea, cu domeniul de contenție " +"B<PTHREAD_SCOPE_PROCESS>. Firele de execuție B<PTHREAD_SCOPE_PROCESS> sunt " +"planificate în raport cu celelalte fire de execuție din proces în funcție de " +"politica de planificare și de prioritatea lor. POSIX.1 nu specifică modul " +"în care aceste fire concurează cu alte fire din alte procese din sistem sau " +"cu alte fire din același proces care au fost create cu domeniul de contenție " +"B<PTHREAD_SCOPE_SYSTEM>." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"POSIX.1 requires that an implementation support at least one of these " +"contention scopes. Linux supports B<PTHREAD_SCOPE_SYSTEM>, but not " +"B<PTHREAD_SCOPE_PROCESS>." +msgstr "" +"POSIX.1 impune ca o implementare să asigure suportul pentru cel puțin unul " +"dintre aceste domenii de contenție. Linux acceptă B<PTHREAD_SCOPE_SYSTEM>, " +"dar nu și B<PTHREAD_SCOPE_PROCESS>." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"On systems that support multiple contention scopes, then, in order for the " +"parameter setting made by B<pthread_attr_setscope>() to have effect when " +"calling B<pthread_create>(3), the caller must use " +"B<pthread_attr_setinheritsched>(3) to set the inherit-scheduler attribute " +"of the attributes object I<attr> to B<PTHREAD_EXPLICIT_SCHED>." +msgstr "" +"Pe sistemele care acceptă mai multe domenii de contenție, atunci, pentru ca " +"stabilirea parametrilor efectuată de B<pthread_attr_attr_setscope>() să aibă " +"efect atunci când se apelează B<pthread_create>(3), apelantul trebuie să " +"utilizeze B<pthread_attr_setinheritsched>(3) pentru a stabili atributul " +"inherit-scheduler al obiectului de atribute I<attr> la " +"B<PTHREAD_EXPLICIT_SCHED>." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<pthread_attr_getscope>() function returns the contention scope " +"attribute of the thread attributes object referred to by I<attr> in the " +"buffer pointed to by I<scope>." +msgstr "" +"Funcția B<pthread_attr_getscope>() returnează atributul domeniului de " +"contenție al obiectului atributelor firului de execuție la care se face " +"referire prin I<attr> în memoria tampon indicată de I<scope>." + +#. 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, these functions return 0; on error, they return a nonzero error " +"number." +msgstr "" +"În caz de succes, aceste funcții returnează 0; în caz de eroare, ele " +"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: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<pthread_attr_setscope>() can fail with the following errors:" +msgstr "B<pthread_attr_setscope>() poate eșua cu următoarele erori:" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EINVAL>" +msgstr "B<EINVAL>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "An invalid value was specified in I<scope>." +msgstr "A fost specificată o valoare nevalidă în I<scop>." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ENOTSUP>" +msgstr "B<ENOTSUP>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<scope> specified the value B<PTHREAD_SCOPE_PROCESS>, which is not " +"supported on Linux." +msgstr "" +"I<scope> a specificat valoarea B<PTHREAD_SCOPE_PROCESS>, care nu este " +"acceptată pe Linux." + +#. 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_attr_setscope>(),\n" +"B<pthread_attr_getscope>()" +msgstr "" +"B<pthread_attr_setscope>(),\n" +"B<pthread_attr_getscope>()" + +#. 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 "POSIX.1-2001." +msgstr "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 "" +"The B<PTHREAD_SCOPE_SYSTEM> contention scope typically indicates that a user-" +"space thread is bound directly to a single kernel-scheduling entity. This " +"is the case on Linux for the obsolete LinuxThreads implementation and the " +"modern NPTL implementation, which are both 1:1 threading implementations." +msgstr "" +"Domeniul de contenție B<PTHREAD_SCOPE_SYSTEM> indică de obicei faptul că un " +"fir din spațiul utilizatorului este legat direct de o singură entitate de " +"planificare a nucleului. Acesta este cazul pe Linux pentru implementarea " +"învechită LinuxThreads și pentru implementarea modernă NPTL, care sunt " +"ambele implementări 1:1 de fire de execuție." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"POSIX.1 specifies that the default contention scope is implementation-" +"defined." +msgstr "" +"POSIX.1 specifică faptul că domeniul implicit de contenție este definit de " +"implementare." + +#. 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<pthread_attr_init>(3), B<pthread_attr_setaffinity_np>(3), " +"B<pthread_attr_setinheritsched>(3), B<pthread_attr_setschedparam>(3), " +"B<pthread_attr_setschedpolicy>(3), B<pthread_create>(3), B<pthreads>(7)" +msgstr "" +"B<pthread_attr_init>(3), B<pthread_attr_setaffinity_np>(3), " +"B<pthread_attr_setinheritsched>(3), B<pthread_attr_setschedparam>(3), " +"B<pthread_attr_setschedpolicy>(3), B<pthread_create>(3), B<pthreads>(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: Plain text +#: debian-bookworm +msgid "POSIX.1-2001, POSIX.1-2008." +msgstr "POSIX.1-2001, POSIX.1-2008." + +#. 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" |