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:g_tid
(Results
1 - 3
of
3
) sorted by relevance
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H
A
D
wpa_common_cmd_ext.c
41
pthread_t
g_tid
;
variable
101
g_tid
= 0;
in WpaThreadMain()
179
while (
g_tid
!= 0) {
in StartWpaSupplicant()
188
ret = pthread_create(&
g_tid
, NULL, WpaThreadMain, (void *)startCmd);
in StartWpaSupplicant()
193
pthread_setname_np(
g_tid
, "WpaMainThread");
in StartWpaSupplicant()
263
while (
g_tid
!= 0) {
in WpaInterfaceStop()
/drivers/peripheral/usb/sample/host/src/
H
A
D
usbhost_nosdk_speed.c
50
static pid_t
g_tid
;
variable
195
g_tid
= (pid_t)syscall(SYS_gettid);
in ReapProcess()
301
kill(
g_tid
, SIGUSR1);
in BeginProcess()
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H
A
D
hostapd_common_cmd.c
36
pthread_t
g_tid
;
variable
115
ret = pthread_create(&
g_tid
, NULL, ApThreadMain, (void *)startCmd);
in StartApMain()
120
pthread_setname_np(
g_tid
, "ApMainThread");
in StartApMain()
Completed in 3 milliseconds