Skip to content
Snippets Groups Projects
Commit 45a959d2 authored by BogdanCiocea's avatar BogdanCiocea
Browse files

hopefully this will be it for coding style

parent 52f611ca
Branches master
No related tags found
No related merge requests found
Pipeline #40854 passed
......@@ -5,6 +5,7 @@
#include <unistd.h>
#include <sys/types.h>
#include <time.h>
#include <pthread.h>
#include "os_graph.h"
#include "os_threadpool.h"
......@@ -17,10 +18,6 @@ static int sum;
static os_graph_t *graph;
static os_threadpool_t *tp;
/* TODO: Define graph synchronization mechanisms. */
#include <pthread.h>
//static pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
/* TODO: Define graph task argument. */
static void process_node(unsigned int idx)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment