Home
last modified time | relevance | path

Searched refs:pthread (Results 1 – 25 of 36) sorted by relevance

12

/AliOS-Things-master/components/posix/
A DREADME.md8 - pthread 线程及其属性管理
9 - pthread 条件变量及其属性管理
10 - pthread 互斥及其属性管理
31 | |-- pthread.h #pthread接口申明
42 | |-- pthread.h #pthread内部定义
46 |-- pthread_attr.c #pthread线程属性实现
47 |-- pthread.c #pthread线程实现
48 |-- pthread_cond.c #pthread条件变量及其属性的实现
49 |-- pthread_mutex.c #pthread互斥锁及其属性的实现
50 |-- pthread_tsd.c #pthread互斥锁及其属性的实现
[all …]
/AliOS-Things-master/components/SDL2/src/hidapi/m4/
A Dax_pthread.m493 # We used to check for pthread.h first, but this fails if pthread.h
126 …ags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -m…
144 # pthread: Linux, etcetera
146 # pthread-config: use pthread-config program (for GNU Pth library)
159 ax_pthread_flags="-pthreads pthread -mt -pthread $ax_pthread_flags"
163 ax_pthread_flags="-pthread $ax_pthread_flags"
180 pthread-config)
183 PTHREAD_CFLAGS="`pthread-config --cflags`"
184 PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`"
207 AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <pthread.h>
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/
A Dax_pthread.m493 # We used to check for pthread.h first, but this fails if pthread.h
126 …ags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -m…
144 # pthread: Linux, etcetera
146 # pthread-config: use pthread-config program (for GNU Pth library)
159 ax_pthread_flags="-pthreads pthread -mt -pthread $ax_pthread_flags"
163 ax_pthread_flags="-pthread $ax_pthread_flags"
194 pthread-config)
197 PTHREAD_CFLAGS="`pthread-config --cflags`"
198 PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`"
221 AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <pthread.h>
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dbuild_defs.oss.bzl5 # In open source builds, GCC is a common occurence. It requires "-pthread"
14 "//conditions:default": ["-pthread"],
A DCMakeLists.txt111 set(ruy_3_pthread "-pthread")
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/
A Dacinclude.m4655 dnl We used to check for pthread.h first, but this fails if pthread.h
688 …ags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -m…
706 dnl pthread: Linux, etcetera
708 dnl pthread-config: use pthread-config program (for GNU Pth library)
721 ax_pthread_flags="-pthreads pthread -mt -pthread $ax_pthread_flags"
725 ax_pthread_flags="-pthread $ax_pthread_flags"
742 pthread-config)
745 PTHREAD_CFLAGS="`pthread-config --cflags`"
746 PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`"
769 AC_TRY_LINK([#include <pthread.h>
[all …]
/AliOS-Things-master/components/SDL2/src/hidapi/testgui/
A DMakefile.freebsd18 LIBS= -lusb -liconv `fox-config --libs` -pthread
/AliOS-Things-master/components/SDL2/src/hidapi/libusb/
A DMakefile.freebsd24 LIBS = -lusb -liconv -pthread
/AliOS-Things-master/components/posix/example/
A Dpthread_example.c73 ALIOS_CLI_CMD_REGISTER(pthread_example, pthread_example, pthread example)
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/profiler/
A DCMakeLists.txt14 set(ruy_profiler_1_pthread "-pthread")
/AliOS-Things-master/components/SDL2/test/nacl/
A DMakefile17 LIBS = SDL2_test SDL2 ppapi_simple SDL2main SDL2 $(DEPS) ppapi_gles2 ppapi_cpp ppapi pthread
/AliOS-Things-master/components/mbedtls/library/
A DCMakeLists.txt3 option(LINK_WITH_PTHREAD "Explicitly link mbed TLS library to pthread." OFF)
125 set(libs ${libs} pthread)
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/cmake/
A Ddeps.cmake28 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pthread")
32 #include <pthread.h>
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A Dbuild.gradle94 // Link to pthread for shared libraries.
99 linker.args "-pthread"
A Dconfigure.ac285 dnl === Check for pthread support
/AliOS-Things-master/hardware/chip/haas1000/drivers/rtos/rhino/cmsis/
A Dcmsis_os.h205 os_pthread pthread; ///< start address of thread function member
/AliOS-Things-master/documentation/coding/
A Dcoding_style.md398 #include <pthread.h>
/AliOS-Things-master/components/SDL2/
A DMakefile576 …ead.lo: /workspace/atos_core_release/components/utilities/SDL/src/thread/pthread/SDL_systhread.c $…
579 $(objects)/SDL_syssem.lo: /workspace/atos_core_release/components/utilities/SDL/src/thread/pthread/…
582 …tex.lo: /workspace/atos_core_release/components/utilities/SDL/src/thread/pthread/SDL_sysmutex.c $(…
585 $(objects)/SDL_syscond.lo: /workspace/atos_core_release/components/utilities/SDL/src/thread/pthread
588 $(objects)/SDL_systls.lo: /workspace/atos_core_release/components/utilities/SDL/src/thread/pthread/…
A DCMakeLists.txt341 dep_option(PTHREADS_SEM "Use pthread semaphores" ON "PTHREADS" OFF)
A Dlibtool6090 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
/AliOS-Things-master/components/mbedtls/programs/
A DREADME.md82 …er using one thread per client to send a fixed response. This program requires the pthread library.
/AliOS-Things-master/components/SDL2/src/hidapi/ios/
A Dhid.m14 #include <pthread.h>
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dconfig.h.bak1619 * Enable the pthread wrapper layer for the threading layer.
1623 * Uncomment this to enable pthread mutexes.
/AliOS-Things-master/components/mbedtls/
A DChangeLog895 always be implemented by pthread support. #696
1138 * Fixed pthread implementation to avoid unintended double initialisations
2148 * Threading abstraction layer added (dummy / pthread / alternate)
/AliOS-Things-master/components/SDL2/src/image/
A Dlibtool5073 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)

Completed in 62 milliseconds

12