Home
last modified time | relevance | path

Searched refs:IPC_TIME64 (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/src/ipc/
H A Dsemctl.c23 switch (cmd & ~IPC_TIME64) { in semctl()
26 case IPC_STAT & ~IPC_TIME64: in semctl()
27 case SEM_STAT & ~IPC_TIME64: in semctl()
28 case SEM_STAT_ANY & ~IPC_TIME64: in semctl()
33 #if IPC_TIME64 in semctl()
35 if (cmd&IPC_TIME64) { in semctl()
55 if (r >= 0) switch (cmd | IPC_TIME64) { in semctl()
62 #if IPC_TIME64 in semctl()
63 if (r >= 0 && (cmd&IPC_TIME64)) { in semctl()
H A Dshmctl.c12 #if IPC_TIME64 in shmctl()
14 if (cmd&IPC_TIME64) { in shmctl()
34 if (r >= 0) switch (cmd | IPC_TIME64) { in shmctl()
41 #if IPC_TIME64 in shmctl()
42 if (r >= 0 && (cmd&IPC_TIME64)) { in shmctl()
H A Dmsgctl.c13 #if IPC_TIME64 in msgctl()
15 if (cmd&IPC_TIME64) { in msgctl()
36 if (r >= 0) switch (cmd | IPC_TIME64) { in msgctl()
43 #if IPC_TIME64 in msgctl()
44 if (r >= 0 && (cmd&IPC_TIME64)) { in msgctl()
H A Dipc.h20 #define IPC_TIME64 (IPC_STAT & 0x100) macro
22 #define IPC_CMD(cmd) (((cmd) & ~IPC_TIME64) | IPC_64)
/third_party/musl/porting/liteos_a/user/src/ipc/
H A Dsemctl.c24 switch (cmd & ~IPC_TIME64) { in semctl()
27 case IPC_STAT & ~IPC_TIME64: in semctl()
28 case SEM_STAT & ~IPC_TIME64: in semctl()
29 case SEM_STAT_ANY & ~IPC_TIME64: in semctl()
34 #if IPC_TIME64 in semctl()
36 if (cmd&IPC_TIME64) { in semctl()
56 if (r >= 0) switch (cmd | IPC_TIME64) { in semctl()
63 #if IPC_TIME64 in semctl()
64 if (r >= 0 && (cmd&IPC_TIME64)) { in semctl()
H A Dmsgctl.c14 #if IPC_TIME64 in msgctl()
16 if (cmd&IPC_TIME64) { in msgctl()
37 if (r >= 0) switch (cmd | IPC_TIME64) { in msgctl()
44 #if IPC_TIME64 in msgctl()
45 if (r >= 0 && (cmd&IPC_TIME64)) { in msgctl()

Completed in 2 milliseconds