Searched defs:gpr_thd_currentid (Results 1 – 3 of 3) sorted by relevance
158 gpr_thd_id gpr_thd_currentid(void) { return (gpr_thd_id)pthread_self(); } in gpr_thd_currentid() function
153 gpr_thd_id gpr_thd_currentid(void) { return (gpr_thd_id)g_thd_info; } in gpr_thd_currentid() function
742 #define gpr_thd_currentid gpr_thd_currentid_import macro