Location:
Search - pthread.r
Search list
Description: pthread soure code
Platform: |
Size: 1259520 |
Author: 廖降龙 |
Hits:
Description: Multithreading is a technique that allows one program to do multiple tasks
concurrently. The basic concept of multithreaded programming (MT) has existed
in R&D labs for several decades. Co-routine systems such as Concurrent Pascal &
InterLisp’s Spaghetti stacks were in use in the mid-70s and dealt with many of the
same issues. Ada’s tasks are a language-based construct that maps directly onto
threads (so directly, in fact, that current Ada compilers implement tasks with
threads). Other versions of co-routining have existed even longer.
Platform: |
Size: 783360 |
Author: oscarfrank |
Hits: