Revision history of "C: Starvation"

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:14, 28 August 2010Adonaimedrado (Talk | contribs). . (3,466 bytes) (+3,466). . (Created page with '<code lang=c> #include <stdio.h> #include <pthread.h> #define BOOL int #define TRUE 1 #define FALSE 0 int x; pthread_mutex_t mutex_de_x, mutex_de_y; void *minha_thread1(void *…')