Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I tell if code is multi-threaded?

Status
Not open for further replies.

Spab23

Programmer
Jul 22, 2003
43
CA
I'm a novice C programmer and I was wondering if there's any easy way to know if code is multi-threaded or not. Is it as easy as looking for a
Code:
fork()
call?

Can anyone help? Thanks!
 
You probably want to look for
pthread_create()
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top