Searched refs:thread_t (Results 1 – 16 of 16) sorted by relevance
/external/autotest/client/tests/monotonic_time/src/ |
D | threads.c | 24 } thread_t; typedef 26 static thread_t threads[MAX_THREADS]; 35 thread_t *thread = arg; in run_thread() 58 thread_t *thread; in create_per_cpu_threads() 93 thread_t *thread; in create_threads()
|
/external/syzkaller/executor/ |
D | executor.cc | 180 struct thread_t { struct 199 static thread_t threads[kMaxThreads]; argument 200 static thread_t* last_scheduled; 278 static thread_t* schedule_call(int call_index, int call_num, bool colliding, uint64 copyout_index, … 279 static void handle_completion(thread_t* th); 280 static void copyout_call_results(thread_t* th); 281 static void write_call_output(thread_t* th, bool finished); 282 static void execute_call(thread_t* th); 283 static void thread_create(thread_t* th, int id); 640 thread_t* th = schedule_call(call_index++, call_num, colliding, copyout_index, in execute_one() [all …]
|
D | common.h | 386 struct thread_t { struct 391 static struct thread_t threads[16]; argument 397 struct thread_t* th = (struct thread_t*)arg; in thr() 428 struct thread_t* th = &threads[thread]; in execute_one()
|
/external/python/cpython2/Python/ |
D | thread_lwp.h | 31 thread_t tid; in PyThread_start_new_thread() 42 thread_t tid; in PyThread_get_thread_ident()
|
D | thread_solaris.h | 41 thread_t tid; in PyThread_start_new_thread()
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest-port.cc | 94 sizeof(thread_t) * thread_count); in GetThreadCount()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-port.cc | 94 sizeof(thread_t) * thread_count); in GetThreadCount()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-port.cc | 99 sizeof(thread_t) * thread_count); in GetThreadCount()
|
/external/honggfuzz/mac/ |
D | arch.c | 75 thread:(thread_t)thread
|
/external/syzkaller/pkg/csource/ |
D | generated.go | 3739 struct thread_t { 3744 static struct thread_t threads[16]; 3750 struct thread_t* th = (struct thread_t*)arg; 3781 struct thread_t* th = &threads[thread];
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-port.cc | 123 sizeof(thread_t) * thread_count); in GetThreadCount()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-port.cc | 127 sizeof(thread_t) * thread_count); in GetThreadCount()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-port.cc | 127 sizeof(thread_t) * thread_count); in GetThreadCount()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest-port.cc | 127 sizeof(thread_t) * thread_count); in GetThreadCount()
|
/external/googletest/googletest/src/ |
D | gtest-port.cc | 135 sizeof(thread_t) * thread_count); in GetThreadCount()
|
/external/epid-sdk/ext/gtest/ |
D | gtest-all.cc | 8680 sizeof(thread_t) * thread_count); in GetThreadCount()
|