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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ragnarocc

    pthread_create question

    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...
  2. ragnarocc

    Creating a Function call tree with gawk

    Works great, thanks a ton.
  3. ragnarocc

    Creating a Function call tree with gawk

    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...

Part and Inventory Search

Back
Top