Home
last modified time | relevance | path

Searched refs:self_id (Results 1 – 5 of 5) sorted by relevance

/third_party/libuv/test/
Dtest-thread-equal.c30 uv_thread_t self_id = uv_thread_self(); in check_thread() local
32 ASSERT_NOT_NULL(self_id); in check_thread()
34 ASSERT(uv_thread_equal(&main_thread_id, &self_id) == 0); in check_thread()
/third_party/musl/libc-test/src/functional/
Dtest-malloc-stats-common.h57 pid_t self_id; member
123 thread_data->self_id = syscall(__NR_gettid); in allocate_wait_free()
Dtest-malloc-info-stats-print.h122 snprintf(test_results.threads[i], MAX_TID_LEN, "%d", thread_data[i].self_id); in get_different_threads_test_results()
/third_party/boost/boost/typeof/
Dtemplate_encoding.hpp152 typedef boost::type_of::constant<std::size_t,ID> self_id;\
/third_party/ffmpeg/libavcodec/
Dhevcdec.c2525 static int hls_decode_entry_wpp(AVCodecContext *avctxt, void *input_ctb_row, int job, int self_id) in hls_decode_entry_wpp() argument
2538 s = s1->sList[self_id]; in hls_decode_entry_wpp()