Hey, kinda feels like I'm in over my head here, but trying to learn how to use pthread_create and am having problems with passing in arguments. Right now, I have
a = pthread_create(&thread1, NULL, MatrixTimes, (Matrixa, 0, i, MAX, Matrixb));
in my code calling pthread create, and
void...
I'm tring to create a Funcion call tree with gawk and I've parsed out the relocatables and functions name out of readelf into this file
********************************
A
1 C
B
1 C
C
1 E
E
R
1 R
main
1 A
1 B
1 C
1 R
***********************************
where a single input is the name of the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.