summaryrefslogtreecommitdiffstats
path: root/po/ro/man3/pthread_spin_lock.3.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ro/man3/pthread_spin_lock.3.po')
-rw-r--r--po/ro/man3/pthread_spin_lock.3.po366
1 files changed, 366 insertions, 0 deletions
diff --git a/po/ro/man3/pthread_spin_lock.3.po b/po/ro/man3/pthread_spin_lock.3.po
new file mode 100644
index 00000000..ad9adaeb
--- /dev/null
+++ b/po/ro/man3/pthread_spin_lock.3.po
@@ -0,0 +1,366 @@
+# 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:05+0100\n"
+"PO-Revision-Date: 2023-11-26 00:20+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_spin_lock"
+msgstr "pthread_spin_lock"
+
+#. 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_spin_lock, pthread_spin_trylock, pthread_spin_unlock - lock and "
+"unlock a spin lock"
+msgstr ""
+" pthread_spin_lock, pthread_spin_trylock, pthread_spin_unlock - blochează și "
+"deblochează blocajul de rotaț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_spin_lock(pthread_spinlock_t *>I<lock>B<);>\n"
+"B<int pthread_spin_trylock(pthread_spinlock_t *>I<lock>B<);>\n"
+"B<int pthread_spin_unlock(pthread_spinlock_t *>I<lock>B<);>\n"
+msgstr ""
+"B<int pthread_spin_lock(pthread_spinlock_t *>I<lock>B<);>\n"
+"B<int pthread_spin_trylock(pthread_spinlock_t *>I<lock>B<);>\n"
+"B<int pthread_spin_unlock(pthread_spinlock_t *>I<lock>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Feature Test Macro Requirements for glibc (see B<feature_test_macros>(7)):"
+msgstr ""
+"Cerințe pentru macrocomenzi de testare a caracteristicilor pentru glibc "
+"(consultați B<feature_test_macros>(7)):"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<pthread_spin_lock>(), B<pthread_spin_trylock>():"
+msgstr "B<pthread_spin_lock>(), B<pthread_spin_trylock>():"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid " _POSIX_C_SOURCE E<gt>= 200112L\n"
+msgstr " _POSIX_C_SOURCE E<gt>= 200112L\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_spin_lock>() function locks the spin lock referred to by "
+"I<lock>. If the spin lock is currently unlocked, the calling thread "
+"acquires the lock immediately. If the spin lock is currently locked by "
+"another thread, the calling thread spins, testing the lock until it becomes "
+"available, at which point the calling thread acquires the lock."
+msgstr ""
+"Funcția B<pthread_spin_lock>() blochează blocajul de rotație la care face "
+"referire I<lock>. În cazul în care blocajul de rotație este în prezent "
+"deblocat, firul apelant dobândește imediat blocajul. În cazul în care "
+"blocajul este blocat în prezent de un alt fir, firul apelant se rotește, "
+"testând blocajul până când acesta devine disponibil, moment în care firul "
+"apelant preia blocajul."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Calling B<pthread_spin_lock>() on a lock that is already held by the caller "
+"or a lock that has not been initialized with B<pthread_spin_init>(3) "
+"results in undefined behavior."
+msgstr ""
+"Apelarea B<pthread_spin_lock>() pe un blocaj care este deja deținut de "
+"apelant sau pe un blocaj care nu a fost inițializat cu "
+"B<pthread_spin_init>(3) are ca rezultat un comportament nedefinit."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<pthread_spin_trylock>() function is like B<pthread_spin_lock>(), "
+"except that if the spin lock referred to by I<lock> is currently locked, "
+"then, instead of spinning, the call returns immediately with the error "
+"B<EBUSY>."
+msgstr ""
+"Funcția B<pthread_spin_trylock>() este la fel ca B<pthread_spin_lock>(), cu "
+"excepția faptului că, dacă blocajul de rotație la care se face referire prin "
+"I<lock> este blocat în prezent, atunci, în loc să se rotească, apelul se "
+"întoarce imediat cu eroarea B<EBUSY>."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<pthread_spin_unlock>() function unlocks the spin lock referred to "
+"I<lock>. If any threads are spinning on the lock, one of those threads will "
+"then acquire the lock."
+msgstr ""
+"Funcția B<pthread_spin_unlock>() deblochează blocajul de rotație referit la "
+"I<lock>. În cazul în care există fire de execuție care se rotesc pe blocaj, "
+"unul dintre aceste fire va dobândi blocajul."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Calling B<pthread_spin_unlock>() on a lock that is not held by the caller "
+"results in undefined behavior."
+msgstr ""
+"Apelarea B<pthread_spin_unlock>() pe un blocaj care nu este deținut de către "
+"apelant are ca rezultat un comportament nedefinit."
+
+#. 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 zero. On failure, they return an error "
+"number."
+msgstr ""
+"În caz de succes, aceste funcții returnează zero. În caz de eșec, acestea "
+"returnează un număr de eroare."
+
+#. 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_spin_lock>() may fail with the following errors:"
+msgstr "B<pthread_spin_lock>() 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<EDEADLOCK>"
+msgstr "B<EDEADLOCK>"
+
+#. Not detected in glibc
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The system detected a deadlock condition."
+msgstr "Sistemul a detectat o condiție de blocaj"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<pthread_spin_trylock>() fails with the following errors:"
+msgstr "B<pthread_spin_trylock>() eșuează 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<EBUSY>"
+msgstr "B<EBUSY>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The spin lock is currently locked by another thread."
+msgstr "Blocajul de rotație este blocat în prezent de un alt fir."
+
+#. 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-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "CAVEATS"
+msgstr "LIMITĂRI"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Applying any of the functions described on this page to an uninitialized "
+"spin lock results in undefined behavior."
+msgstr ""
+"Aplicarea oricăreia dintre funcțiile descrise în această pagină la un blocaj "
+"de rotație neinițializat are ca rezultat un comportament nedefinit."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Carefully read NOTES in B<pthread_spin_init>(3)."
+msgstr "Citiți cu atenție NOTELE din B<pthread_spin_init>(3)."
+
+#. 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"
+
+#. FIXME . .BR pthread_mutex_lock (3),
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<pthread_spin_destroy>(3), B<pthread_spin_init>(3), B<pthreads>(7)"
+msgstr "B<pthread_spin_destroy>(3), B<pthread_spin_init>(3), B<pthreads>(7)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2022-12-04"
+msgstr "4 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 "These functions were added in glibc 2.2."
+msgstr "Aceste funcții au fost adăugate în glibc 2.2."
+
+#. type: Plain text
+#: debian-bookworm
+msgid "POSIX.1-2001."
+msgstr "POSIX.1-2001."
+
+#. type: SH
+#: debian-bookworm
+#, no-wrap
+msgid "NOTES"
+msgstr "NOTE"
+
+#. type: TH
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30 martie 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 "Linux man-pages 6.04"
+msgstr "Pagini de manual de Linux 6.04"