HomeSort by: relevance | last modified time | path
    Searched defs:collector_root (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
dispatcher.c 1091 collector_root (void *cargs) function
1159 int ret = (real_func) (thread, attr, &collector_root, cargs);
1261 ret = CALL_REAL (clone)((int(*)(void*))collector_root, child_stack, flags, cargs, ptid, tls, ctid);
1264 ret = CALL_REAL (clone)((int(*)(void*))collector_root, child_stack, flags, cargs, ptid, tls);
1267 ret = CALL_REAL (clone)((int(*)(void*))collector_root, child_stack, flags, cargs, ptid);
1270 ret = CALL_REAL (clone)((int(*)(void*))collector_root, child_stack, flags, cargs);
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
dispatcher.c 1091 collector_root (void *cargs) function
1159 int ret = (real_func) (thread, attr, &collector_root, cargs);
1261 ret = CALL_REAL (clone)((int(*)(void*))collector_root, child_stack, flags, cargs, ptid, tls, ctid);
1264 ret = CALL_REAL (clone)((int(*)(void*))collector_root, child_stack, flags, cargs, ptid, tls);
1267 ret = CALL_REAL (clone)((int(*)(void*))collector_root, child_stack, flags, cargs, ptid);
1270 ret = CALL_REAL (clone)((int(*)(void*))collector_root, child_stack, flags, cargs);

Completed in 27 milliseconds