aboutsummaryrefslogtreecommitdiff
path: root/src/threads/pthread.c
AgeCommit message (Collapse)AuthorFilesLines
2012-03-09Fix typo.Andreas Schneider1-1/+1
2010-12-30threads: Fixed ssh_pthread_thread_id with mingw.Andreas Schneider1-1/+5
2010-09-30Changed the threads cbks from struct to publ funcAris Adamantiadis1-1/+5
2010-09-12Changed callbacks typeAris Adamantiadis1-13/+1
2010-09-06Implemented the noop and native pointersAris Adamantiadis1-36/+52
2010-09-06threads: Build a libssh threading library.Andreas Schneider1-0/+3
2010-09-06Moved pthread specific code in src/threads/pthread.cAris Adamantiadis1-0/+84
pthread example doesn't compile du to the lack of libssh_threads_native.so library