Go to the source code of this file.
|
| SLAB_AUTOINIT ("process", process_cache, process_t) |
|
| SLAB_AUTOINIT ("thread", thread_cache, thread_t) |
|
static void | dump_process (void) |
|
| MOS_PANIC_HOOK (dump_process, "Dump current process") |
|
void | tasks_init () |
|
bool | _process_do_print (uintn key, void *val, void *data) |
|
bool | _thread_do_print (uintn key, void *val, void *data) |
|
static bool | tasks_sysfs_process_list (sysfs_file_t *f) |
|
static bool | tasks_sysfs_thread_list (sysfs_file_t *f) |
|
| SYSFS_AUTOREGISTER (tasks, task_sysfs_items) |
|
◆ PROCESS_HASHTABLE_SIZE
#define PROCESS_HASHTABLE_SIZE 512 |
◆ THREAD_HASHTABLE_SIZE
#define THREAD_HASHTABLE_SIZE 512 |
◆ SLAB_AUTOINIT() [1/2]
◆ SLAB_AUTOINIT() [2/2]
◆ dump_process()
◆ MOS_PANIC_HOOK()
◆ tasks_init()
◆ _process_do_print()
◆ _thread_do_print()
◆ tasks_sysfs_process_list()
◆ tasks_sysfs_thread_list()
◆ SYSFS_AUTOREGISTER()
◆ thread_cache
◆ task_sysfs_items
Initial value:= {
}
#define SYSFS_RO_ITEM(_name, _show_fn)
static bool tasks_sysfs_process_list(sysfs_file_t *f)
static bool tasks_sysfs_thread_list(sysfs_file_t *f)
Definition at line 85 of file tasks.c.