Thread: KLT's in linux

  1. #1
    zsaniK Kinasz's Avatar
    Join Date
    Jan 2003
    Posts
    222

    KLT's in linux

    Are pthreads in glibc2 kernel level?

    If not what is the a good klt library i can use?

    I have been searching google for hours but no answers found, all the klt projects seem to be unmainained.
    "Assumptions are the mother of all **** ups!"

  2. #2
    Registered User
    Join Date
    Apr 2004
    Posts
    210
    Quote Originally Posted by Kinasz
    Are pthreads in glibc2 kernel level?
    A Linux Threads or NPTL based glibc2 should provide 1:1 kernel threads. I don't know since when glibc2 is around, but I think it's unlikely to run into a Gnu Pth or Uthreads version. Those would be 1:n - userspace threads.

    edit: ouch, old thread.
    Last edited by Nyda; 10-18-2004 at 04:42 PM.
    main() { int O[!0<<~-!0]; (!0<<!0)[O]+= ~0 +~(!0|!0<<!0); printf("a function calling "); }

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Thinking of upgrading to linux...
    By Yarin in forum General Discussions
    Replies: 37
    Last Post: 07-24-2009, 11:40 AM
  2. Wireless Network Linux & C Testbed
    By james457 in forum Networking/Device Communication
    Replies: 3
    Last Post: 06-11-2009, 11:03 AM
  3. Dabbling with Linux.
    By Hunter2 in forum Tech Board
    Replies: 21
    Last Post: 04-21-2005, 04:17 PM
  4. installing linux for the first time
    By Micko in forum Tech Board
    Replies: 9
    Last Post: 12-06-2004, 05:15 AM