language:
Find link is a tool written by Edward Betts.searching for Pthreads 18 found (50 total)
alternate case: pthreads
DCEThreads
(335 words)
[view diff]
exact match in snippet
view article
find links to article
create multiple avenues of execution in a single process. It is based on pthreads interface. DCE/RPC was under development, but the POSIX committee had notInterix (1,674 words) [view diff] exact match in snippet view article find links to article
servers were available) Has Unix "root" capabilities (i.e. setuid files) Has pthreads, shared libraries, DSOs, job control, signals, sockets, shared memory TheMingw-w64 (1,423 words) [view diff] exact match in snippet view article find links to article
Win32 API implementation, including: Better C99 support POSIX Threads (pthreads) support (including the possibility to enable C++11 thread-related functionalityPX5 RTOS (1,046 words) [view diff] exact match in snippet view article find links to article
notable features of the PX5 RTOS is its native support for POSIX Threads (pthreads), which is an industry-standard API often absent in many other RTOS solutionsUClibc (506 words) [view diff] exact match in snippet view article find links to article
Changelog". Archived from the original on 2007-06-09. Retrieved 2007-06-19. pthreads support (derived from glibc 2.1.3's linuxthreads library) [...] MergedNative POSIX Thread Library (480 words) [view diff] exact match in snippet view article find links to article
software portal LinuxThreads Library (computer science) Green threads pthreads(7) — Linux manual page Red Hat Linux 9 and Java 2 Platform, Standard EditionList of performance analysis tools (580 words) [view diff] exact match in snippet view article find links to article
for parallel applications with support for MPI, OpenMP, CUDA, OpenCL, pthreads, and OmpSs. Additional features include user function tracing and hardwareBusy waiting (842 words) [view diff] exact match in snippet view article find links to article
EXIT_FAILURE; } pthread_join(t1, NULL); pthread_join(t2, NULL); puts("All pthreads finished."); return 0; } In a use case like this, one can consider usingPHP (12,244 words) [view diff] exact match in snippet view article find links to article
net. Retrieved 2013-09-22. "pthreads: Introduction (PHP Manual)". PHP.net. Retrieved 2013-09-22. "PECL :: Package :: pthreads". pecl.php.net. RetrievedReaders–writer lock (1,475 words) [view diff] case mismatch in snippet view article find links to article
184–185. Nichols, Bradford; Buttlar, Dick; Farrell, Jacqueline (1996). PThreads Programming: A POSIX Standard for Better Multiprocessing. O'Reilly. ppGauche (Scheme implementation) (423 words) [view diff] exact match in snippet view article
OS supports it. Multithreading - Multithreading is supported on top of pthreads. Scheme-level API conforms to SRFI-18. DBM interface - Interfaces to dbmLock (computer science) (3,538 words) [view diff] exact match in snippet view article
well. PHP provides a file-based locking as well as a Mutex class in the pthreads extension. Python provides a low-level mutex mechanism with a Lock classC dynamic memory allocation (4,173 words) [view diff] exact match in snippet view article find links to article
The GNU C library (glibc) is derived from Wolfram Gloger's ptmalloc ("pthreads malloc"), a fork of dlmalloc with threading-related improvements. As ofFunction (computer programming) (7,078 words) [view diff] case mismatch in snippet view article
ISBN 978-0-13-291652-3. Buttlar, Dick; Farrell, Jacqueline; Nichols, Bradford (1996). PThreads Programming: A POSIX Standard for Better Multiprocessing. "O'Reilly MediaComparison of DNS server software (3,360 words) [view diff] exact match in snippet view article find links to article
BSD-compatible systems, provided that those systems support the POSIX threads (pthreads). The rest might need OS-specific rewrites." Don Moore's May 2004 DNS InternetLinux kernel (19,150 words) [view diff] exact match in snippet view article find links to article
POSIX Thread Library (NPTL) provides the POSIX standard thread interface (pthreads) to userspace. The kernel isn't aware of processes nor threads but it isMonitor (synchronization) (7,839 words) [view diff] exact match in snippet view article
explicitly mark the start and end of code executed with mutual exclusion. Pthreads is one such library. Mutual exclusion Communicating sequential processesAlgorithmic skeleton (8,846 words) [view diff] case mismatch in snippet view article find links to article
mesh, wavefront STAPL 2010– C++ C++11 STAPL Runtime Library( MPI, OpenMP, PThreads) Yes Yes Yes map, zip<arity>, reduce, scan, farm, (reverse-)butterfly,