/external/qemu/distrib/sdl-1.2.12/src/thread/riscos/ |
D | SDL_systhread.c | 31 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread() 47 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread() 52 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread() 79 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread() 130 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread() 135 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
|
/external/qemu/distrib/sdl-1.2.12/src/thread/generic/ |
D | SDL_systhread.c | 29 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread() 45 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread() 50 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
|
/external/qemu/distrib/sdl-1.2.12/src/thread/dc/ |
D | SDL_systhread.c | 32 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread() 52 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread() 57 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
|
/external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/ |
D | SDL_thread.c | 60 static void SDL_AddThread(SDL_Thread *thread) in SDL_AddThread() 101 static void SDL_DelThread(SDL_Thread *thread) in SDL_DelThread() 192 SDL_Thread *thread; in SDL_CreateThread() local 247 void SDL_WaitThread(SDL_Thread *thread, int *status) in SDL_WaitThread() 259 Uint32 SDL_GetThreadID(SDL_Thread *thread) in SDL_GetThreadID() 271 void SDL_KillThread(SDL_Thread *thread) in SDL_KillThread()
|
D | SDL_systhread.c | 97 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread() 142 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread() 148 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
|
/external/qemu/distrib/sdl-1.2.12/src/thread/irix/ |
D | SDL_systhread.c | 42 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread() 72 void SDL_WaitThread(SDL_Thread *thread, int *status) in SDL_WaitThread() 81 void SDL_KillThread(SDL_Thread *thread) in SDL_KillThread()
|
/external/qemu/distrib/sdl-1.2.12/src/thread/ |
D | SDL_thread.c | 70 static void SDL_AddThread(SDL_Thread *thread) in SDL_AddThread() 106 static void SDL_DelThread(SDL_Thread *thread) in SDL_DelThread() 212 SDL_Thread *thread; in SDL_CreateThread() local 267 void SDL_WaitThread(SDL_Thread *thread, int *status) in SDL_WaitThread() 279 Uint32 SDL_GetThreadID(SDL_Thread *thread) in SDL_GetThreadID() 291 void SDL_KillThread(SDL_Thread *thread) in SDL_KillThread()
|
/external/qemu/distrib/sdl-1.2.12/src/thread/pth/ |
D | SDL_systhread.c | 50 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread() 94 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread() 99 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
|
/external/qemu/distrib/sdl-1.2.12/src/thread/pthread/ |
D | SDL_systhread.c | 52 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread() 105 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread() 110 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
|
/external/qemu/distrib/sdl-1.2.12/src/thread/beos/ |
D | SDL_systhread.c | 62 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread() 86 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread() 93 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
|
/external/qemu/memcheck/ |
D | memcheck_proc_management.c | 182 ThreadDesc* thread; in get_thread_from_tid() local 215 ThreadDesc* thread; in get_current_thread() local 236 const ThreadDesc* thread = get_thread_from_tid(tid); in get_process_from_tid() local 290 threaddesc_free(ThreadDesc* thread) in threaddesc_free() 357 ThreadDesc* thread = get_current_thread(); in memcheck_on_call() local 427 ThreadDesc* thread = get_current_thread(); in memcheck_on_ret() local 588 ThreadDesc* thread = get_current_thread(); in memcheck_exit() local
|
/external/webkit/WebCore/workers/ |
D | SharedWorkerContext.cpp | 52 …erContext(const String& name, const KURL& url, const String& userAgent, SharedWorkerThread* thread) in SharedWorkerContext() 62 SharedWorkerThread* SharedWorkerContext::thread() in thread() function in WebCore::SharedWorkerContext
|
D | DedicatedWorkerContext.cpp | 44 …xt::DedicatedWorkerContext(const KURL& url, const String& userAgent, DedicatedWorkerThread* thread) in DedicatedWorkerContext() 80 DedicatedWorkerThread* DedicatedWorkerContext::thread() in thread() function in WebCore::DedicatedWorkerContext
|
D | DedicatedWorkerContext.h | 46 …catedWorkerContext> create(const KURL& url, const String& userAgent, DedicatedWorkerThread* thread) in create()
|
/external/qemu/distrib/sdl-1.2.12/src/thread/os2/ |
D | SDL_systhread.c | 60 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args, pfnSDL_CurrentBeginThread pfnBeginThread, … in SDL_SYS_CreateThread() 95 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread() 105 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
|
/external/qemu/distrib/sdl-1.2.12/src/thread/epoc/ |
D | SDL_systhread.cpp | 75 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread() 104 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread() 118 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
|
/external/qemu/distrib/sdl-1.2.12/src/thread/win32/ |
D | SDL_systhread.c | 89 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args, pfnSDL_CurrentBeginThread pfnBeginThread, … 137 void SDL_SYS_WaitThread(SDL_Thread *thread) 147 void SDL_SYS_KillThread(SDL_Thread *thread)
|
/external/nist-sip/java/gov/nist/core/ |
D | ThreadAuditor.java | 36 private Thread thread; field in ThreadAuditor.ThreadHandle 113 public synchronized void removeThread(Thread thread) { in removeThread() 142 Thread thread = threadHandle.getThread(); in auditThreads() local
|
/external/webkit/JavaScriptCore/wtf/gtk/ |
D | ThreadingGtk.cpp | 87 static ThreadIdentifier identifierByGthreadHandle(GThread*& thread) in identifierByGthreadHandle() 100 static ThreadIdentifier establishIdentifierForThread(GThread*& thread) in establishIdentifierForThread() 131 GThread* thread; in createThreadInternal() local 149 GThread* thread = threadForIdentifier(threadID); in waitForThreadCompletion() local
|
/external/webkit/JavaScriptCore/wtf/qt/ |
D | ThreadingQt.cpp | 101 static ThreadIdentifier identifierByQthreadHandle(QThread*& thread) in identifierByQthreadHandle() 114 static ThreadIdentifier establishIdentifierForThread(QThread*& thread) in establishIdentifierForThread() 170 ThreadPrivate* thread = new ThreadPrivate(entryPoint, data); in createThreadInternal() local 193 QThread* thread = threadForIdentifier(threadID); in waitForThreadCompletion() local
|
/external/bluetooth/glib/glib/ |
D | gthread.c | 69 GThread thread; member 501 GRealThread *thread; in g_static_private_free() local 545 GRealThread* thread = data; in g_thread_cleanup() local 623 GRealThread* thread = data; in g_thread_create_proxy() local 692 g_thread_join (GThread* thread) in g_thread_join() 735 g_thread_set_priority (GThread* thread, in g_thread_set_priority() 754 GRealThread* thread = g_private_get (g_thread_specific_private); in g_thread_self() local 953 GRealThread *thread; in g_thread_foreach() local
|
/external/qemu/ |
D | qemu-thread.c | 134 void qemu_thread_create(QemuThread *thread, in qemu_thread_create() 145 void qemu_thread_signal(QemuThread *thread, int sig) in qemu_thread_signal() 154 void qemu_thread_self(QemuThread *thread) in qemu_thread_self()
|
/external/chromium/base/ |
D | simple_thread_unittest.cc | 84 base::DelegateSimpleThread thread(&runner, "int_setter"); in TEST() local 104 base::DelegateSimpleThread thread(&runner, "event_waiter"); in TEST() local 118 base::DelegateSimpleThread thread(&runner, "event_waiter", options); in TEST() local
|
/external/libvpx/vp8/common/ |
D | threading.h | 29 #define pthread_join(thread, result) ((WaitForSingleObject((thread),VPXINFINITE)!=WAIT_OBJECT_0) ||… argument 30 #define pthread_detach(thread) if(thread!=NULL)CloseHandle(thread) argument 32 #define pthread_cancel(thread) terminate_thread(thread,0) argument
|
/external/webkit/WebCore/storage/ |
D | LocalStorageTask.cpp | 45 LocalStorageTask::LocalStorageTask(Type type, LocalStorageThread* thread) in LocalStorageTask()
|