函数逻辑报告 |
Source Code:kernel\futex.c |
Create Date:2022-07-27 11:54:32 |
Last Modify:2020-03-17 15:28:32 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:ex_wait_queue_me() - queue_me() and wait for wakeup, timeout, or signal*@hb: the futex hash bucket, must be locked by the caller*@q: the futex_q to queue up on*@timeout: the prepared hrtimer_sleeper, or null for no timeout
函数原型:static void futex_wait_queue_me(struct futex_hash_bucket *hb, struct futex_q *q, struct hrtimer_sleeper *timeout)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct futex_hash_bucket * | hb | |
struct futex_q * | q | |
struct hrtimer_sleeper * | timeout |
2687 | set_current_state(睡眠态) |
2698 | 如果此条件成立可能性大(为编译器优化)(!节点不在链表上)则 |
2704 | 如果非timeout或task则freezable_schedule() |
名称 | 描述 |
---|---|
futex_wait | |
futex_wait_requeue_pi | ex_wait_requeue_pi() - Wait on uaddr and take uaddr2*@uaddr: the futex we initially wait on (non-pi)*@flags: futex flags (FLAGS_SHARED, FLAGS_CLOCKRT, etc |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |