Home
last modified time | relevance | path

Searched refs:GETVAL (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/power/macosx/
DSDL_syspower.c34 #define GETVAL(k,v) \ macro
52 if ((GETVAL(kIOPSIsPresentKey, &bval)) && (bval == kCFBooleanFalse)) { in checkps()
56 if (!GETVAL(kIOPSPowerSourceStateKey, &strval)) { in checkps()
66 if ((GETVAL(kIOPSIsChargingKey, &bval)) && (bval == kCFBooleanTrue)) { in checkps()
70 if (GETVAL(kIOPSMaxCapacityKey, &numval)) { in checkps()
79 if (GETVAL(kIOPSMaxCapacityKey, &numval)) { in checkps()
88 if (GETVAL(kIOPSTimeToEmptyKey, &numval)) { in checkps()
103 if (GETVAL(kIOPSCurrentCapacityKey, &numval)) { in checkps()
139 #undef GETVAL
/third_party/musl/libc-test/src/functionalext/supplement/ipc/
Dsemtimedop.c52 semctl(id, 0, GETVAL); in semtimedop_0100()
57 semctl(id, 0, GETVAL); in semtimedop_0100()
75 semctl(id, 0, GETVAL); in semtimedop_0100()
83 semctl(id, 0, GETVAL); in semtimedop_0100()
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/
Dsemctl01.c199 int semv = SAFE_SEMCTL(sem_id, 4, GETVAL); in func_sval()
253 {&sem_id, 2, GETVAL, func_gval, SEMUN_CAST & buf, NULL},
289 case GETVAL: in verify_semctl()
Dsemctl07.c75 if ((status = semctl(semid, 0, GETVAL)) < 0) in verify_semctl()
87 if ((status = semctl(semid, 0, GETVAL)) < 0) in verify_semctl()
/third_party/musl/libc-test/src/functional/
Dipc_sem.c76 T(semval = semctl(semid, 0, GETVAL)); in inc()
100 T(semval = semctl(semid, 0, GETVAL)); in dec()
/third_party/ltp/testcases/kernel/syscalls/sendmsg/
Dsendmsg02.c95 semval = semctl(sem_id, 0, GETVAL); in client()
117 semval = semctl(sem_id, 0, GETVAL); in server()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsem.h21 #define GETVAL 12 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsem.h21 #define GETVAL 12 macro
/third_party/musl/ndk_musl_include/sys/
Dsem.h21 #define GETVAL 12 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsem.h21 #define GETVAL 12 macro
/third_party/musl/include/sys/
Dsem.h21 #define GETVAL 12 macro
/third_party/musl/libc-test/src/api/
Dsys_sem.c13 C(GETVAL) in f()
/third_party/toybox/toys/pending/
Dipcs.c107 val = semctl(TT.id, i, GETVAL, n); in show_sem_id()
/third_party/ltp/testcases/kernel/ipc/pipeio/
Dpipeio.c169 if (semctl(sem_id, 1, GETVAL) == 0) in main()