Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

searching for Pthreads 20 found (50 total)

alternate case: pthreads

DCEThreads (322 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 not
Interix (1,677 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 The
Mingw-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 functionality
Wrapper library (440 words) [view diff] exact match in snippet view article find links to article
and Interface Generator) Some examples of existing wrapper libraries: Pthreads for WIN32 OpenGL Bindings for Python MySQL++ JavaCV WineD3D Wrapper function
PX5 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 solutions
UClibc (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) [...] Merged
Native POSIX Thread Library (484 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 Edition
Bitonic sorter (1,353 words) [view diff] exact match in snippet view article find links to article
source code in C was at https://www2.cs.duke.edu/courses/fall08/cps196.1/Pthreads/bitonic.c (the very last function in the file). It has been replaced with
Readers–writer lock (1,471 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. pp
Busy 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 using
PHP (12,553 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. Retrieved
List of performance analysis tools (599 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 hardware
Gauche (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 dbm
Lock (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 class
Function (computer programming) (6,531 words) [view diff] case mismatch in snippet view article
mainline [...] Buttlar, Dick; Farrell, Jacqueline; Nichols, Bradford (1996). PThreads Programming: A POSIX Standard for Better Multiprocessing. "O'Reilly Media
C dynamic memory allocation (4,140 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 of
Comparison of DNS server software (3,325 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 Internet
Linux kernel (18,319 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 is
Monitor (synchronization) (7,843 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 processes
Algorithmic skeleton (8,819 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,