Vertaling van "pthread" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Próbuje też polepszyć wydajność przez używanie grupowania (threading) (potrzebujesz pthread, żeby używać tą opcję) i trochę assemblera w kodzie.
It also tries to improve performance by using threading (you need pthread to use this feature) and a little inline assembly.
Ulepszony system kompilacji (mingw64, poprawki błędów, domyślne pthread w systemie Linux).
Improved build system (mingw64, bug fixes, default pthread on Linux).
Błąd 3795 ProFTPD musi użyć opcji -pthread linker jeśli łączysz się z OpenSSL z obsługą wątków.
Bug 3795 ProFTPD needs to use -pthread linker option if linking against OpenSSL with thread support.
Istniejący test wygenerowany przez autoconf dla potrzeby połączenia z biblioteką pthread nie sprawdzał wszystkich funkcji z bibliotek pthread; ostatnie FreeBSD ma pewne funkcje w libc, ale nie inne, i błędnie uważaliśmy, że linkowanie z libc wystarcza, gdy nie jest.
Existing autoconf generated test for the need to link with pthread library did not check all the functions from pthread libraries; recent FreeBSD has some functions in libc but not others, and we mistakenly thought linking with libc is enough when it is not.
Pozwala to na wykonywanie funkcji pomocniczych pthread w pliku potomnym podczas vfork bez impozycji pthreadów.
This allows pthread support functions to execute in the child during the vfork without imploding pthreads.