Thanks for the answer, but thats in libc? The functionality I search for is in the kernel.
Found this myself: http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/syscall/lwp_sobj.c The function lwp_block() have a sleepq_insert(&sqh->sq_queue, t); function that seems promising. So is this correct? When a lwp/kthread gets blocked this function is the one called? So If I want to know the time when the thread gets inserted in the sleep queue, I just check it before the call to the sleepq_insert(&sqh->sq_queue, t) function? Thanks This message posted from opensolaris.org _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
