| /third_party/astc-encoder/Source/ |
| H A D | astcenccli_platform_dependents.cpp | 52 pthread_create( pthread_t* thread, const pthread_attr_t* attribs, void* (*threadfunc)(void*), void* thread_arg ) pthread_create() argument 78 set_group_affinity( pthread_t thread, int thread_index ) set_group_affinity() argument 119 pthread_join( pthread_t thread, void** value ) pthread_join() argument [all...] |
| /third_party/backends/sanei/ |
| H A D | sanei_thread.c | 416 pthread_t thread; in sanei_thread_begin() local [all...] |
| /third_party/googletest/googletest/include/gtest/hwext/ |
| H A D | gtest-multithread.h | 40 std::thread *thread; member in testing::mt::ThreadTaskEntry
|
| /third_party/libuv/test/ |
| H A D | test-thread.c | 116 struct test_thread* thread = arg; in do_work() local 246 uv_thread_t thread; in TEST_IMPL() local 253 uv_thread_t thread; in TEST_IMPL() local [all...] |
| /third_party/mbedtls/tests/src/ |
| H A D | threading_helpers.c | 18 static int threading_thread_create_pthread(mbedtls_test_thread_t *thread, void *(*thread_func)( in threading_thread_create_pthread() argument 32 static int threading_thread_join_pthread(mbedtls_test_thread_t *thread) in threading_thread_join_pthread() argument 53 threading_thread_create_fail(mbedtls_test_thread_t *thread, void *(*thread_func)(void *), void *thread_data) threading_thread_create_fail() argument 64 threading_thread_join_fail(mbedtls_test_thread_t *thread) threading_thread_join_fail() argument [all...] |
| /third_party/ltp/lib/ |
| H A D | safe_pthread.c | 255 safe_pthread_kill(const char *file, const int lineno, pthread_t thread, int sig) safe_pthread_kill() argument
|
| /third_party/node/test/node-api/test_instance_data/ |
| H A D | test_instance_data.c | 10 uv_thread_t thread; member
|
| /third_party/node/src/inspector/ |
| H A D | worker_agent.cc | 14 NodeWorkers(std::weak_ptr<NodeWorker::Frontend> frontend, std::shared_ptr<MainThreadHandle> thread) NodeWorkers() argument
|
| H A D | worker_inspector.h | 87 explicit WorkerManager(std::shared_ptr<MainThreadHandle> thread) in WorkerManager() argument
|
| /third_party/musl/libc-test/src/regression/ |
| H A D | pthread_cond-smasher.c | 18 typedef pthread_t thread; typedef [all...] |
| /third_party/musl/porting/liteos_m/user/src/thread/ |
| H A D | pthread_create.c | 94 _LIBC_TEXT_SECTION static int __thread_clone(int (*func)(void *), int flags, struct pthread *thread, unsigned char *sp) in __thread_clone() argument [all...] |
| /third_party/node/deps/cares/src/lib/ |
| H A D | ares_event.h | 87 ares__thread_t *thread; member [all...] |
| /third_party/ltp/utils/sctp/func_tests/ |
| H A D | test_1_to_1_threads.c | 141 pthread_t thread[THREADS]; in main() local
|
| /third_party/ltp/testcases/realtime/func/hrtimer-prio/ |
| H A D | hrtimer-prio.c | 113 void *busy_thread(void *thread) in busy_thread() argument 123 void *timer_thread(void *thread) in timer_thread() argument
|
| /third_party/ltp/testcases/realtime/include/ |
| H A D | librttest.h | 79 struct thread { struct [all...] |
| /third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
| H A D | thread_rwlock_test.cpp | 98 pthread_t thread; in TestPthreadRwlockWakeupWriter() local [all...] |
| /third_party/python/Python/ |
| H A D | thread_pthread_stubs.h | 83 pthread_create(pthread_t *restrict thread, in pthread_create() argument 92 pthread_detach(pthread_t thread) in pthread_detach() argument
|
| /third_party/pulseaudio/src/modules/ |
| H A D | module-sine-source.c | 60 pa_thread *thread; member
|
| H A D | module-null-source.c | 67 pa_thread *thread; member
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | rtkit.c | 171 int rtkit_make_realtime(DBusConnection *connection, pid_t thread, int priority) { in rtkit_make_realtime() argument 230 int rtkit_make_high_priority(DBusConnection *connection, pid_t thread, int nice_level) { in rtkit_make_high_priority() argument 293 int rtkit_make_realtime(DBusConnection *connection, pid_t thread, int priority) { in rtkit_make_realtime() argument 297 int rtkit_make_high_priority(DBusConnection *connection, pid_t thread, in argument [all...] |
| H A D | lock-autospawn.c | 59 static pa_thread *thread = NULL; variable [all...] |
| H A D | thread-win32.c | 34 HANDLE thread; member 45 HANDLE thread; member 219 HANDLE thread; pa_tls_set() local [all...] |
| /third_party/pulseaudio/src/pulse/ |
| H A D | thread-mainloop.c | 49 pa_thread* thread; member 76 static void thread(void *userdata) { in thread() function [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Thread.cpp | 23 egl::Thread *thread = static_cast<egl::Thread *>(ptr); in ProcessCleanupCallback() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/android/java/src/com/android/angle/test/ |
| H A D | AngleNativeTest.java | 50 public void uncaughtException(Thread thread, Throwable ex) in uncaughtException() argument
|