HomeSort by relevance Sort by last modified time
    Searched refs:MHD_join_thread_ (Results 1 - 2 of 2) sorted by null

  /external/libmicrohttpd/src/include/
platform_interface.h 224 #define MHD_join_thread_(thread) pthread_join((thread), NULL)
232 #define MHD_join_thread_(thread) (WAIT_OBJECT_0 == WaitForSingleObject((thread), INFINITE) ? (CloseHandle((thread)), 0) : 1 )
  /external/libmicrohttpd/src/microhttpd/
daemon.c     [all...]

Completed in 37 milliseconds