Searched refs:PlatformThreadID (Results 1 – 3 of 3) sorted by relevance
40 using PlatformThreadID = pid_t; variable41 inline PlatformThreadID GetThreadId() { in GetThreadId()45 using PlatformThreadID = pid_t;46 inline PlatformThreadID GetThreadId() {50 using PlatformThreadID = zx_handle_t;51 inline PlatformThreadID GetThreadId() {55 using PlatformThreadID = uint64_t;56 inline PlatformThreadID GetThreadId() {62 using PlatformThreadID = uint64_t;63 inline PlatformThreadID GetThreadId() {[all …]
90 PlatformThreadID created_thread_id_ = GetThreadId();
119 PlatformThreadID g_aborted_thread = 0;141 PlatformThreadID expected_tid = 0; in TEST()