1 Star 0 Fork 5.1K

xiashoudao / docs

forked from OpenHarmony / docs 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
OsalThread.md 2.09 KB
Copy Edit Raw Blame History
wenjun authored 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

OsalThread

Overview

Related Modules:

OSAL

Description:

Describes a thread.

Summary

Data Fields

Variable Name

Description

status

int32_t 

realThread

void * 

Details

Field Documentation

realThread

void* OsalThread::realThread

Description:

Pointer to a created thread object

status

int32_t OsalThread::status

Description:

Thread running status

1
https://gitee.com/xiashoudao/docs.git
git@gitee.com:xiashoudao/docs.git
xiashoudao
docs
docs
master

Search