Home
last modified time | relevance | path

Searched defs:HcThreadT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/interfaces/
H A Dhc_thread.h30 typedef struct HcThreadT { struct
32 int (*start)(struct HcThreadT* thread); argument
33 void(*join)(struct HcThreadT* thread); argument
34 void (*wait)(struct HcThreadT* thread); argument
36 pthread_t thread;
37 size_t stackSize;
38 HcBool running;
39 HcString name;
40 HcCondition threadWaitObj;
41 HcMutex threadLock;
[all …]
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/
H A Dhc_thread.h26 typedef struct HcThreadT { struct
28 int (*start)(struct HcThreadT* thread); argument
29 void(*join)(struct HcThreadT* thread); argument
30 void (*wait)(struct HcThreadT* thread); argument
32 pthread_t thread;
33 size_t stackSize;
34 HcBool running;
35 HcString name;
36 HcCondition threadWaitObj;
37 HcMutex threadLock;
[all …]