diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /po/pl/man2/sched_yield.2.po | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/pl/man2/sched_yield.2.po')
-rw-r--r-- | po/pl/man2/sched_yield.2.po | 313 |
1 files changed, 313 insertions, 0 deletions
diff --git a/po/pl/man2/sched_yield.2.po b/po/pl/man2/sched_yield.2.po new file mode 100644 index 00000000..d4d718fb --- /dev/null +++ b/po/pl/man2/sched_yield.2.po @@ -0,0 +1,313 @@ +# Polish translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Przemek Borys <pborys@dione.ids.pl>, 1999. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n\n" +"POT-Creation-Date: 2024-03-01 17:07+0100\n" +"PO-Revision-Date: 2022-08-07 10:38+0200\n" +"Last-Translator: Przemek Borys <pborys@dione.ids.pl>\n" +"Language-Team: Polish <manpages-pl-list@lists.sourceforge.net>\n" +"Language: pl\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%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Lokalize 19.08.3\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<int sched_yield(void);>" +msgid "sched_yield" +msgstr "B<int sched_yield(void);>" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "31 października 2023 r." + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "Linux man-pages 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 "NAZWA" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "sched_yield - yield the processor" +msgstr "sched_yield - oddanie procesora" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LIBRARY" +msgstr "BIBLIOTEKA" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Standard C library (I<libc>, I<-lc>)" +msgstr "Standardowa biblioteka C (I<libc>, I<-lc>)" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "SKŁADNIA" + +#. 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>sched.hE<gt>>\n" +msgstr "B<#include E<lt>sched.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 sched_yield(void);>\n" +msgstr "B<int sched_yield(void);>\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 "OPIS" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "A process can relinquish the processor voluntarily without blocking by " +#| "calling B<sched_yield>. The process will then be moved to the end of the " +#| "queue for its static priority and a new process gets to run." +msgid "" +"B<sched_yield>() causes the calling thread to relinquish the CPU. The " +"thread is moved to the end of the queue for its static priority and a new " +"thread gets to run." +msgstr "" +"Proces może nie blokując zrezygnować z używania procesora, wołając " +"B<sched_yield>. Proces zostanie przeniesiony na koniec kolejki swojego " +"statycznego priorytetu i uruchomiony zostanie kolejny proces." + +#. 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 "WARTOŚĆ ZWRACANA" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "On success, B<sched_yield>() returns 0. On error, -1 is returned, and " +#| "I<errno> is set appropriately." +msgid "" +"On success, B<sched_yield>() returns 0. On error, -1 is returned, and " +"I<errno> is set to indicate the error." +msgstr "" +"Po pomyślnym zakończeniu B<sched_yield>() zwraca zero. Po błędzie zwracane " +"jest -1 i odpowiednio ustawiane I<errno>." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ERRORS" +msgstr "BŁĘDY" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "In the Linux implementation, B<sched_yield>() always succeeds." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "STANDARDS" +msgstr "STANDARDY" + +#. 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 "HISTORIA" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, fuzzy +#| msgid "POSIX.1-2001, POSIX.1-2008." +msgid "POSIX.1-2001 (but optional). POSIX.1-2008." +msgstr "POSIX.1-2001, POSIX.1-2008." + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "POSIX systems on which B<sched_yield>() is available define " +#| "B<_POSIX_PRIORITY_SCHEDULING> in I<E<lt>unistd.hE<gt>>." +msgid "" +"Before POSIX.1-2008, systems on which B<sched_yield>() is available defined " +"B<_POSIX_PRIORITY_SCHEDULING> in I<E<lt>unistd.hE<gt>>." +msgstr "" +"Systemy POSIX-owe, na których dostępny jest B<sched_yield>() definiują w " +"E<lt>unistd.hE<gt> B<_POSIX_PRIORITY_SCHEDULING>." + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "CAVEATS" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<sched_yield>() is intended for use with real-time scheduling policies (i." +"e., B<SCHED_FIFO> or B<SCHED_RR>). Use of B<sched_yield>() with " +"nondeterministic scheduling policies such as B<SCHED_OTHER> is unspecified " +"and very likely means your application design is broken." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Note: If the current process is the only process in the highest priority " +#| "list at that time, this process will continue to run after a call to " +#| "B<sched_yield>." +msgid "" +"If the calling thread is the only thread in the highest priority list at " +"that time, it will continue to run after a call to B<sched_yield>()." +msgstr "" +"Uwaga: Jeśli bieżący proces jest jedynym procesem w najwyższej liście " +"priorytetów, po wywołaniu B<sched_yield> jego działanie będzie trwać dalej." + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Avoid calling B<sched_yield>() unnecessarily or inappropriately (e.g., when " +"resources needed by other schedulable threads are still held by the caller), " +"since doing so will result in unnecessary context switches, which will " +"degrade system performance." +msgstr "" + +#. 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 "ZOBACZ TAKŻE" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<sched>(7)" +msgstr "B<sched>(7)" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "2022-10-30" +msgstr "30 października 2022 r." + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "Linux man-pages 6.03" + +#. type: Plain text +#: debian-bookworm +msgid "POSIX.1-2001, POSIX.1-2008." +msgstr "POSIX.1-2001, POSIX.1-2008." + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "NOTES" +msgstr "UWAGI" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"POSIX systems on which B<sched_yield>() is available define " +"B<_POSIX_PRIORITY_SCHEDULING> in I<E<lt>unistd.hE<gt>>." +msgstr "" +"Systemy POSIX-owe, na których dostępny jest B<sched_yield>() definiują w " +"E<lt>unistd.hE<gt> B<_POSIX_PRIORITY_SCHEDULING>." + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Strategic calls to B<sched_yield>() can improve performance by giving other " +"threads or processes a chance to run when (heavily) contended resources (e." +"g., mutexes) have been released by the caller. Avoid calling " +"B<sched_yield>() unnecessarily or inappropriately (e.g., when resources " +"needed by other schedulable threads are still held by the caller), since " +"doing so will result in unnecessary context switches, which will degrade " +"system performance." +msgstr "" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "2023-05-03" +msgstr "3 maja 2023 r." + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages 6.05.01" +msgstr "Linux man-pages 6.05.01" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "2023-03-30" +msgstr "30 marca 2023 r." + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "Linux man-pages 6.04" +msgstr "Linux man-pages 6.04" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "POSIX.1-2001." +msgstr "POSIX.1-2001." |