Home
last modified time | relevance | path

Searched defs:thr (Results 1 - 25 of 83) sorted by relevance

1234

/third_party/musl/src/thread/
H A Dthrd_create.c4 int thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() argument
/base/hiviewdfx/hiview/plugins/performance/context/
H A DNormalContext.h34 ThrExecutor* thr; member
H A DNormalContext.cpp52 ThrExecutor* thr = new ThrExecutor(); in MakeCommonParts() local
/foundation/resourceschedule/ffrt/src/sync/
H A Dthread.cpp29 int ffrt_thread_create(ffrt_thread_t* thr, const ffrt_thread_attr_t* attr, void* (*func)(void*), void* arg) in ffrt_thread_create() argument
56 int ffrt_thread_join(ffrt_thread_t thr, void** res) in ffrt_thread_join() argument
75 int ffrt_thread_detach(ffrt_thread_t thr) in ffrt_thread_detach() argument
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/futex/functional/
H A Dfutex_wait_uninitialized_heap.c70 pthread_t thr; in main() local
H A Dfutex_wait_private_mapped_file.c74 pthread_t thr; in main() local
/kernel/linux/linux-6.6/tools/testing/selftests/futex/functional/
H A Dfutex_wait_uninitialized_heap.c70 pthread_t thr; in main() local
H A Dfutex_wait_private_mapped_file.c74 pthread_t thr; in main() local
/kernel/liteos_a/testsuites/kernel/sample/posix/mutex/full/
H A DIt_posix_mutex_022.c76 pthread_t thr; in Testcase() local
/kernel/liteos_a/testsuites/kernel/sample/posix/mutex/smoke/
H A DIt_posix_mutex_019.c79 pthread_t thr; in Testcase() local
/third_party/ltp/testcases/kernel/crypto/
H A Daf_alg02.c59 pthread_t thr; in run() local
/third_party/musl/src/exit/
H A Dcxa_thread_atexit_impl.c113 pthread_t thr = __pthread_self(); in __cxa_thread_atexit_impl() local
124 pthread_t thr = __pthread_self(); in __cxa_thread_finalize() local
/base/hiviewdfx/hiview/plugins/performance/monitor/
H A DJankAnimatorMonitor.cpp34 JankAnimatorMonitor::JankAnimatorMonitor(IMonitorThrExecutor* thr, IAnimatorSceneDataProcessor* stats, in JankAnimatorMonitor() argument
/kernel/linux/linux-6.6/tools/perf/tests/shell/coresight/thread_loop/
H A Dthread_loop.c59 unsigned int i, len, thr; in main() local
/kernel/linux/linux-6.6/tools/perf/tests/shell/coresight/memcpy_thread/
H A Dmemcpy_thread.c44 unsigned long i, len, size, thr; in main() local
/kernel/linux/linux-6.6/tools/perf/tests/shell/coresight/unroll_loop_thread/
H A Dunroll_loop_thread.c53 unsigned int i, thr; in main() local
/third_party/mesa3d/src/egl/main/
H A Deglcurrent.c177 _EGLThreadInfo *thr = _eglGetCurrentThread(); in _eglDebugReport() local
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtring.c71 pthread_t thr; in main() local
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap06.c45 static void *thr(void *arg) in thr() function
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dtring.c71 pthread_t thr; in main() local
/third_party/ltp/testcases/kernel/syscalls/pidfd_send_signal/
H A Dpidfd_send_signal01.c53 pthread_t thr; in verify_pidfd_send_signal() local
/third_party/ltp/testcases/kernel/syscalls/rt_sigqueueinfo/
H A Drt_sigqueueinfo01.c62 pthread_t thr; in verify_sigqueueinfo() local
/third_party/ltp/testcases/kernel/syscalls/userfaultfd/
H A Duserfaultfd01.c77 pthread_t thr; in run() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
H A D3-2.c176 pthread_t thr; in main() local
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/
H A Dmmio_warning_test.c39 void *thr(void *arg) in thr() function

Completed in 7 milliseconds

1234