Home
last modified time | relevance | path

Searched defs:thread_id (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/musl/libc-test/src/functional/
Dtest-malloc-stats-print.c42 static const char *find_thread_in_output(const char *output, const char *thread_id) in find_thread_in_output()
61 static int populate_thread_stats(const char *output, const char *thread_id, malloc_thread_stats_t *… in populate_thread_stats()
88 static int is_thread_in_output(const char *output, const char *thread_id) in is_thread_in_output()
Dtest-malloc-info.c93 static xmlNodePtr find_thread_in_document(xmlDocPtr doc_ptr, const char *thread_id) in find_thread_in_document()
99 static int populate_thread_stats(const char *output, const char *thread_id, malloc_thread_stats_t *… in populate_thread_stats()
140 static int is_thread_in_output(const char *output, const char *thread_id) in is_thread_in_output()
Dtest-malloc-disable.c48 pthread_t thread_id; in test_malloc_while_disabled() local
Dtest-iterate.c162 pthread_t thread_id; in test_iterate_another_thread() local
175 pthread_t thread_id; in test_iterate_over_abandoned_allocs() local
/third_party/ltp/include/
Dtst_safe_pthread.h25 #define SAFE_PTHREAD_CREATE(thread_id, attr, thread_fn, arg) \ argument
30 #define SAFE_PTHREAD_JOIN(thread_id, retval) \ argument
52 #define SAFE_PTHREAD_CANCEL(thread_id) \ argument
/third_party/libuv/test/
Dtest-thread.c34 uv_thread_t thread_id; member
42 uv_thread_t thread_id; member
50 uv_thread_t thread_id; member
Dtest-thread-equal.c29 uv_thread_t *thread_id = arg; in check_thread() local
Dbenchmark-million-async.c32 static uv_thread_t thread_id; variable
/third_party/node/deps/v8/src/execution/
Dthread-id.cc14 thread_local int thread_id = 0; variable
/third_party/gn/src/base/win/
Dscoped_process_information.h59 DWORD thread_id() const { return thread_id_; } in thread_id() function
/third_party/ltp/lib/
Dsafe_pthread.c13 pthread_t *thread_id, const pthread_attr_t *attr, in safe_pthread_create()
30 pthread_t thread_id, void **retval) in safe_pthread_join()
78 pthread_t thread_id) in safe_pthread_cancel()
/third_party/node/src/
Ddiagnosticfilename-inl.h19 uint64_t thread_id, in DiagnosticFilename()
/third_party/mbedtls/programs/ssl/
Dssl_pthread_server.c70 long int thread_id = (long int) pthread_self(); in my_mutexed_debug() local
102 long int thread_id = (long int) pthread_self(); in handle_ssl_connection() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/
D1-3.c56 pthread_t thread_id; in main() local
D1-4.c59 pthread_t thread_id; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
D2-3.c59 pthread_t thread_id; in main() local
D2-4.c59 pthread_t thread_id; in main() local
/third_party/mesa3d/src/gallium/tests/unit/
Dpipe_barrier_test.c73 int thread_id = *((int *) thread_data); in thread_function() local
/third_party/benchmark/src/
Dbenchmark_api_internal.cc93 IterationCount iters, int thread_id, internal::ThreadTimer* timer, in Run()
/third_party/mesa3d/src/util/
Du_thread.h368 typedef DWORD thread_id; typedef
370 typedef thrd_t thread_id; typedef
/third_party/rust/crates/syn/src/
Dthread.rs9 thread_id: ThreadId, field
/third_party/elfutils/libdw/
Dlibdw_alloc.c47 static __thread size_t thread_id = THREAD_ID_UNSET; variable
/third_party/ltp/testcases/kernel/mem/mtest07/
Dmallocstress.c32 static pthread_t *thread_id; /* Spawned thread */ variable
/third_party/curl/docs/examples/
Dthreaded-ssl.c64 static unsigned long thread_id(void) in thread_id() function
/third_party/nghttp2/src/
Dshrpx_log_config.h54 std::string thread_id; member

1234