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:sync_t
(Results
1 - 2
of
2
) sorted by relevance
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
neutrino.rs
1
pub type nto_job_t = ::
sync_t
;
1221
__sync: *mut ::
sync_t
,
in SyncTypeCreate()
1226
__sync: *mut ::
sync_t
,
in SyncTypeCreate_r()
1229
pub fn SyncDestroy(__sync: *mut ::
sync_t
) -> ::c_int;
in SyncDestroy()
1230
pub fn SyncDestroy_r(__sync: *mut ::
sync_t
) -> ::c_int;
in SyncDestroy_r()
1231
pub fn SyncCtl(__cmd: ::c_int, __sync: *mut ::
sync_t
, __data: *mut ::c_void) -> ::c_int;
in SyncCtl()
1232
pub fn SyncCtl_r(__cmd: ::c_int, __sync: *mut ::
sync_t
, __data: *mut ::c_void) -> ::c_int;
in SyncCtl_r()
1233
pub fn SyncMutexEvent(__sync: *mut ::
sync_t
, event: *const ::sigevent) -> ::c_int;
in SyncMutexEvent()
1234
pub fn SyncMutexEvent_r(__sync: *mut ::
sync_t
, event: *const ::sigevent) -> ::c_int;
in SyncMutexEvent_r()
1235
pub fn SyncMutexLock(__sync: *mut ::
sync_t
)
in SyncMutexEvent_r()
[all...]
H
A
D
mod.rs
61
pub type pthread_mutex_t = ::
sync_t
;
63
pub type pthread_cond_t = ::
sync_t
;
67
pub type pthread_spinlock_t =
sync_t
;
69
pub type sem_t =
sync_t
;
734
pub struct
sync_t
{
structure names
Completed in 11 milliseconds