HomeSort by relevance Sort by last modified time
    Searched refs:thread (Results 126 - 150 of 2286) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/valgrind/main/helgrind/tests/
tc21_pthonce.stdout.exp 3 child: Hi, I'm thread 0
4 child: Hi, I'm thread 1
  /bionic/libc/bionic/
pthread_getcpuclockid.cpp 34 pthread_accessor thread(t);
35 if (thread.get() == NULL) {
40 clockid_t result = ~static_cast<clockid_t>(thread->tid) << 3;
43 // Bit 2: thread (set) or process (clear)?
pthread_setschedparam.cpp 37 pthread_accessor thread(t);
38 if (thread.get() == NULL) {
42 int rc = sched_setscheduler(thread->tid, policy, param);
  /external/bison/lib/glthread/
threadlib.c 32 /* 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)
50 /* Thread creation failed. */
54 /* Thread creation works. */
56 if (pthread_join (thread, &retval) != 0)
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_getschedparam.c 5 * POSIX thread functions that deal with thread scheduling.
42 pthread_getschedparam (pthread_t thread, int *policy,
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/
deStreamCpyThread.h 23 * \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/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/
assign.pass.cpp 10 // <thread>
12 // class thread::id
16 #include <thread>
21 std::thread::id id0;
22 std::thread::id id1;
eq.pass.cpp 10 // <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;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/
assign.pass.cpp 10 // <thread>
12 // class thread::id
16 #include <thread>
21 std::thread::id id0;
22 std::thread::id id1;
eq.pass.cpp 10 // <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/chromium_org/third_party/libjingle/source/talk/base/
thread_unittest.cc 34 #include "talk/base/thread.h"
69 Thread* post_thread, MessageHandler* phandler)
94 Thread* post_thread_;
101 MessageClient(Thread* pth, Socket* socket)
120 class CustomThread : public talk_base::Thread {
128 // A thread that does nothing when it runs and signals an event
130 class SignalWhenDestroyedThread : public Thread {
149 // Function objects to test Thread::Invoke.
162 Thread::Current()->ProcessMessages(50);
171 // Create the messaging client on its own thread
213 Thread *thread; local
235 Thread *thread; local
274 Thread thread; local
323 Thread thread; local
334 Thread thread; local
346 Thread thread; local
363 Thread thread; local
378 Thread thread; local
455 Thread* thread = new ComThread(); local
    [all...]
  /external/chromium_org/third_party/webrtc/base/
thread_unittest.cc 17 #include "webrtc/base/thread.h"
52 Thread* post_thread, MessageHandler* phandler)
77 Thread* post_thread_;
84 MessageClient(Thread* pth, Socket* socket)
103 class CustomThread : public rtc::Thread {
111 // A thread that does nothing when it runs and signals an event
113 class SignalWhenDestroyedThread : public Thread {
132 // Function objects to test Thread::Invoke.
145 Thread::Current()->ProcessMessages(50);
154 // Create the messaging client on its own thread
196 Thread *thread; local
218 Thread *thread; local
257 Thread thread; local
306 Thread thread; local
317 Thread thread; local
329 Thread thread; local
346 Thread thread; local
361 Thread thread; local
438 Thread* thread = new ComThread(); local
    [all...]
  /external/bluetooth/bluedroid/osi/src/
thread.c 32 #include "thread.h"
43 thread_t *thread; member in struct:start_arg
80 start.thread = ret;
98 void thread_free(thread_t *thread) {
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);
144 thread_t *thread = start->thread; local
    [all...]
  /external/lldb/test/functionalities/conditional_break/
conditional_break.py 6 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'):
  /external/valgrind/main/drd/tests/
fp_race.stderr.exp 2 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 finished, call stack no longer available
    [all...]
sem_as_mutex.stderr.exp 2 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 finished, call stack no longer available
    [all...]
sem_open.stderr.exp 2 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 finished, call stack no longer available
    [all...]
sem_as_mutex3.stderr.exp 2 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)
sem_open3.stderr.exp 2 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)
  /external/chromium_org/mojo/system/
waiter_unittest.cc 85 Waiter waiter_; // Thread-safe.
103 // Awake immediately after thread start.
105 WaitingThread thread(10 * test::EpsilonTimeout().InMicroseconds());
106 thread.Start();
107 thread.waiter()->Awake(MOJO_RESULT_OK, 1);
108 thread.WaitUntilDone(&result, &context, &elapsed);
114 // Awake before after thread start.
116 WaitingThread thread(10 * test::EpsilonTimeout().InMicroseconds());
117 thread.waiter()->Awake(MOJO_RESULT_CANCELLED, 2);
118 thread.Start()
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/timeline/
process.py 7 import telemetry.timeline.thread as tracing_thread
27 for thread in self._threads.itervalues():
28 yield thread
33 for thread in self._threads.itervalues():
34 for s in thread.IterAllSlicesOfName(name):
38 for thread in self._threads.itervalues():
39 for s in thread.IterAllAsyncSlicesOfName(name):
47 thread = self.threads.get(tid, None)
48 if thread:
49 return thread
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
SDL_systhread.c 31 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args)
47 void SDL_SYS_WaitThread(SDL_Thread *thread)
52 void SDL_SYS_KillThread(SDL_Thread *thread)
70 Uint32 riscos_main_thread = 0; /* Thread running events */
79 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args)
83 /* Set the thread attributes */
90 /* Create the thread and go! */
91 if ( pthread_create(&thread->handle, &type, RunThread, args) != 0 ) {
92 SDL_SetError("Not enough resources to create thread");
110 /* Mask asynchronous signals for this thread */
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
thread.c 6 #include "thread.h"
10 struct thread *thread__new(pid_t pid, pid_t tid)
12 struct thread *self = zalloc(sizeof(*self));
27 void thread__delete(struct thread *self)
34 int thread__set_comm(struct thread *self, const char *comm)
48 int thread__comm_len(struct thread *self)
59 size_t thread__fprintf(struct thread *thread, FILE *fp)
61 return fprintf(fp, "Thread %d %s\n", thread->tid, thread->comm)
    [all...]
  /external/lldb/source/Target/
ThreadSpec.cpp 10 #include "lldb/Target/Thread.h"
61 ThreadSpec::TIDMatches (Thread &thread) const
66 lldb::tid_t thread_id = thread.GetID();
70 ThreadSpec::IndexMatches (Thread &thread) const
74 uint32_t index = thread.GetIndexID();
78 ThreadSpec::NameMatches (Thread &thread) const
83 const char *name = thread.GetName()
    [all...]
  /art/runtime/entrypoints/portable/
portable_dexcache_entrypoints.cc 26 Thread* thread)
28 return ResolveVerifyAndClinit(type_idx, referrer, thread, true, false);
33 Thread* thread)
35 return ResolveVerifyAndClinit(type_idx, referrer, thread, false, false);
40 Thread* thread)
44 return ResolveVerifyAndClinit(type_idx, referrer, thread, false, true);

Completed in 2158 milliseconds

1 2 3 4 56 7 8 91011>>