namespace.h (19fe8e84832030e09dacca8de0680493e38ac14f) | namespace.h (678b238c85ec7974d1e51753776208238cadb450) |
---|---|
1/* 2 * Copyright (c) 2001 Daniel Eischen <deischen@FreeBSD.org>. 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 123 unchanged lines hidden (view full) --- 132#define pthread_equal _pthread_equal 133#define pthread_exit _pthread_exit 134#define pthread_getaffinity_np _pthread_getaffinity_np 135#define pthread_getconcurrency _pthread_getconcurrency 136#define pthread_getcpuclockid _pthread_getcpuclockid 137#define pthread_getprio _pthread_getprio 138#define pthread_getschedparam _pthread_getschedparam 139#define pthread_getspecific _pthread_getspecific | 1/* 2 * Copyright (c) 2001 Daniel Eischen <deischen@FreeBSD.org>. 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 123 unchanged lines hidden (view full) --- 132#define pthread_equal _pthread_equal 133#define pthread_exit _pthread_exit 134#define pthread_getaffinity_np _pthread_getaffinity_np 135#define pthread_getconcurrency _pthread_getconcurrency 136#define pthread_getcpuclockid _pthread_getcpuclockid 137#define pthread_getprio _pthread_getprio 138#define pthread_getschedparam _pthread_getschedparam 139#define pthread_getspecific _pthread_getspecific |
140#define pthread_getthreadid_np _pthread_getthreadid_np |
|
140#define pthread_join _pthread_join 141#define pthread_key_create _pthread_key_create 142#define pthread_key_delete _pthread_key_delete 143#define pthread_kill _pthread_kill 144#define pthread_main_np _pthread_main_np 145#define pthread_multi_np _pthread_multi_np 146#define pthread_mutex_destroy _pthread_mutex_destroy 147#define pthread_mutex_getprioceiling _pthread_mutex_getprioceiling --- 117 unchanged lines hidden --- | 141#define pthread_join _pthread_join 142#define pthread_key_create _pthread_key_create 143#define pthread_key_delete _pthread_key_delete 144#define pthread_kill _pthread_kill 145#define pthread_main_np _pthread_main_np 146#define pthread_multi_np _pthread_multi_np 147#define pthread_mutex_destroy _pthread_mutex_destroy 148#define pthread_mutex_getprioceiling _pthread_mutex_getprioceiling --- 117 unchanged lines hidden --- |