monorepo
This commit is contained in:
14
P5/smt4497-P5/smt4497-p5.h
Normal file
14
P5/smt4497-P5/smt4497-p5.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
#include <thread>
|
||||
#include <stdio.h>
|
||||
#include <sslib\SSLib.h>
|
||||
#include <locale.h>
|
||||
|
||||
VOID simple_non_reentrant_thread(int times, int* pCounter);
|
||||
VOID simple_non_reentrant_thread_mutex(int times, int* pCounter);
|
||||
static BOOL test_simple_non_reentrant_thread(int increments, int threads_number);
|
||||
static BOOL test_simple_non_reentrant_thread_mutex(int increments, int threads_number);
|
||||
static VOID thread_turns(int thread_number);
|
||||
static VOID test_thread_turns(int thread_numbers);
|
||||
Reference in New Issue
Block a user