Skip to content

Commit

Permalink
Fix Solaris thread dependency by using pthreads
Browse files Browse the repository at this point in the history
This is a portability change which removes the dependence of the Solaris
thread library.  All locations where Solaris thread API was used before
have been replaced with equivilant Solaris kernel style thread calls.
In user space the kernel style threading API is implemented in term of
the portable pthreads library.  This includes all threads, mutexs,
condition variables, reader/writer locks, and taskqs.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
  • Loading branch information
behlendorf committed Aug 31, 2010
1 parent 8a8f5c6 commit 1e33ac1
Show file tree
Hide file tree
Showing 5 changed files with 480 additions and 251 deletions.
Loading

0 comments on commit 1e33ac1

Please sign in to comment.