Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IPC_TIME64
(Results
1 - 6
of
6
) sorted by relevance
/third_party/musl/src/ipc/
H
A
D
semctl.c
23
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
D
shmctl.c
12
#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
D
msgctl.c
13
#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
D
ipc.h
20
#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
D
semctl.c
24
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
D
msgctl.c
14
#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