mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-03 20:48:02 +08:00
improve for raw system
This commit is contained in:
parent
b89d8a5f0a
commit
43eafb1eba
@ -53,3 +53,6 @@ ret_t tk_mutex_destroy(tk_mutex_t* mutex) {
|
||||
return RET_OK;
|
||||
}
|
||||
|
||||
uint64_t tk_thread_self(void) {
|
||||
return (uint64_t)0;
|
||||
}
|
||||
|
@ -61,6 +61,3 @@ ret_t tk_thread_destroy(tk_thread_t* thread) {
|
||||
return RET_NOT_IMPL;
|
||||
}
|
||||
|
||||
uint64_t tk_thread_self(void) {
|
||||
return (uint64_t)0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user