Skip to content

Instantly share code, notes, and snippets.

@syg
Created February 28, 2013 00:11
Show Gist options
  • Save syg/5053095 to your computer and use it in GitHub Desktop.
Save syg/5053095 to your computer and use it in GitHub Desktop.
<<<<<<< HEAD
# ifdef JS_MANUAL_THREADS
if (char *jsthreads = getenv("JSTHREADS"))
numWorkers_ = strtol(jsthreads, NULL, 10);
||||||| merged common ancestors
# ifdef DEBUG
if (char *pathreads = getenv("PATHREADS"))
numWorkers_ = strtol(pathreads, NULL, 10);
=======
# ifdef DEBUG
if (char *jsthreads = getenv("JS_THREADPOOL_SIZE"))
numWorkers_ = strtol(jsthreads, NULL, 10);
>>>>>>> mozilla/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment