OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYNC_IOC_FENCE_INFO
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/common/linux/
sync.h
50
#define
SYNC_IOC_FENCE_INFO
_IOWR(SYNC_IOC_MAGIC, 2, struct sync_fence_info_data)
/system/core/libsync/
sync.c
62
err = ioctl(fd,
SYNC_IOC_FENCE_INFO
, info);
/external/kernel-headers/original/linux/
sync.h
50
* to userspace by
SYNC_IOC_FENCE_INFO
.
406
* DOC:
SYNC_IOC_FENCE_INFO
- get detailed information on a fence
416
#define
SYNC_IOC_FENCE_INFO
_IOWR(SYNC_IOC_MAGIC, 2,\
Completed in 51 milliseconds