Search results

  1. I

    Stack Location ("/proc/<tpid>/maps" vs. "/proc/thread-self/maps" vs. "pthread_attr_getstack()")

    Dear "Linux Users", Kindly, I am writing an application where I need to know exactly the start of the thread stack after setting it using "posix_memalign()" and "pthread_attr_setstack()". The problem is that I am getting different values using 3 different methods as follows: 1) tid =...
Top