mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
FS-10167: Temporary commit to test some weirdness with pool freeing and memory mapping
This commit is contained in:
@@ -321,12 +321,14 @@ static void test_non_recursive_mutex(void)
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
ks_init();
|
||||
cpu_count = ks_cpu_count() * 4;
|
||||
//cpu_count = ks_cpu_count() * 4;
|
||||
//cpu_count = ks_cpu_count();
|
||||
cpu_count = 1;
|
||||
|
||||
plan(21 + cpu_count * 6);
|
||||
|
||||
|
||||
diag("Starting testing for %d tests\n", 44);
|
||||
diag("Starting testing for %d tests\n", 21 + cpu_count * 6);
|
||||
|
||||
create_pool();
|
||||
create_mutex();
|
||||
|
Reference in New Issue
Block a user