#include "uv.h"
#include "internal.h"
#include <dlfcn.h>
#include <errno.h>
#include <pthread.h>
#include <stdlib.h>
#include <string.h>
#include <TargetConditionals.h>
#include <CoreFoundation/CoreFoundation.h>
#include <ApplicationServices/ApplicationServices.h>
Go to the source code of this file.
Macros | |
#define | S(s) pCFStringCreateWithCString(NULL, (s), kCFStringEncodingUTF8) |
Functions | |
static int | uv__pthread_setname_np (const char *name) |
int | uv__set_process_title (const char *title) |
#define S | ( | s | ) | pCFStringCreateWithCString(NULL, (s), kCFStringEncodingUTF8) |
Definition at line 38 of file darwin-proctitle.c.
Definition at line 53 of file darwin-proctitle.c.