diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/systhread.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/systhread.c b/src/systhread.c index 5bd629946f9..c649ae853a3 100644 --- a/src/systhread.c +++ b/src/systhread.c | |||
| @@ -81,6 +81,10 @@ sys_thread_equal (sys_thread_t t, sys_thread_t u) | |||
| 81 | { | 81 | { |
| 82 | return t == u; | 82 | return t == u; |
| 83 | } | 83 | } |
| 84 | void | ||
| 85 | sys_thread_set_name (const char *name) | ||
| 86 | { | ||
| 87 | } | ||
| 84 | 88 | ||
| 85 | bool | 89 | bool |
| 86 | sys_thread_create (sys_thread_t *t, thread_creation_function *func, void *datum) | 90 | sys_thread_create (sys_thread_t *t, thread_creation_function *func, void *datum) |