summaryrefslogtreecommitdiff
path: root/src/base/thread_lister.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/thread_lister.c')
-rw-r--r--src/base/thread_lister.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/base/thread_lister.c b/src/base/thread_lister.c
index bc180db..ca1b2de 100644
--- a/src/base/thread_lister.c
+++ b/src/base/thread_lister.c
@@ -48,8 +48,8 @@
* or if the multi-threading code has not been ported, yet.
*/
-int ListAllProcessThreads(void *parameter,
- ListAllProcessThreadsCallBack callback, ...) {
+int TCMalloc_ListAllProcessThreads(void *parameter,
+ ListAllProcessThreadsCallBack callback, ...) {
int rc;
va_list ap;
pid_t pid;
@@ -70,7 +70,7 @@ int ListAllProcessThreads(void *parameter,
return rc;
}
-int ResumeAllProcessThreads(int num_threads, pid_t *thread_pids) {
+int TCMalloc_ResumeAllProcessThreads(int num_threads, pid_t *thread_pids) {
return 1;
}