/third_party/musl/porting/liteos_a/user/src/aio/ |
D | lio_listio.c | 9 struct sigevent *sev; member 41 static void notify_signal(struct sigevent *sev) in notify_signal() 56 struct sigevent *sev = st->sev; in wait_thread() local 70 …istio(int mode, struct aiocb *restrict const *restrict cbs, int cnt, struct sigevent *restrict sev) in lio_listio()
|
D | aio.c | 160 struct sigevent sev = cb->aio_sigevent; in cleanup() local
|
/third_party/musl/src/aio/ |
D | lio_listio.c | 8 struct sigevent *sev; member 40 static void notify_signal(struct sigevent *sev) in notify_signal() 55 struct sigevent *sev = st->sev; in wait_thread() local 69 …istio(int mode, struct aiocb *restrict const *restrict cbs, int cnt, struct sigevent *restrict sev) in lio_listio()
|
D | aio.c | 160 struct sigevent sev = cb->aio_sigevent; in cleanup() local
|
/third_party/musl/libc-test/src/functionalext/supplement/time/ |
D | timer_settime.c | 47 struct sigevent sev; in timer_settime_0100() local 101 struct sigevent sev; in timer_settime64_0100() local
|
D | timer_delete.c | 42 struct sigevent sev; in timer_delete_0100() local
|
D | timer_create.c | 39 struct sigevent sev; in timer_create_0100() local
|
D | timer_getoverrun.c | 45 struct sigevent sev; in timer_getoverrun_0100() local
|
D | timer_gettime.c | 47 struct sigevent sev; in timer_gettime_0100() local
|
/third_party/musl/porting/linux/user/src/mq/ |
D | mq_notify.c | 13 const struct sigevent *sev; member 33 int mq_notify(mqd_t mqd, const struct sigevent *sev) in mq_notify()
|
/third_party/musl/src/mq/ |
D | mq_notify.c | 12 const struct sigevent *sev; member 32 int mq_notify(mqd_t mqd, const struct sigevent *sev) in mq_notify()
|
/third_party/musl/porting/liteos_a/user/src/mq/ |
D | mq_notify.c | 9 int mq_notify(mqd_t mqd, const struct sigevent *sev) in mq_notify()
|
/third_party/mesa3d/src/mesa/main/ |
D | errors.h | 105 #define _mesa_perf_debug(ctx, sev, ...) do { \ argument
|
/third_party/rust/crates/nix/test/sys/ |
D | test_aio.rs | 62 let sev = aiocb.sigevent().sigevent(); in test_accessors() localVariable 130 let sev = aiocb.sigevent().sigevent(); in test_accessors() localVariable 257 let sev = aiocb.sigevent().sigevent(); in test_accessors() localVariable 317 let sev = aiocb.sigevent().sigevent(); in test_accessors() localVariable 457 let sev = aiocb.sigevent().sigevent(); in test_accessors() localVariable
|
/third_party/ltp/testcases/kernel/syscalls/timer_settime/ |
D | timer_settime03.c | 56 struct sigevent sev; in setup() local
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | event.cpp | 42 auto &sev = obj<soft_event>(d_ev); in clSetUserEventStatus() local 75 auto sev = create<soft_event>(evs.front().context(), evs, true); in clWaitForEvents() local
|
/third_party/node/deps/npm/node_modules/npm-audit-report/lib/ |
D | utils.js | 37 function severityLabel (sev, withColor, bold) { argument
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/windows/ |
D | SDL_directx.h | 42 #define MAKE_HRESULT(sev,fac,code) \ argument
|
/third_party/musl/src/time/ |
D | timer_create.c | 16 struct sigevent *sev; member
|
/third_party/musl/porting/linux/user/src/time/ |
D | timer_create.c | 16 struct sigevent *sev; member
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/ |
D | LinuxCOM.h | 68 #define MAKE_HRESULT(sev,fac,code) ((HRESULT) (((unsigned long)(sev)<<31) | ((unsigned long)(fac)<<… argument
|
/third_party/rust/crates/nix/src/sys/ |
D | signal.rs | 1060 let mut sev = unsafe { mem::MaybeUninit::<libc::sigevent>::zeroed().assume_init() }; localVariable
|
D | aio.rs | 1198 let sev = SigevNotify::SigevNone; in casting() localVariable 1223 let sev = SigevNotify::SigevNone; in casting_vectored() localVariable
|
/third_party/musl/porting/linux/user/src/aio/ |
D | aio.c | 160 struct sigevent sev = cb->aio_sigevent; in cleanup() local
|
/third_party/nghttp2/src/ |
D | shrpx_connection_handler.cc | 961 for (auto &sev : q) { in handle_serial_event() local
|