Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
set_tid.c File Reference
#include "hal/cpu/core.h"
#include "libk/serial.h"
#include <sys/syscall.h>

Go to the source code of this file.

Functions

pid_t syscall_set_tid (uint32_t tid)
 

Function Documentation

◆ syscall_set_tid()

pid_t syscall_set_tid ( uint32_t tid)

Definition at line 5 of file set_tid.c.

References get_current_core_data().

Referenced by syscall_dispatch().