Home
last modified time | relevance | path

Searched refs:pthread_mutex_unlock (Results 1 – 25 of 27) sorted by relevance

12

/AliOS-Things-master/components/posix/src/
A Dpthread_tsd.c75 pthread_mutex_unlock(&g_pthread_key_lock); in pthread_tsd_dtors()
108 pthread_mutex_unlock(&g_pthread_key_lock); in pthread_key_create()
124 pthread_mutex_unlock(&g_pthread_key_lock); in pthread_key_create()
156 pthread_mutex_unlock(&g_pthread_key_lock); in pthread_setspecific()
164 pthread_mutex_unlock(&g_pthread_key_lock);; in pthread_setspecific()
214 pthread_mutex_unlock(&g_pthread_key_lock); in pthread_setspecific()
242 pthread_mutex_unlock(&g_pthread_key_lock); in pthread_getspecific()
250 pthread_mutex_unlock(&g_pthread_key_lock); in pthread_getspecific()
258 pthread_mutex_unlock(&g_pthread_key_lock); in pthread_getspecific()
329 pthread_mutex_unlock(&g_pthread_key_lock); in pthread_key_delete()
[all …]
A Denviro.c121 pthread_mutex_unlock(&g_enviro_mutex); in setenv()
127 pthread_mutex_unlock(&g_enviro_mutex); in setenv()
144 pthread_mutex_unlock(&g_enviro_mutex); in setenv()
147 pthread_mutex_unlock(&g_enviro_mutex); in setenv()
154 pthread_mutex_unlock(&g_enviro_mutex); in setenv()
166 pthread_mutex_unlock(&g_enviro_mutex); in setenv()
172 pthread_mutex_unlock(&g_enviro_mutex); in setenv()
201 pthread_mutex_unlock(&g_enviro_mutex); in getenv()
208 pthread_mutex_unlock(&g_enviro_mutex); in getenv()
242 pthread_mutex_unlock(&g_enviro_mutex); in unsetenv()
[all …]
A Dtimer.c141 pthread_mutex_unlock(&g_timer_lock); in timer_create()
182 pthread_mutex_unlock(&g_timer_lock); in timer_delete()
202 pthread_mutex_unlock(&g_timer_lock); in timer_delete()
261 pthread_mutex_unlock(&g_timer_lock); in timer_settime()
270 pthread_mutex_unlock(&g_timer_lock); in timer_settime()
300 pthread_mutex_unlock(&g_timer_lock); in timer_gettime()
306 pthread_mutex_unlock(&g_timer_lock); in timer_gettime()
314 pthread_mutex_unlock(&g_timer_lock); in timer_gettime()
A Dtemp.c36 pthread_mutex_unlock(&g_tmpnam_lock); in tmpnam()
A Dpthread.c242 pthread_mutex_unlock(&g_pthread_lock); in pthread_detach()
500 pthread_mutex_unlock(&g_pthread_lock); in pthread_once()
506 pthread_mutex_unlock(&g_pthread_lock); in pthread_once()
A Dpthread_mutex.c81 int pthread_mutex_unlock(pthread_mutex_t *mutex) in pthread_mutex_unlock() function
/AliOS-Things-master/components/posix/include/sys/
A Dlock.h26 #define __lock_release(_lock) pthread_mutex_unlock(&_lock)
32 #define __lock_release_recursive(_lock) pthread_mutex_unlock(&_lock)
/AliOS-Things-master/components/posix/example/
A Dpthread_example.c25 pthread_mutex_unlock(&count_lock); in new_thread_func()
52 pthread_mutex_unlock(&count_lock); in pthread_example()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dthread_utils.c120 static int pthread_mutex_unlock(pthread_mutex_t* const mutex) { in pthread_mutex_unlock() function
188 pthread_mutex_unlock(mutex); in pthread_cond_wait()
221 pthread_mutex_unlock(&impl->mutex_); in ThreadLoop()
246 pthread_mutex_unlock(&impl->mutex_); in ChangeState()
287 pthread_mutex_unlock(&impl->mutex_); in Reset()
/AliOS-Things-master/components/SDL2/src/thread/pthread/
A DSDL_sysmutex.c180 pthread_mutex_unlock(&mutex->id); in SDL_UnlockMutex()
187 if (pthread_mutex_unlock(&mutex->id) != 0) { in SDL_UnlockMutex()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlinux_jquick_mutex.c50 return pthread_mutex_unlock((pthread_mutex_t*)mutex); in jquick_mutex_unlock()
A Drun-test262.c503 pthread_mutex_unlock(&agent_mutex); in agent_start()
624 pthread_mutex_unlock(&agent_mutex); in js_agent_broadcast()
677 pthread_mutex_unlock(&report_mutex); in js_agent_getReport()
703 pthread_mutex_unlock(&report_mutex); in js_agent_report()
/AliOS-Things-master/components/SDL2/src/hidapi/mac/
A Dhid.c85 pthread_mutex_unlock(&barrier->mutex); in pthread_barrier_wait()
91 pthread_mutex_unlock(&barrier->mutex); in pthread_barrier_wait()
639 pthread_mutex_unlock(&dev->mutex); in hid_report_callback()
705 pthread_mutex_unlock(&dev->mutex); in read_thread()
975 pthread_mutex_unlock(&dev->mutex); in hid_read_timeout()
1069 pthread_mutex_unlock(&dev->mutex); in hid_close()
/AliOS-Things-master/components/drivers/core/base/include/drivers/
A Dmutex.h101 int r = pthread_mutex_unlock(&lock->m); in mutex_unlock()
/AliOS-Things-master/components/mbedtls/library/
A Dthreading.c104 if( pthread_mutex_unlock( &mutex->mutex ) != 0 ) in threading_mutex_unlock_pthread()
/AliOS-Things-master/components/websocket/src/
A Drws_thread.c143 pthread_mutex_unlock((pthread_mutex_t *)mutex); in rws_mutex_unlock()
/AliOS-Things-master/components/amp_adapter/platform/linux/peripheral/
A Daos_hal_uart.c110 pthread_mutex_unlock(&pdrv->mutex); in aos_hal_uart_send()
/AliOS-Things-master/components/posix/include/
A Dpthread.h150 int pthread_mutex_unlock(pthread_mutex_t *mutex);
/AliOS-Things-master/components/SDL2/src/hidapi/android/
A Dhid.cpp123 pthread_mutex_unlock( m_pMutex ); in ~hid_mutex_guard()
377 pthread_mutex_unlock( &m_refCountLock ); in IncrementRefCount()
386 pthread_mutex_unlock( &m_refCountLock ); in DecrementRefCount()
/AliOS-Things-master/components/SDL2/src/hidapi/ios/
A Dhid.m111 pthread_mutex_unlock( &this->accessLock );
114 pthread_mutex_unlock( &this->accessLock );
123 pthread_mutex_unlock( &this->accessLock );
132 pthread_mutex_unlock( &this->accessLock );
/AliOS-Things-master/components/uvoice/internal/
A Duvoice_linux.h273 return pthread_mutex_unlock(mutex); in os_mutex_unlock()
/AliOS-Things-master/components/amp_adapter/platform/linux/
A Daos_system.c149 pthread_mutex_unlock(*mutex); in aos_mutex_unlock()
/AliOS-Things-master/components/drivers/core/base/core/
A Du_interrupt.c124 ret = pthread_mutex_unlock(lock); in u_irq_lock_unlock()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Ddsp.h150 (void)pthread_mutex_unlock(&func ## _lock); \
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/
A Dquickjs_libc.c2337 pthread_mutex_unlock(&ps->mutex); in handle_posted_message()
2368 pthread_mutex_unlock(&ps->mutex); in handle_posted_message()
3731 pthread_mutex_unlock(&ps->mutex); in js_worker_postMessage()

Completed in 37 milliseconds

12