Sciweavers

46 search results - page 1 / 10
» A Certified Thread Library for Multithreaded User Programs
Sort
View
85
Voted
TASE
2007
IEEE
15 years 6 months ago
A Certified Thread Library for Multithreaded User Programs
Yu Guo, Xinyu Jiang, Yiyun Chen, Chunxiao Lin
88
Voted
IPPS
2010
IEEE
14 years 10 months ago
User level DB: a debugging API for user-level thread libraries
With the advent of the multicore era, parallel programming is becoming ubiquitous. Multithreading is a common approach to benefit from these architectures. Hybrid M:N libraries lik...
Kevin Pouget, Marc Pérache, Patrick Carriba...
103
Voted
USENIX
2001
15 years 1 months ago
User-Level Checkpointing for LinuxThreads Programs
Multiple threads running in a single, shared address space is a simple model for writing parallel programs for symmetric multiprocessor (SMP) machines and for overlapping I/O and ...
William R. Dieter, James E. Lumpp Jr.
107
Voted
ASPLOS
2011
ACM
14 years 4 months ago
Specifying and checking semantic atomicity for multithreaded programs
In practice, it is quite difficult to write correct multithreaded programs due to the potential for unintended and nondeterministic interference between parallel threads. A funda...
Jacob Burnim, George C. Necula, Koushik Sen
124
Voted
ICFP
2005
ACM
16 years 9 days ago
Modular verification of concurrent assembly code with dynamic thread creation and termination
Proof-carrying code (PCC) is a general framework that can, in principle, verify safety properties of arbitrary machine-language programs. Existing PCC systems and typed assembly l...
Xinyu Feng, Zhong Shao