Home
last modified time | relevance | path

Searched refs:PTHREAD_MUTEX_RECURSIVE (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/thread/pthread/
A DSDL_sysmutex.c53 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE); in SDL_CreateMutex()
/AliOS-Things-master/components/websocket/src/
A Drws_thread.c126 if (pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE) == 0) { in rws_mutex_create_recursive()
/AliOS-Things-master/components/posix/include/
A Dpthread.h22 #define PTHREAD_MUTEX_RECURSIVE 1 macro
/AliOS-Things-master/components/SDL2/
A Dconfigure23305 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);

Completed in 25 milliseconds