mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-03-21 17:44:15 -05:00
21 lines
243 B
C
21 lines
243 B
C
|
|
|
|
void btapi_thread_impl_set()
|
|
{
|
|
|
|
}
|
|
|
|
int btapi_thread_create(int (*proc)(void *), void *ctx, uint32_t stack_sz, unsigned int priority)
|
|
{
|
|
|
|
}
|
|
|
|
void btapi_thread_join(int thread_id, int *result)
|
|
{
|
|
|
|
}
|
|
|
|
void btapi_thread_destroy(int thread_id)
|
|
{
|
|
|
|
} |