OSDN Git Service

1sec and high smpling file record add.
[scilog/scilog.git] / my_thread.h
1 #if     !defined(__MY_THREAD_H__)
2 #define __MY_THREAD_H__
3
4 void* thread_rcv(void* pParam);
5
6 #ifdef  CUNIT
7         #include <CUnit/CUnit.h>
8         void thread_rcv_test(CU_pSuite test_suite);
9 #endif
10
11 #endif