mirror of
https://github.com/Hizenberg469/MultiThreading_Part_A.git
synced 2026-04-20 02:22:23 +03:00
async cancel
This commit is contained in:
14
ThreadCancellation_async/master_slave/master_slave.h
Normal file
14
ThreadCancellation_async/master_slave/master_slave.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef __MASTER_SLAVE1_H
|
||||
#define __MASTER_SLAVE1_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
#include <pthread.h>
|
||||
|
||||
|
||||
void*
|
||||
write_into_file(void* arg);
|
||||
|
||||
#endif /* __MASTER_SLAVE1_H*/
|
||||
Reference in New Issue
Block a user