#include "threaddef.h"
Functions | |
hythread_monitor_t VMCALL | hythread_monitor_walk (hythread_monitor_t monitor) |
Walk all active monitors. | |
void *VMCALL | hythread_tls_get (hythread_t thread, hythread_tls_key_t key) |
Get a thread's thread local storage (TLS) value. | |
UDATA VMCALL | hythread_get_priority (hythread_t thread) |
Return a thread's scheduling priority. | |
UDATA VMCALL | hythread_get_flags (hythread_t thread, hythread_monitor_t *blocker) |
Return a thread's flags. | |
char *VMCALL | hythread_monitor_get_name (hythread_monitor_t monitor) |
Return a monitor's name. |
|
Return a thread's flags.
|
|
Return a thread's scheduling priority.
|
|
Return a monitor's name.
|
|
Walk all active monitors.
|
|
Get a thread's thread local storage (TLS) value.
|