Sponsored Content
Full Discussion: thread
Top Forums UNIX for Dummies Questions & Answers thread Post 1753 by asutoshch on Wednesday 28th of March 2001 10:52:10 PM
Old 03-28-2001
will someone spend some time in explaining thread and some site/ book names?
 

4 More Discussions You Might Find Interesting

1. Programming

How to cancel a thread safely from the initial thread?

how about asynchronous canceling? or with signal? if with signal whether it effects the process? my english so badly :( :( (1 Reply)
Discussion started by: alan.zhao
1 Replies

2. Programming

Parent Thread Of Child Thread

Parent Thread Of Child Thread Suppose a process creates some threads say threadC and threadD. Later on each of these threads create new child threads say threadC1, threadC2, threadC3 etc. So a tree of threads will get created. Is there any way to find out the parent thread of one such... (1 Reply)
Discussion started by: rupeshkp728
1 Replies

3. UNIX for Dummies Questions & Answers

Difference between handle to the thread HANDLE and thread identifier pthread_t

This question might be silly but its confusing me a bit: What is the difference between handle to the thread HANDLE and thread identifier pthread_t? ---------- Post updated at 01:52 PM ---------- Previous update was at 01:48 PM ---------- Sorry I saw details and HANDLE is in windows and... (0 Replies)
Discussion started by: rupeshkp728
0 Replies

4. Forum Support Area for Unregistered Users & Account Problems

Not able to post thread/reply to thread

Dear Moderator I am not able to post any new thread or post reply to mine old thread. Kindly help as i am stuck on one problem and needed suggestion. Regards Jaydeep (1 Reply)
Discussion started by: jaydeep_sadaria
1 Replies
priclass.d(1m)							   USER COMMANDS						    priclass.d(1m)

NAME
priclass.d - priority distribution by scheduling class. Uses DTrace. SYNOPSIS
priclass.d DESCRIPTION
This is a simple DTrace script that samples at 1000 Hz the current thread's scheduling class and priority. A distribution plot is printed. With priorities, the higher the priority the better chance the thread has of being scheduled. This idea came from the script /usr/demo/dtrace/pri.d, which produces similar output for priority changes, not samples. Since this uses DTrace, only users with root privileges can run this command. EXAMPLES
This samples until Ctrl-C is hit. # priclass.d FIELDS
value process priority count number of samples of at least this priority SCHEDULING CLASSES
TS time sharing IA interactive RT real time SYS system FSS fair share scheduler BASED ON
/usr/demo/dtrace/pri.d DOCUMENTATION
DTrace Guide "profile Provider" chapter (docs.sun.com) See the DTraceToolkit for further documentation under the Docs directory. The DTraceToolkit docs may include full worked examples with ver- bose descriptions explaining the output. EXIT
priclass.d will sample until Ctrl-C is hit. SEE ALSO
pridist.d(1M), dispadmin(1M), dtrace(1M) version 1.00 Apr 22, 2006 priclass.d(1m)
All times are GMT -4. The time now is 05:55 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy