Searched refs:gThreadHandle (Results 1 - 1 of 1) sorted by relevance

/system/chre/platform/slpi/
H A Dinit.cc79 qurt_thread_t gThreadHandle; member in namespace:__anon1387
151 return (qurt_thread_get_id() == gThreadHandle);
187 int result = qurt_thread_create(&gThreadHandle, &attributes,
192 } else if (HAP_thread_migrate(gThreadHandle) != 0) {
214 int result = qurt_thread_join(gThreadHandle, &status);
256 gThreadHandle = 0;

Completed in 123 milliseconds