Skip to content
This repository has been archived by the owner on Oct 31, 2020. It is now read-only.

Commit

Permalink
attempt to make statethreads pthread safe using __thread gcc extensio…
Browse files Browse the repository at this point in the history
…n. add free funcs to event system to cleanup per-pthread memory.
  • Loading branch information
toffaletti committed Jan 15, 2011
1 parent 51208d2 commit befca4d
Show file tree
Hide file tree
Showing 8 changed files with 139 additions and 509 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ target_link_libraries(server st)

add_executable(lookupdns examples/lookupdns.c examples/res.c)
target_link_libraries(lookupdns st resolv)

add_executable(threaded examples/threaded.c)
target_link_libraries(threaded st)
Loading

0 comments on commit befca4d

Please sign in to comment.