Skip to content

Instantly share code, notes, and snippets.

@KyleJHarper
KyleJHarper / grr.c
Last active August 29, 2015 14:28
Debugging a race condition with null setting.
/*
* grr.c
*
* Created on: Aug 23, 2015
* Author: Kyle Harper
*/
#include <pthread.h>
#include <stdlib.h>