OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thandle
(Results
1 - 4
of
4
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_windows_386.c
30
uintptr_t
thandle
;
local
32
thandle
= _beginthread(threadentry, 0, ts);
33
if(
thandle
== -1) {
gcc_windows_amd64.c
30
uintptr_t
thandle
;
local
32
thandle
= _beginthread(threadentry, 0, ts);
33
if(
thandle
== -1) {
/prebuilts/go/linux-x86/src/runtime/cgo/
gcc_windows_386.c
30
uintptr_t
thandle
;
local
32
thandle
= _beginthread(threadentry, 0, ts);
33
if(
thandle
== -1) {
gcc_windows_amd64.c
30
uintptr_t
thandle
;
local
32
thandle
= _beginthread(threadentry, 0, ts);
33
if(
thandle
== -1) {
Completed in 86 milliseconds