函数逻辑报告 |
Source Code:ipc\sem.c |
Create Date:2022-07-27 18:19:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:set_semotime - set sem_otime*@sma: semaphore array*@sops: operations that modified the array, may be NULL* sem_otime is replicated to avoid cache line trashing.* This function sets one instance to the current time.
函数原型:static void set_semotime(struct sem_array *sma, struct sembuf *sops)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct sem_array * | sma | |
struct sembuf * | sops |
988 | 如果(sops == NULL)则 |
990 | 否则 |
名称 | 描述 |
---|---|
do_smart_update | do_smart_update - optimized update_queue*@sma: semaphore array*@sops: operations that were performed*@nsops: number of operations*@otime: force setting otime*@wake_q: lockless wake-queue head* do_smart_update() does the required calls to update_queue and |
do_semtimedop |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |