Searched refs:pthread (Results 1 – 25 of 36) sorted by relevance
12
/AliOS-Things-master/components/posix/ |
A D | README.md | 8 - 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 D | ax_pthread.m4 | 93 # 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 D | ax_pthread.m4 | 93 # 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 D | build_defs.oss.bzl | 5 # In open source builds, GCC is a common occurence. It requires "-pthread" 14 "//conditions:default": ["-pthread"],
|
A D | CMakeLists.txt | 111 set(ruy_3_pthread "-pthread")
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/ |
A D | acinclude.m4 | 655 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 D | Makefile.freebsd | 18 LIBS= -lusb -liconv `fox-config --libs` -pthread
|
/AliOS-Things-master/components/SDL2/src/hidapi/libusb/ |
A D | Makefile.freebsd | 24 LIBS = -lusb -liconv -pthread
|
/AliOS-Things-master/components/posix/example/ |
A D | pthread_example.c | 73 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 D | CMakeLists.txt | 14 set(ruy_profiler_1_pthread "-pthread")
|
/AliOS-Things-master/components/SDL2/test/nacl/ |
A D | Makefile | 17 LIBS = SDL2_test SDL2 ppapi_simple SDL2main SDL2 $(DEPS) ppapi_gles2 ppapi_cpp ppapi pthread
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | CMakeLists.txt | 3 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 D | deps.cmake | 28 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 D | build.gradle | 94 // Link to pthread for shared libraries. 99 linker.args "-pthread"
|
A D | configure.ac | 285 dnl === Check for pthread support
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/rtos/rhino/cmsis/ |
A D | cmsis_os.h | 205 os_pthread pthread; ///< start address of thread function member
|
/AliOS-Things-master/documentation/coding/ |
A D | coding_style.md | 398 #include <pthread.h>
|
/AliOS-Things-master/components/SDL2/ |
A D | Makefile | 576 …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 D | CMakeLists.txt | 341 dep_option(PTHREADS_SEM "Use pthread semaphores" ON "PTHREADS" OFF)
|
A D | libtool | 6090 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
|
/AliOS-Things-master/components/mbedtls/programs/ |
A D | README.md | 82 …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 D | hid.m | 14 #include <pthread.h>
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | config.h.bak | 1619 * Enable the pthread wrapper layer for the threading layer. 1623 * Uncomment this to enable pthread mutexes.
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 895 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 D | libtool | 5073 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
|
Completed in 62 milliseconds
12