Searched refs:sembuf (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | sem.h | 42 struct sembuf struct 59 extern int semop (int __semid, struct sembuf *__sops, size_t __nsops) __THROW; argument 63 extern int semtimedop (int __semid, struct sembuf *__sops, size_t __nsops,
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/ |
| H A D | utopia_dapi.c | 69 int semop (int __semid, struct sembuf *__sops, size_t __nsops) in semop() 84 int semop (int __semid, struct sembuf *__sops, size_t __nsops); 120 struct sembuf op_down[1] = {{0, -1, 0}}; 126 struct sembuf op_up[1] = {{0, 1, 0}};
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | sem.h | 38 struct sembuf { struct
|