Revision history of "C: Deadlock"

From AdonaiMedrado.Pro.Br
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 07:13, 28 August 2010‎ Adonaimedrado (Talk | contribs)‎ . . (2,171 bytes) (+2,171)‎ . . (Created page with '<code lang="c"> #include <stdio.h> #include <pthread.h> int x; pthread_mutex_t mutex_de_x, mutex_de_y; void *minha_thread1(void *null) { pthread_mutex_lock(&mutex_de_x); pr…')