Searched refs:thread (Results 76 - 100 of 1503) sorted by relevance

1234567891011>>

/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/
H A DAndroid.mk17 test_makefile := external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/Android.mk
19 test_name := thread/thread.mutex/thread.lock/thread.lock.guard/adopt_lock
23 test_name := thread/thread
[all...]
/external/libcxx/test/thread/thread.req/
H A DAndroid.mk17 test_makefile := external/libcxx/test/thread/thread.req/Android.mk
19 test_name := thread/thread.req/nothing_to_do
/external/libcxx/test/thread/thread.threads/
H A DAndroid.mk17 test_makefile := external/libcxx/test/thread/thread.threads/Android.mk
19 test_name := thread/thread.threads/version
H A Dversion.pass.cpp10 // <thread>
12 #include <thread>
/external/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/
H A Dthread_id.pass.cpp21 #include <thread>
26 std::thread::id id1;
27 std::thread::id id2 = std::this_thread::get_id();
28 typedef std::hash<std::thread::id> H;
H A Dstream.pass.cpp10 // <thread>
12 // class thread::id
16 // operator<<(basic_ostream<charT, traits>& out, thread::id id);
18 #include <thread>
24 std::thread::id id0 = std::this_thread::get_id();
H A Dassign.pass.cpp10 // <thread>
12 // class thread::id
16 #include <thread>
21 std::thread::id id0;
22 std::thread::id id1;
H A Deq.pass.cpp10 // <thread>
12 // class thread::id
14 // bool operator==(thread::id x, thread::id y);
15 // bool operator!=(thread::id x, thread::id y);
17 #include <thread>
22 std::thread::id id0;
23 std::thread::id id1;
/external/libcxx/test/thread/thread.threads/thread.thread.this/
H A Dyield.pass.cpp10 // <thread>
14 #include <thread>
/external/qemu/distrib/sdl-1.2.15/src/thread/
H A DSDL_systhread.h31 /* This function creates a thread, passing args to SDL_RunThread(),
32 saves a system-dependent thread id in thread->id, and returns 0
36 extern int SDL_SYS_CreateThread(SDL_Thread *thread, void *args, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
38 extern int SDL_SYS_CreateThread(SDL_Thread *thread, void *args);
41 /* This function does any necessary setup in the child thread */
44 /* This function waits for the thread to finish and frees any data
47 extern void SDL_SYS_WaitThread(SDL_Thread *thread);
49 /* This function kills the thread and returns */
50 extern void SDL_SYS_KillThread(SDL_Thread *thread);
[all...]
H A DSDL_thread.c24 /* System independent thread management routines for SDL */
33 (except the main thread)
56 they will no longer have access to any per-thread data.
69 /* Routines for manipulating the thread list */
70 static void SDL_AddThread(SDL_Thread *thread) argument
76 is only one thread running the first time this is called.
87 printf("Adding thread (%d already - %d max)\n",
101 SDL_Threads[SDL_numthreads++] = thread;
106 static void SDL_DelThread(SDL_Thread *thread) argument
115 if ( thread
214 SDL_Thread *thread; local
269 SDL_WaitThread(SDL_Thread *thread, int *status) argument
281 SDL_GetThreadID(SDL_Thread *thread) argument
293 SDL_KillThread(SDL_Thread *thread) argument
[all...]
/external/chromium_org/ppapi/tests/
H A Dpp_thread.h18 #error No thread library detected.
48 PP_INLINE bool PP_CreateThread(PP_Thread* thread,
51 PP_INLINE void PP_JoinThread(PP_Thread thread);
54 /* Because POSIX thread functions return void* and Windows thread functions do
55 * not, we make PPAPI thread functions have the least capability (no returns).
72 PP_INLINE bool PP_CreateThread(PP_Thread* thread, argument
79 return (pthread_create(thread,
85 PP_INLINE void PP_JoinThread(PP_Thread thread) { argument
87 pthread_join(thread,
93 PP_Thread* thread = reinterpret_cast<PP_Thread*>(param); local
98 PP_CreateThread(PP_Thread* thread, PP_ThreadFunction function, void* thread_arg) argument
115 PP_JoinThread(PP_Thread thread) argument
[all...]
/external/compiler-rt/test/tsan/libcxx/
H A Dstd_shared_ptr.cc4 #include <thread>
9 std::thread t1;
10 std::thread t2;
14 t1 = std::thread([thingy, &v1] { v1 = *thingy; });
15 t2 = std::thread([thingy, &v2] { v2 = *thingy; });
/external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
H A DAndroid.mk17 test_makefile := external/libcxx/test/thread/thread.condition/thread.condition.condvarany/Android.mk
19 test_name := thread/thread.condition/thread.condition.condvarany/default
23 test_name := thread/thread.condition/thread.condition.condvarany/wait_for.exception
27 test_name := thread/threa
[all...]
/external/junit/src/org/junit/internal/runners/statements/
H A DFailOnTimeout.java20 StatementThread thread= evaluateStatement();
21 if (!thread.fFinished)
22 throwExceptionForUnfinishedThread(thread);
26 StatementThread thread= new StatementThread(fOriginalStatement);
27 thread.start();
28 thread.join(fTimeout);
29 thread.interrupt();
30 return thread;
33 private void throwExceptionForUnfinishedThread(StatementThread thread) argument
35 if (thread
41 throwTimeoutException(StatementThread thread) argument
[all...]
/external/compiler-rt/test/tsan/
H A Dbench_acquire_only.cc8 void thread(int tid) { function
15 start_thread_group(bench_nthread, thread);
/external/libcxx/test/thread/thread.condition/
H A DAndroid.mk17 test_makefile := external/libcxx/test/thread/thread.condition/Android.mk
19 test_name := thread/thread.condition/notify_all_at_thread_exit
23 test_name := thread/thread.condition/cv_status
27 test_name := thread/thread.condition/version
/external/valgrind/main/drd/tests/
H A Dtc21_pthonce.stdout.exp3 child: Hi, I'm thread 0
4 child: Hi, I'm thread 1
H A Dfp_race.stderr.exp2 Conflicting load by thread 1 at 0x........ size 8
6 Other segment start (thread 2)
7 (thread finished, call stack no longer available)
8 Other segment end (thread 2)
9 (thread finished, call stack no longer available)
11 Conflicting store by thread 1 at 0x........ size 8
15 Other segment start (thread 2)
16 (thread finished, call stack no longer available)
17 Other segment end (thread 2)
18 (thread finishe
[all...]
/external/valgrind/main/helgrind/tests/
H A Dtc21_pthonce.stdout.exp3 child: Hi, I'm thread 0
4 child: Hi, I'm thread 1
/external/bison/lib/glthread/
H A Dthreadlib.c32 /* The function to be executed by a dummy thread. */
47 pthread_t thread; local
49 if (pthread_create (&thread, NULL, dummy_thread_func, NULL) != 0)
56 if (pthread_join (thread, &retval) != 0)
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_getschedparam.c5 * POSIX thread functions that deal with thread scheduling.
42 pthread_getschedparam (pthread_t thread, int *policy, argument
47 /* Validate the thread id. */
48 result = pthread_kill (thread, 0);
69 * for the target thread. It must not return the actual thread
72 param->sched_priority = ((ptw32_thread_t *)thread.p)->sched_priority;
/external/deqp/framework/delibs/destream/
H A DdeStreamCpyThread.h23 * \brief Stream copying thread
36 deThread thread; member in struct:deStreamCpyThread_s
41 void deStreamCpyThread_destroy (deStreamCpyThread* thread);
43 void deStreamCpyThread_join (deStreamCpyThread* thread);
/external/bluetooth/bluedroid/osi/src/
H A Dthread.c32 #include "thread.h"
43 thread_t *thread; member in struct:start_arg
80 start.thread = ret;
98 void thread_free(thread_t *thread) { argument
99 if (!thread)
102 thread_stop(thread);
103 pthread_join(thread->pthread, NULL);
104 fixed_queue_free(thread->work_queue, free);
105 reactor_free(thread->reactor);
106 free(thread);
109 thread_post(thread_t *thread, thread_fn func, void *context) argument
130 thread_stop(thread_t *thread) argument
135 thread_name(const thread_t *thread) argument
144 thread_t *thread = start->thread; local
[all...]
/external/lldb/test/functionalities/conditional_break/
H A Dconditional_break.py6 thread = frame.GetThread()
7 process = thread.GetProcess()
20 if thread.GetNumFrames() >= 2:
22 if (thread.frames[0].function.name == 'c' and thread.frames[1].function.name == 'a'):

Completed in 621 milliseconds

1234567891011>>