OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_platform_thread_id
(Results
1 - 2
of
2
) sorted by null
/external/vulkan-validation-layers/tests/
test_common.h
109
typedef pthread_t
test_platform_thread_id
;
typedef
110
static inline
test_platform_thread_id
test_platform_get_thread_id() { return pthread_self(); }
143
typedef DWORD
test_platform_thread_id
;
typedef
144
static
test_platform_thread_id
test_platform_get_thread_id() { return GetCurrentThreadId(); }
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
test_common.h
109
typedef pthread_t
test_platform_thread_id
;
typedef
110
static inline
test_platform_thread_id
test_platform_get_thread_id() { return pthread_self(); }
143
typedef DWORD
test_platform_thread_id
;
typedef
144
static
test_platform_thread_id
test_platform_get_thread_id() { return GetCurrentThreadId(); }
Completed in 222 milliseconds