Results 131 to 140 of about 1,133 (160)
Some of the next articles are maybe not open access.

A Scalable Pthreads-Compatible Thread Model for VM-Intensive Programs

Lecture Notes in Computer Science, 2018
With the widespread adoption of multicore chips, many multithreaded applications based on the shared address space have been developed. Widely-used operating systems, such as Linux, use a per-process lock to synchronize page faults and memory mapping operations (e.g., mmap and munmap) on the shared address space between threads, restricting the ...
Yu Zhang 0086, Jiankang Chen
exaly   +3 more sources

POSIX Threads (Pthreads)

open access: yes, 2011
Bruce Leasure   +54 more
openaire   +2 more sources

Monitor preprocessor for pthreads

34th Annual Frontiers in Education, 2004. FIE 2004., 2005
A monitor construct is an abstract data type, which encapsulates private data with public methods to operate on that data. Mutual exclusion is provided implicitly by ensuring that procedures in the same monitor are not executed concurrently. Condition synchronization in monitors is provided explicitly by means of condition variables.
null Jinhua Guo, S. Seely
openaire   +1 more source

Measuring and Visualizing Thread Communications for Pthread Applications

2012 13th International Conference on Parallel and Distributed Computing, Applications and Technologies, 2012
Entering the era of multi/many core processors, multithreading has been used by applications frequently to enhance performance. However, with the increasing of thread number, dynamic behaviors of thread executions become more complex as well as making performance tuning more difficult. In this paper, we present a way to analyze the performance with the
Shasha Wen   +5 more
openaire   +2 more sources

Java Native Pthread for Win32 Platform

2014 World Congress on Computing and Communication Technologies, 2014
Numerous advanced operating systems honestly hold both time-sliced and multiprocessor threading with a process scheduler. The kernel of an operating system permits programmers to control threads via the system call interface. Java incorporates threading facility within the language itself rather than managing threads as a facility of the underlying ...
Bala Dhandayuthapani Veerasamy   +1 more
openaire   +1 more source

Home - About - Disclaimer - Privacy