openharmony_kernel_liteos_m/testsuites
zhushengle a856303b9c feat: 支持posix线程私有数据能力
BREAKING CHANGE:
  int pthread_key_create(pthread_key_t *k, void (*dtor)(void *))
  int pthread_key_delete(pthread_key_t k)
  int pthread_setspecific(pthread_key_t k, const void *x)
  void *pthread_getspecific(pthread_key_t k)

Close #I4ODEB
Signed-off-by: zhushengle <zhushengle@huawei.com>
Change-Id: I60ce26c20d1e2033922d2d1b01d73fc8938c8019
2021-12-28 19:55:10 +08:00
..
include feat: synchronizing arch api 2021-12-25 18:36:09 +08:00
sample feat: synchronizing arch api 2021-12-25 18:36:09 +08:00
src feat: synchronizing arch api 2021-12-25 18:36:09 +08:00
unittest feat: 支持posix线程私有数据能力 2021-12-28 19:55:10 +08:00
BUILD.gn feat: 低内存资源回收low memory killer 2021-12-13 12:07:33 +08:00
LICENSE chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
Makefile chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00