CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
thread_private.h
1
#pragma once
2
3
#include "
thread.h
"
4
5
_Ret_valid_ Thread *_thrPlatformCreate();
6
bool
_thrPlatformStart(Thread *thread);
7
bool
_thrPlatformWait(Thread *thread, int64 timeout);
thread.h
Thread creation and management.
cx
thread
thread_private.h
Generated by
1.9.8