| Function report | 
| Source Code: ipc\sem.c | Create Date:2022-07-28 16:44:02 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name: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.
Proto:static void set_semotime(struct sem_array *sma, struct sembuf *sops)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct sem_array * | sma | |
| struct sembuf * | sops | 
| 988 | If (sops == NULL) Then | 
| 990 | Else | 
| Name | Describe | 
|---|---|
| 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 | 
| Source code conversion tool public plug-in interface | X | 
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |