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:lpParameter
(Results
1 - 5
of
5
) sorted by relevance
/third_party/curl/tests/server/
H
A
D
util.c
605
static DWORD WINAPI main_window_loop(LPVOID
lpParameter
)
in main_window_loop()
argument
608
static unsigned int WINAPI main_window_loop(void *
lpParameter
)
in main_window_loop()
617
wc.hInstance = (HINSTANCE)
lpParameter
;
in main_window_loop()
H
A
D
sockfilt.c
442
static DWORD WINAPI select_ws_wait_thread(LPVOID
lpParameter
)
in select_ws_wait_thread()
argument
445
static unsigned int WINAPI select_ws_wait_thread(void *
lpParameter
)
in select_ws_wait_thread()
455
data = (struct select_ws_wait_data *)
lpParameter
;
in select_ws_wait_thread()
/third_party/node/deps/cares/src/lib/
H
A
D
ares__threads.c
147
static DWORD WINAPI ares__thread_func(LPVOID
lpParameter
)
in ares__thread_func()
argument
149
ares__thread_t *thread =
lpParameter
;
in ares__thread_func()
/third_party/vk-gl-cts/framework/delibs/deutil/
H
A
D
deTimer.c
42
static void CALLBACK timerCallback (PVOID
lpParameter
, BOOLEAN timerOrWaitFired)
in timerCallback()
argument
44
const deTimer* timer = (const deTimer*)
lpParameter
;
in timerCallback()
/third_party/python/Modules/
H
A
D
overlapped.c
323
PostToQueueCallback(PVOID
lpParameter
, BOOLEAN TimerOrWaitFired)
in PostToQueueCallback()
argument
325
struct PostCallbackData *p = (struct PostCallbackData*)
lpParameter
;
in PostToQueueCallback()
Completed in 7 milliseconds