Jul 25, 2003 #1 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!
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!
Jul 25, 2003 #2 Salem Programmer Apr 29, 2003 2,455 GB You probably want to look for pthread_create() Upvote 0 Downvote