0

I've noticed it's possible to get the thread holding the mutex lock on a ptread.

Is the same possible for a GMutex? I didn't find any references in the documentation.

Philip Withnall
  • 5,293
  • 14
  • 28
Jimmy Pettersson
  • 465
  • 4
  • 13

1 Answers1

1

No, it is not possible. The entire GMutex API is here, and does not contain methods for getting the owning thread.

Philip Withnall
  • 5,293
  • 14
  • 28