[완료]엄청 쉬운 질문을 하나 ~ 하겠습니당..

hyper9의 이미지

다름이 아니고,,

지금현재 동작하고 있는 thread가 뭔지 알아내려면
어떤 API를 써야하나요?

예전에 eCos에서는 비슷한 걸 해본것 같은데,,
잘 기억이 안나서 질문 드립니다. ^^

pizza1977의 이미지

냉무

포탈이는 불사신

-------------
포탈이는 불사신

hyper9의 이미지

듣고보니,,그거 였는데,,싶네요 ^^
감사합니다..

hyper9의 이미지

thread 의 ID를 보려면...

printf(" %d \n", gettid());
이렇게 하면 현재 printf()문이 실행되는 thread의 ID를 볼 수 있는 것 맞나요?
뭔가 좀 이상해서요
다시 확인하고 해볼려구요 ~
확인해 주시면 감사하겠습니당..~

오호라의 이미지

>man pthread_self

Hello World.

hyper9의 이미지

gettid()의 출력값이랑..pthread_self()의 출력값은 같은건가요?

hyper9의 이미지

음수 값으로 큰 숫자가 찍히네요 ..

제가 보고 싶은 값은..ps -eLf 할 때,,나오는 LWP column의
값이거든요..

그다지 어렵지 않을거라고 생각했는데,,쉽지 않은 걸요 ~ ㅜㅜ

hyper9의 이미지


gettid()에서 compile error가 나는데요 ..

undefined reference to `gettud`랍니다. ㅜㅜ

#include
#include
#include

이렇게 include하고 불렀거든요...

뭔가가 빠진걸까요 ?ㅜㅜ

grassman의 이미지

오타났다고 컴파일러가 (나름) 친절히 가르쳐 준 겁니다.

hyper9의 이미지

이렇게 error가 났습니당 ㅜㅜ

undefined reference to `gettid'
collect2: ld returned 1 exit status

hyper9의 이미지


일단 간단히 말하면,,,asm/unistd.h에 정의된
__NR_gettid 를 쓰면 되는 것 같습니다..

제가 해 본것은요 ~

#include 를 추가했고요..
이 filel이 /asm/unistd.h를 include하고 있어서요..

그리고 gettid() function을 다음과 같이 만들었습니다.

pid_t gettid(void)
{
return syscall(__NR_gettid);
}

그러니까,,ps -ELf에서 보이던 LWP column의 값..(thread ID라고
추정되는 ~) 이 잘 보입니다...

jos77의 이미지

저도 gettid 찾아서 실행시키고 있는데 unreference call 이라고 계속 에러 나다가 방금 이거 보고 해결했네요 ㅠ.ㅠ
감사합니다~

-----
안녕하세요 소프트웨어 공학센터 장원석 책임입니다.
http://www.software.kr

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.