OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mainthread
(Results
1 - 5
of
5
) sorted by null
/prebuilts/misc/windows/sdl2/test/
testlock.c
26
static SDL_threadID
mainthread
;
variable
58
SDL_Log("Process %lu: Cleaning up...\n", id ==
mainthread
? 0 : id);
69
if (SDL_ThreadID() ==
mainthread
)
87
if (SDL_ThreadID() ==
mainthread
&& doterminate) {
115
mainthread
= SDL_ThreadID();
116
SDL_Log("Main thread: %lu\n",
mainthread
);
/external/libxml2/
threads.c
147
static pthread_t
mainthread
;
variable
158
static DWORD
mainthread
;
variable
168
thread_id
mainthread
= 0;
variable
816
return (pthread_equal(
mainthread
,pthread_self()));
818
return (
mainthread
== GetCurrentThreadId());
820
return (
mainthread
== find_thread(NULL));
947
* xmlOnceInit() is used to initialize the value of
mainthread
for use
958
mainthread
= pthread_self();
966
mainthread
= GetCurrentThreadId();
980
mainthread
= find_thread(NULL)
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstate.h
143
struct lua_State *
mainthread
;
member in struct:global_State
/external/skia/third_party/lua/src/
lstate.h
143
struct lua_State *
mainthread
;
member in struct:global_State
/external/syslinux/com32/lua/src/
lstate.h
143
struct lua_State *
mainthread
;
member in struct:global_State
Completed in 114 milliseconds