Searched refs:gpr_thd_currentid (Results 1 – 10 of 10) sorted by relevance
38 GPRAPI gpr_thd_id gpr_thd_currentid(void);
37 GPR_ASSERT(gpr_thd_currentid() == g_init_thread)
38 g_init_thread = gpr_thd_currentid(); in iomgr_platform_init()
153 gpr_thd_id gpr_thd_currentid(void) { return (gpr_thd_id)g_thd_info; } in gpr_thd_currentid() function
158 gpr_thd_id gpr_thd_currentid(void) { return (gpr_thd_id)pthread_self(); } in gpr_thd_currentid() function
234 gpr_thd_currentid
292 printf("%lx", (unsigned long) gpr_thd_currentid); in main()
742 #define gpr_thd_currentid gpr_thd_currentid_import macro
1102 log_func(args->file, args->line, gpr_thd_currentid(), in grpcsharp_log_handler()
154 return static_cast<unsigned long>(gpr_thd_currentid()); in openssl_thread_id_cb()