How do I get per thread based memory consumption of a process in Linux? I understand that we can use /proc/pid/task/tid/statm, but thats not helping my case.
Is there a way to get any kind of thread identifier of the currently running thread without resorting to Objective-C\'s NSThread.
Hey guys...so I\'m trying to brush up on my C threads and a question I\'ve found is this: Given a global variable int x = 0; implement the function void useless(int n) which creates n threads which i