/external/chromium_org/third_party/sqlite/src/test/ |
thread1.test | 53 thread_create A test.db 54 thread_create B test.db 55 thread_create C test.db 117 thread_create A test.db 123 thread_create B test.db 129 thread_create C test.db
|
thread2.test | 47 thread_create A test.db 48 thread_create B test.db
|
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/ |
thread_creator.c | 15 static int thread_create(uintptr_t *tid, function 34 thread_create,
|
/external/chromium_org/native_client_sdk/src/libraries/ppapi_stub/ |
ppapi_main.c | 29 int (*thread_create)(uintptr_t* tid, member in struct:PP_ThreadFunctions 42 static int thread_create(uintptr_t *tid, function 68 thread_create,
|
/external/chromium_org/ppapi/nacl_irt/public/ |
irt_ppapi.h | 30 int (*thread_create)(uintptr_t* tid, member in struct:PP_ThreadFunctions
|
/external/lzma/CPP/Windows/ |
Thread.h | 21 { return Thread_Create(&thread, startAddress, parameter); }
|
/external/lzma/C/ |
Threads.h | 25 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param);
|
Threads.c | 30 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param)
|
MtCoder.c | 42 return Thread_Create(&p->thread, LoopThreadFunc, p);
|
LzFindMt.c | 117 RINOK_THREAD(Thread_Create(&p->thread, startAddress, obj));
|
/external/chromium_org/native_client_sdk/src/tools/lib/tests/data/ |
test_dynamic_x86_32.nexe | |
test_static_arm.nexe | |
/external/chromium_org/components/nacl/loader/nonsfi/ |
irt_thread.cc | 88 // As we actually don't use stack given to thread_create, it means that the
|
/external/chromium_org/ppapi/shared_impl/ |
ppb_audio_shared.cc | 145 g_thread_functions.thread_create(&nacl_thread_id_, CallRun, this); 184 return (g_thread_functions.thread_create != NULL &&
|
/external/chromium_org/ppapi/tests/ |
test_audio.cc | 37 // In order to check if the thread_create is called, CountingThreadCreate() 47 return g_thread_funcs.thread_create(tid, func, thread_argument); 405 // Tests the behavior of the thread_create functions. 468 // Here, the injected thread_create is called, but thread_join is not yet.
|
/external/qemu/ |
posix-aio-compat.c | 114 static void thread_create(pthread_t *thread, pthread_attr_t *attr, function 379 thread_create(&thread_id, &attr, aio_thread, NULL);
|
/external/chromium_org/third_party/sqlite/src/src/ |
test4.c | 117 ** Usage: thread_create NAME FILENAME 722 { "thread_create", (Tcl_CmdProc*)tcl_thread_create },
|
/external/valgrind/main/coregrind/m_syswrap/ |
priv_syswrap-darwin.h | 547 DECL_TEMPLATE(darwin, thread_create);
|
syswrap-darwin.c | [all...] |
/device/asus/flo/camera/hdr/include/ |
morpho_easy_hdr.h | 116 void * (* thread_create )(void *p, int index, void *(*start_routine)(void *arg), void *arg);
member in struct:_morpho_EasyHDR_Callback
|
/device/lge/hammerhead/camera/hdr/include/ |
morpho_easy_hdr.h | 116 void * (* thread_create )(void *p, int index, void *(*start_routine)(void *arg), void *arg);
member in struct:_morpho_EasyHDR_Callback
|
/device/lge/mako/camera/hdr/include/ |
morpho_easy_hdr.h | 116 void * (* thread_create )(void *p, int index, void *(*start_routine)(void *arg), void *arg);
member in struct:_morpho_EasyHDR_Callback
|