Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\time\posix-cpu-timers.c Create Date:2022-07-28 10:48:20
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:thread_cpu_timer_create

Proto:static int thread_cpu_timer_create(struct k_itimer *timer)

Type:int

Parameter:

TypeParameterName
struct k_itimer *timer
1389  it_clock = THREAD_CLOCK
1390  Return Validate the clockid_t for a new CPU-clock timer, and initialize the timer.* This is called from sys_timer_create() and do_cpu_nanosleep() with the* new timer already all-zeros initialized.