Home
last modified time | relevance | path

Searched refs:thread_name (Results 1 – 7 of 7) sorted by relevance

/third_party/ulib/jemalloc/test/unit/
A Dprof_thread_name.c30 (void *)&thread_name, sizeof(thread_name)), 0, in mallctl_thread_name_set_impl()
40 const char *thread_name; in TEST_BEGIN() local
48 thread_name = NULL; in TEST_BEGIN()
50 (void *)&thread_name, sizeof(thread_name)), EFAULT, in TEST_BEGIN()
52 thread_name); in TEST_BEGIN()
55 thread_name = "hi\nthere"; in TEST_BEGIN()
57 (void *)&thread_name, sizeof(thread_name)), EFAULT, in TEST_BEGIN()
59 thread_name); in TEST_BEGIN()
69 sizeof(thread_name)), EPERM, in TEST_BEGIN()
84 char thread_name[16] = ""; in thd_start() local
[all …]
/third_party/ulib/musl/src/thread/
A Dallocate.c144 const char* thread_name, in __allocate_thread() argument
184 thread_name, td, tls_size) < ZX_MAX_NAME_LEN || in __allocate_thread()
186 thread_name, td) < ZX_MAX_NAME_LEN) in __allocate_thread()
187 thread_name = vmo_name; in __allocate_thread()
190 thread_name, strlen(thread_name)); in __allocate_thread()
/third_party/ulib/jemalloc/src/
A Dprof.c1300 (tdata->thread_name != NULL) ? tdata->thread_name : "")) in prof_tdata_dump_iter()
1881 tdata->thread_name = thread_name; in prof_tdata_init_impl()
1948 tdata->thread_name), tdata->thread_name, NULL, true, true); in prof_tdata_destroy_locked()
1991 char *thread_name = (tdata->thread_name != NULL) ? in prof_tdata_reinit() local
2096 return (tdata->thread_name != NULL ? tdata->thread_name : ""); in prof_thread_name_get()
2105 if (thread_name == NULL) in prof_thread_name_alloc()
2132 if (thread_name == NULL) in prof_thread_name_set()
2135 char c = thread_name[i]; in prof_thread_name_set()
2146 tdata->thread_name), tdata->thread_name, NULL, true, true); in prof_thread_name_set()
2147 tdata->thread_name = NULL; in prof_thread_name_set()
[all …]
/third_party/ulib/musl/pthread/
A Dpthread_create.c49 char thread_name[ZX_MAX_NAME_LEN]; in __pthread_create() local
54 thread_name); in __pthread_create()
58 const char* name = attr.__name != NULL ? attr.__name : thread_name; in __pthread_create()
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dprof_structs.h134 char *thread_name; member
A Dprof_externs.h70 int prof_thread_name_set(tsd_t *tsd, const char *thread_name);
/third_party/ulib/musl/src/internal/
A Dthreads_impl.h175 const char* thread_name,

Completed in 13 milliseconds