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:cpu_set_t
(Results
1 - 2
of
2
) sorted by relevance
/interface/sdk_c/third_party/musl/ndk_musl_include/
H
A
D
sched.h
87
typedef struct
cpu_set_t
{ unsigned long __bits[128/sizeof(long)]; }
cpu_set_t
;
typedef
88
cpu_set_t
* __sched_cpualloc(size_t __count);
89
int __sched_cpucount(size_t, const
cpu_set_t
*);
91
int sched_getaffinity(pid_t, size_t,
cpu_set_t
*);
92
int sched_setaffinity(pid_t, size_t, const
cpu_set_t
*);
102
static __inline void __CPU_##func##_S(size_t __size,
cpu_set_t
*__dest, \
103
const
cpu_set_t
*__src1, const
cpu_set_t
*__src2) \
125
#define CPU_ALLOC(n) ((
cpu_set_t
*)callo
[all...]
H
A
D
pthread.h
362
struct
cpu_set_t
;
Completed in 2 milliseconds