Home
last modified time | relevance | path

Searched refs:USER_DATA (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/mq_notify/
Dmq_notify01.c22 #define USER_DATA 0x12345678 macro
91 si->si_value.sival_int == USER_DATA && in sigfunc()
98 cmp_ok = sv.sival_int == USER_DATA; in tfunc()
115 ev.sigev_value.sival_int = USER_DATA; in do_test()
129 ev.sigev_value.sival_int = USER_DATA; in do_test()
175 info.si_value.sival_int, USER_DATA); in do_test()
/external/python/cpython2/Modules/_ctypes/libffi/doc/
Dlibffi.info428 **ARGS, void *USER_DATA), void *USER_DATA, void *CODELOC)
436 USER_DATA is an arbitrary datum that is passed, uninterpreted, to
455 USER_DATA
456 The same USER_DATA that was passed to 'ffi_prep_closure_loc'.