This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:TI-RTOS
您好!
我能否从使用 SYS/BIOS API 创建的任务中调用在 POSIX 接口中定义的以下函数?
pthread_mutex_unlock、 //Mutex 锁定
pthread_mutex_lock // Mutex_unlock
pthread_mutex_timedlock
pthread_mutex_trylock
此致、
Sandeep