Qt 에서, SetEvent(), ResetEvent(), WaitEvent() 이런 기능은 없나요?

freezm7의 이미지

Qt 동기화 메커니즘을 보면
Semaphore, Mutex, WaitCondition 이렇게 있는데요,

제가 원하는 것은
어떤 이벤트가 일어나길 기다릴수 있고(WaitEvent()), 이벤트가 한번 일어나면 (SetEvent())
앞서서 WaitEvent() 로 대기하고 있던 쓰레드가 깨어나고,
이후에(!) WaitEvent() 하는 쓰레드가 모두 즉시 리턴되도록 하는 것입니다.

WaitCondition의 경우, WakeAll() 을 하더라도 이후에 Wait() 하는 쓰레드는 리턴되지 않기 때문에 목적에 맞지가 않네요..

지금은 임시로 세마포어를 이용해서,
WaitEvent() {
semaphore.acquire();
semaphore.release();
}

SetEvent() {
semaphore().release();
}

ResetEvent() {
semaphore().acquire();
}

이렇게 해서, 세마포어의 카운터를 0과 1로 바꾸면서 제가 원하는 기능을 구현했는데요,
원래의 이벤트 메커니즘에 따르면,
SetEvent(), SetEvent(), ResetEvent(), WaitEvent() 가 일어나면 블럭되어야 하는데...
제가 만든 식으로 하면 세마포어가 1, 2, 1 로 변했다가 Wait() 이 일어나서 블럭되지가 않는 버그가 있습니다.
또 여러 쓰레드가 WaitEvent() 하고 있을 때, 한 쓰레드만 깨어나는 것도 버그구요.

bool 변수, 변수 보호용 Mutex, WaitCondition 을 쓰면 원하는 기능을 구현할 수 있긴한데,,
동기화 메커니즘에서 자주 등장하는 문제인데 직접 구현해서 써야 하나 하는 생각이 드네요.
물론, WIN32 API 를 쓰면 더 쉽게 가능도 하겠지만... Qt의 Write Once, Compile Everywhere 에 정면으로 반하는지라 ㅎㅎㅎ

지금 Qt 에서는 이 동기화 메커니즘을 직접 지원하지 않는것 맞죠?

지리즈의 이미지

There is no spoon. Neo from the Matrix 1999.

There is no spoon. Neo from the Matrix 1999.

korone.net의 이미지

Qt windows의 QWaitConditoin은 wait(), wakeOne(), wakeAll()함수가 각각 Win32 API인 SetEvent, ResetEvent함수를 사용하고 있습니다.
(참고 URL : http://qt.gitorious.org/qt/qt/blobs/master/src/corelib/thread/qwaitcondition_win.cpp)
따라서 Qt가 동기화 메커니즘이 윈도우와 틀리거나 하지 않을것입니다.

질문하신 내용중에
"WaitCondition의 경우, WakeAll() 을 하더라도 이후에 Wait() 하는 쓰레드는 리턴되지 않기 때문에 목적에 맞지가 않네요.."
이건 위에서 말씀하신대로 flag변수로 처리하셔야 할것으로 보입니다.

실제
------------------------------------------------------------------
korone.net qt programming site

korone.net qt programming site

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.